/[webpac]/branches/fsb/template_html/results.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/fsb/template_html/results.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations)
Sun Feb 16 22:41:37 2003 UTC (21 years, 1 month ago) by dpavlin
Original Path: trunk/template_html/results.html
File MIME type: text/html
File size: 1345 byte(s)
added configuration file with database descriptions,
moved isis.xml definition file in separate directory (in preparation for MARK),
support for different encodings in different files,
various fixes, improvements and badly written parts which will change ;-)

1 dpavlin 7 <html>
2     <head>
3     <title>WebPAC</title>
4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5     <link rel="stylesheet" type="text/css" href="style.css">
6     <TMPL_VAR NAME="PAGER_JAVASCRIPT">
7     </head>
8     <body>
9     <p align="right"><a href="/">Home logo</a></p>
10    
11     <form method=post>
12     <div align="center">
13     <input type=submit value="Pretra¾ivanje" class="navigacijaDISABLED">
14     <input type=submit value="Prija¹nja pretra¾ivanja" class="navigacija">
15     <input type=submit value="Korisnièke mape" class="navigacija" >
16     <input type=submit value="Korisnièke postavke" class="navigacija">
17     </div>
18     </form>
19    
20     <h2>Rezultati pretra¾ivanja</h2>
21    
22     <p>Your query <TMPL_VAR search> returned <TMPL_VAR hits> results...</p>
23    
24     <form>
25     <TABLE BORDER=0 WIDTH=100%>
26 dpavlin 13 <TR><TD><TABLE BORDER=1 WIDTH=100%>
27 dpavlin 7 <TMPL_LOOP NAME="PAGER_DATA_LIST">
28     <TR>
29 dpavlin 13 <td><input type=checkbox name="<TMPL_VAR NAME="path">"><TMPL_VAR NAME="nr"></td>
30 dpavlin 7 <td>
31 dpavlin 13 <TMPL_VAR NAME="headline">
32 dpavlin 7 <i><TMPL_VAR NAME="path"></i>
33     <b><TMPL_VAR NAME="rank"></b>
34     </td>
35 dpavlin 13 </tr><td colspan="2"><table><TMPL_VAR NAME="html"></table></td></td>
36 dpavlin 7 </TR>
37     </TMPL_LOOP>
38     <TR><TD COLSPAN=3 ALIGN=CENTER class="navigacija">
39     <TMPL_VAR NAME="PAGER_PREV">
40     <TMPL_VAR NAME="PAGER_JUMP">
41     <TMPL_VAR NAME="PAGER_NEXT">
42     </TD></TR>
43     </TABLE>
44     </TABLE>
45     <TMPL_VAR NAME="PAGER_HIDDEN">
46     </FORM>
47    
48     </body>
49     </html>
50    

Properties

Name Value
cvs2svn:cvs-rev 1.2

  ViewVC Help
Powered by ViewVC 1.1.26