/[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 123 - (show annotations)
Wed Sep 3 20:08:57 2003 UTC (20 years, 6 months ago) by dpavlin
Original Path: trunk/template_html/index_res.html
File MIME type: text/html
File size: 1428 byte(s)
(not working) links from index to search

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="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
28 <TABLE BORDER=0 WIDTH="100%">
29 <TMPL_LOOP NAME="PAGER_DATA_LIST">
30 <TR>
31 <TMPL_VAR name="field'>
32 <TMPL_VAR name="limit">
33
34 <td>
35 <!-- FIXME: global_vars ne radi trenutno!!!
36 <a href="?rm=results&f1=<TMPL_VAR name="field" escape="URL">&v1=<TMPL_VAR name="limit" escape="URL">"><TMPL_VAR NAME="item"></a>
37 -->
38 <TMPL_VAR NAME="item">
39 <!-- ordinal number in index -->
40 <!--
41 <small>[<TMPL_VAR NAME="ord">]</small>
42 -->
43 </td>
44 </TR>
45 </TMPL_LOOP>
46 <TR><TD ALIGN=CENTER class="navigacija">
47 <TMPL_VAR NAME="PAGER_PREV">
48 <TMPL_VAR NAME="PAGER_JUMP">
49 <TMPL_VAR NAME="PAGER_NEXT">
50 </TD></TR>
51 </TABLE>
52 <TMPL_VAR NAME="PAGER_HIDDEN">
53 </FORM>
54
55 </body>
56 </html>
57

Properties

Name Value
cvs2svn:cvs-rev 1.6

  ViewVC Help
Powered by ViewVC 1.1.26