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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Mon Nov 17 20:12:47 2003 UTC (20 years, 4 months ago) by dpavlin
Original Path: trunk/template_html/index_res.html
File MIME type: text/html
File size: 1320 byte(s)
improvements

1 <html>
2 <head>
3 <title>FF 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><a href="/">Knji¾nice FF-a</a></p>
10
11 <form method=post>
12 <div align="left">
13 <input type=submit value="Pretra¾ivanje" class="navigacijaDISABLED">
14 <!--
15 <input type=submit value="Prija¹nja pretra¾ivanja" class="navigacija">
16 <input type=submit value="Korisnièke mape" class="navigacija" >
17 <input type=submit value="Korisnièke postavke" class="navigacija">
18 -->
19 </div>
20 </form>
21
22 <h2>Kazalo</h2>
23
24 <p>Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
25 <small>(<TMPL_VAR total> entries in index)</small>
26 </p>
27
28 <form>
29
30 <TABLE BORDER=0 WIDTH="100%">
31 <TMPL_LOOP NAME="PAGER_DATA_LIST">
32 <TR>
33 <td>
34 <a href="?rm=results&f1=<TMPL_VAR name="field" escape="URL">&v1=<TMPL_VAR name="item" escape="URL">" class="headline"><TMPL_VAR NAME="item"></a>
35 <!-- ordinal number in index -->
36 <!--
37 <small>[<TMPL_VAR NAME="ord">]</small>
38 -->
39 </td>
40 </TR>
41 </TMPL_LOOP>
42 <TR><TD ALIGN=CENTER class="navigacija">
43 <TMPL_VAR NAME="PAGER_PREV">
44 <TMPL_VAR NAME="PAGER_JUMP">
45 <TMPL_VAR NAME="PAGER_NEXT">
46 </TD></TR>
47 </TABLE>
48 <TMPL_VAR NAME="PAGER_HIDDEN">
49 </FORM>
50
51 </body>
52 </html>
53

Properties

Name Value
cvs2svn:cvs-rev 1.9

  ViewVC Help
Powered by ViewVC 1.1.26