/[webpac]/trunk/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

Contents of /trunk/template_html/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations)
Sun Feb 16 22:41:37 2003 UTC (21 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 1232 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 <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">
32 <!-- orinal number in index -->
33 <small>[<TMPL_VAR NAME="ord">]<small>
34 </td>
35 </TR>
36 </TMPL_LOOP>
37 <TR><TD 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.2

  ViewVC Help
Powered by ViewVC 1.1.26