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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (show annotations)
Fri Feb 4 15:00:24 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 1055 byte(s)
local changes

1 <TMPL_VAR NAME="PAGER_JAVASCRIPT">
2 <form method=post>
3 <input type=submit value="Formular za pretra¾ivanje" class="navigacija">
4
5 <!--
6 <input type=submit value="Prija¹nja pretra¾ivanja" class="navigacija">
7 <input type=submit value="Korisnièke mape" class="navigacija" >
8 <input type=submit value="Korisnièke postavke" class="navigacija">
9 -->
10
11 </form>
12
13 <h2>Kazalo</h2>
14
15 <p>
16 <!--
17 Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
18 <small>(<TMPL_VAR total> entries in index)</small>
19 -->
20
21 </p>
22
23 <form>
24
25 <TABLE BORDER=0 WIDTH="100%">
26 <TMPL_LOOP NAME="PAGER_DATA_LIST">
27 <TR>
28 <td class="index">
29 <a href="?rm=results&show_full=1&f1=<TMPL_VAR name="field">&v1=<TMPL_VAR name="item">&e1=1" class="headline"><TMPL_VAR NAME="display"></a>
30 <!-- print count -->
31 <small>[<TMPL_VAR NAME="count">]</small>
32 </td>
33 </TR>
34 </TMPL_LOOP>
35 <TR><TD ALIGN=CENTER class="navigacija">
36 <TMPL_VAR NAME="PAGER_PREV">
37 <TMPL_VAR NAME="PAGER_JUMP">
38 <TMPL_VAR NAME="PAGER_NEXT">
39 </TD></TR>
40 </TABLE>
41 <TMPL_VAR NAME="PAGER_HIDDEN">
42 </FORM>

  ViewVC Help
Powered by ViewVC 1.1.26