/[webpac]/trunk/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 /trunk/template_html/results.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Sat Jan 11 16:44:03 2003 UTC (21 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 1221 byte(s)
major modifications to produce first (non-working) version of Web CGI
interface.

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     <TR><TD><TABLE BORDER=0 WIDTH=100%>
27     <TMPL_LOOP NAME="PAGER_DATA_LIST">
28     <TR>
29     <td><TMPL_VAR NAME="nr"></td>
30     <td>
31     <TMPL_VAR NAME="title">
32     <i><TMPL_VAR NAME="path"></i>
33     <b><TMPL_VAR NAME="rank"></b>
34     </td>
35     </TR>
36     </TMPL_LOOP>
37     <TR><TD COLSPAN=3 ALIGN=CENTER class="navigacija">
38     <TMPL_VAR NAME="PAGER_PREV">
39     <TMPL_VAR NAME="PAGER_JUMP">
40     <TMPL_VAR NAME="PAGER_NEXT">
41     </TD></TR>
42     </TABLE>
43     </TABLE>
44     <TMPL_VAR NAME="PAGER_HIDDEN">
45     </FORM>
46    
47     </body>
48     </html>
49    

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26