home *** CD-ROM | disk | FTP | other *** search
- #
- # This is a sample template file for HTML index generator.
- # It has four optional sections (lines beginning with @ are section headers):
- # - PROLOG, which is included in the beginning of the index,
- # - PREDIR, included before subdirectory list, if any.
- # - FORM, which constitutes a form for the search
- # - POSTDIR, included after it.
- # - EPILOG, included at the end of the index.
- # Lines beginning with # are comments,
- # All other lines are just copied into index, performing variable
- # substitutions of occurences like $variable.
- # You can use the following variables:
- # $searchurl - the search script URL
- # $relpath - the path relative to the root of the archive index
- # of which is being built
- # $adminname - the name of the server administrator
- # $adminaddress - the address of the server administrator
- #
- @PROLOG
- @PREDIR
- This directory contains the following
- sub-directories. A search here will include all of them.
- If you wish to search only one of them follow the appropriate link:
- <ul>
- @POSTDIR
- </ul>
- <HR>
- @FORM
- #
- # This part is included after any directories hyperlinks
- # Usually, it will contain HTML form to use for search:
- #
- This is a form based interface to
- <A HREF="http://glimpse.cs.arizona.edu:1994/glimpsehttp.html">
- GlimpseHTTP</A> WWW search engine.
- <A HREF="http://glimpse.cs.arizona.edu:1994/index.html">
- Glimpse</A> is an indexing/search program that uses very little
- space for the index and allows flexible queries.
- This glimpse interface allows both browsing and searching.
- A search covers all files in this directory and all
- directories below it. As you browse deeper, you automatically
- limit the search to where you are.
- <P>
- For
- <A HREF="http://glimpse.cs.arizona.edu:1994/index.html">
- information about Glimpse</A>
- and where to obtain a copy (for your personal file system or for
- your server) follow this link or mail glimpse@cs.arizona.edu
- <P>
- If You don't have a browser that can supports forms, you can
- still <A HREF="$searchurl$relpath">make a search</A>.
-
- <FORM ACTION="$searchurl$relpath">
-
- What would you like to search for? <INPUT NAME="query">
- (example of a Boolean search: 'good;bad' will find all lines
- containing both 'good' AND 'bad')
- <P>
- <INPUT NAME="case" TYPE="checkbox">Case insensitive
- <INPUT NAME="whole" TYPE="checkbox">Allow partial match to a word
- <P>
- Number of misspellings allowed:
- <SELECT NAME="errors">
- <OPTION>0
- <OPTION>1
- <OPTION>2
- <OPTION>3
- <OPTION>4
- <OPTION>5
- <OPTION>6
- <OPTION>7
- <OPTION>8
- <OPTION>Best match
- </SELECT>
- <P>Maximum number of files returned:
- <INPUT NAME="maxfiles" VALUE="100">
- <P>Maximum number of matches per file returned:
- <INPUT NAME="maxlines" VALUE="30">
- <P>
- Press this button to submit the query:
- <INPUT TYPE="submit" VALUE="Submit">
- <BR>
- To reset the form, press this button: <INPUT TYPE="reset" VALUE="Reset">
-
- </FORM>
-
- @PREFILE
- <P>
- Files here:
- <UL>
- @POSTFILE
- </UL>
- @EPILOG
- #
- # included at the end of the index
- #
- <HR>
- <ADDRESS>
- <A HREF="mailto:$adminaddress">
- $adminname<BR>
- $adminaddress</A><BR>
- </ADDRESS>
-
- </BODY>
- @END
-