Revision 337 (by dpavlin, 2004/06/10 19:22:40) new trunk for webpac v2
How to edit HTML templates?

There are number of variables which are specific to this templates, and
erasing them and/or misspelling could lead to incorrect operation of
WebPac. 

Some fields in search.html have special meaning. Text fields which
are called f[number] and v[number]  will be used to construct search query.
'f' fields will keep name of field, while 'v' fields will keep value of
that field. Currently, there is hard-code limit of 10 fields, but that
can be changed.


Please don't remove following tags from results.html:

<TMPL_VAR NAME="PAGER_JAVASCRIPT">
<TMPL_LOOP NAME="PAGER_DATA_LIST">
<TMPL_VAR NAME="PAGER_DATA_COL_*">
</TMPL_LOOP>
<TMPL_VAR NAME="PAGER_PREV">
<TMPL_VAR NAME="PAGER_JUMP">
<TMPL_VAR NAME="PAGER_NEXT">
<TMPL_VAR NAME="PAGER_HIDDEN">

They are all needed for correct operation.