A template is almost nothing more than an HTML document with special tags used to output Alkaline search results. On UNIX, a template must have public read permissions in order to be used. Type chmod 604 search.html (replace by your file name and location), if you get 401 Unauthorized error messages when trying to perform a search operation. Various sample templates are available at http://www.vestris.com/alkaline/asearch.cnf/ .
Virtually any HTML layout can be specified using templates. It is possible to mix script code, embedded objects, etc. Templates can have tags, extended tags and options. Simple regular expressions are available with some options.
All possible tags and options and their usage are detailed in the Search Templates Tags and Options appendix.
A simple tag is always of format:
<!--NAME--> |
An extended tag is always of format:
<!--NAME--expression--> |