/[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 641 - (show 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 <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 <!-- print count -->
28 <small>[<TMPL_VAR NAME="count">]</small>
29 </td>
30 </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