/[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 200 - (show annotations)
Sun Jan 11 21:06:42 2004 UTC (20 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 1057 byte(s)
Added missing changes to template for index results

1 <TMPL_VAR NAME="PAGER_JAVASCRIPT">
2
3 <form method=post>
4 <div align="left">
5 <input type=submit value="Pretra¾ivanje" class="navigacijaDISABLED">
6 <!--
7 <input type=submit value="Prija¹nja pretra¾ivanja" class="navigacija">
8 <input type=submit value="Korisnièke mape" class="navigacija" >
9 <input type=submit value="Korisnièke postavke" class="navigacija">
10 -->
11 </div>
12 </form>
13
14 <h2>Kazalo</h2>
15
16 <p>Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
17 <small>(<TMPL_VAR total> entries in index)</small>
18 </p>
19
20 <form>
21
22 <TABLE BORDER=0 WIDTH="100%">
23 <TMPL_LOOP NAME="PAGER_DATA_LIST">
24 <TR>
25 <td>
26 <a href="?rm=results&f1=<TMPL_VAR name="field">&v1=<TMPL_VAR name="item">" class="headline"><TMPL_VAR NAME="display"></a>
27 <!-- ordinal number in index -->
28 <!--
29 <small>[<TMPL_VAR NAME="ord">]</small>
30 -->
31 </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 <TMPL_VAR NAME="PAGER_HIDDEN">
41 </FORM>

Properties

Name Value
cvs2svn:cvs-rev 1.11

  ViewVC Help
Powered by ViewVC 1.1.26