/[webpac]/branches/humanistika/template_html/index_res.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/humanistika/template_html/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations)
Wed Jan 22 22:27:19 2003 UTC (21 years, 2 months ago) by dpavlin
Original Path: trunk/template_html/index_res.html
File MIME type: text/html
File size: 1158 byte(s)
added pager for lookup in index

1 dpavlin 12 <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>Index lookup</h2>
21    
22     <p>Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
23     <small>(<TMPL_VAR total> entries in index)</small>
24     </p>
25    
26     <form>
27     <TABLE BORDER=0 WIDTH=100%>
28     <TR><TD><TABLE BORDER=0 WIDTH=100%>
29     <TMPL_LOOP NAME="PAGER_DATA_LIST">
30     <TR>
31     <td><TMPL_VAR NAME="item"></td>
32     </TR>
33     </TMPL_LOOP>
34     <TR><TD ALIGN=CENTER class="navigacija">
35     <TMPL_VAR NAME="PAGER_PREV">
36     <TMPL_VAR NAME="PAGER_JUMP">
37     <TMPL_VAR NAME="PAGER_NEXT">
38     </TD></TR>
39     </TABLE>
40     </TABLE>
41     <TMPL_VAR NAME="PAGER_HIDDEN">
42     </FORM>
43    
44     </body>
45     </html>
46    

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26