/[webpac]/branches/unesco/template_html-unesco/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

Annotation of /branches/unesco/template_html-unesco/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 314 - (hide annotations)
Sat Apr 17 23:17:41 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 1064 byte(s)
site-specific changes

1 dpavlin 314 <TMPL_VAR NAME="PAGER_JAVASCRIPT">
2    
3     <form method=post>
4     <div align="left">
5     <input type=submit value="Natrag na 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="index"><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>

  ViewVC Help
Powered by ViewVC 1.1.26