/[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

Annotation of /trunk/template_html/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 641 - (hide annotations)
Sun Jan 23 02:02:10 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 1036 byte(s)
New implementation of indexes: now it uses only two tables (index for all
data and tags for all tags). Currently, it doesn't enforce relation between
them on RDBMS level (I have to test this code against SQLite and MySQL
before enforcing that).
Removed swish-e output while indexing, database is used as default tag to
enable filtering by database (there isn't possiblity to set tag to something
else yet!). Output usage count in index.

1 dpavlin 12 <TMPL_VAR NAME="PAGER_JAVASCRIPT">
2    
3     <form method=post>
4 dpavlin 155 <div align="left">
5 dpavlin 12 <input type=submit value="Pretra¾ivanje" class="navigacijaDISABLED">
6 dpavlin 155 <!--
7 dpavlin 12 <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 dpavlin 155 -->
11     </div>
12 dpavlin 12 </form>
13    
14 dpavlin 155 <h2>Kazalo</h2>
15 dpavlin 12
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 dpavlin 123
22 dpavlin 114 <TABLE BORDER=0 WIDTH="100%">
23 dpavlin 12 <TMPL_LOOP NAME="PAGER_DATA_LIST">
24     <TR>
25 dpavlin 123 <td>
26 dpavlin 200 <a href="?rm=results&f1=<TMPL_VAR name="field">&v1=<TMPL_VAR name="item">" class="headline"><TMPL_VAR NAME="display"></a>
27 dpavlin 641 <!-- print count -->
28     <small>[<TMPL_VAR NAME="count">]</small>
29 dpavlin 13 </td>
30 dpavlin 12 </TR>
31     </TMPL_LOOP>
32     <TR><TD ALIGN=CENTER class="navigacija">
33     <TMPL_VAR NAME="PAGER_PREV">
34     <TMPL_VAR NAME="PAGER_JUMP">
35     <TMPL_VAR NAME="PAGER_NEXT">
36     </TD></TR>
37     </TABLE>
38     <TMPL_VAR NAME="PAGER_HIDDEN">
39     </FORM>

Properties

Name Value
cvs2svn:cvs-rev 1.11

  ViewVC Help
Powered by ViewVC 1.1.26