| Revision 641 (by dpavlin, 2005/01/23 02:02:10) |
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.
|
<TMPL_VAR NAME="PAGER_JAVASCRIPT">
<form method=post>
<div align="left">
<input type=submit value="Pretraživanje" class="navigacijaDISABLED">
<!--
<input type=submit value="Prijašnja pretraživanja" class="navigacija">
<input type=submit value="Korisničke mape" class="navigacija" >
<input type=submit value="Korisničke postavke" class="navigacija">
-->
</div>
</form>
<h2>Kazalo</h2>
<p>Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
<small>(<TMPL_VAR total> entries in index)</small>
</p>
<form>
<TABLE BORDER=0 WIDTH="100%">
<TMPL_LOOP NAME="PAGER_DATA_LIST">
<TR>
<td>
<a href="?rm=results&f1=<TMPL_VAR name="field">&v1=<TMPL_VAR name="item">" class="headline"><TMPL_VAR NAME="display"></a>
<!-- print count -->
<small>[<TMPL_VAR NAME="count">]</small>
</td>
</TR>
</TMPL_LOOP>
<TR><TD ALIGN=CENTER class="navigacija">
<TMPL_VAR NAME="PAGER_PREV">
<TMPL_VAR NAME="PAGER_JUMP">
<TMPL_VAR NAME="PAGER_NEXT">
</TD></TR>
</TABLE>
<TMPL_VAR NAME="PAGER_HIDDEN">
</FORM>