HomepageSearchEngine
Sample SSI Template
This content comes from the fully customizable dynamic HTML template file
/hse/hse_template.shtml,
referenced by its URL in section (8.1) of the configuration file (
hse.ini).
This file has been parsed through SSI. Your preferred language code is
en-us,en;q=0.5
You can change it by delivering
lang=LANG to the
.cgi file, resulting in an URL such like
http://www.innerned.org/cgi-bin/hse/HomepageSearchEngine.cgi?lang=de.
Edit this file to meet your design requirements.
Sample for an own input form including "URL Inspector"
that preserves the previous form settings
The form will be read in from the external hse_customform.shtml SSI include file residing in the same directory.
This makes it comfortable to use it for all your (SSI enabled) pages. The URL of the current page required for URL Inspector will be determined automatically via SSI.
Make sure that in that file the following values are set properly:
(1) the path to HomepageSearchEngine.cgi (default: '/cgi-bin/hse/HomepageSearchEngine.cgi')
(2) the 'conf' value (default: '0')
The JavaScript code used to preserve the previous form settings will be read in from the external hse_customform.js file.
Make sure that this template file points to it properly, using an absolute URL beginning with '/' (default: '/hse/hse_customform.js').
----- Here ends the upper part of the HTML template.
----- Here starts the lower part of the HTML template.