[GRASSweb-list]markus: web/grass51/tutorial index.html,1.24,1.25

grass at intevation.de grass at intevation.de
Thu Nov 20 11:32:26 EST 2003


Author: markus

Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv17688

Modified Files:
	index.html 
Log Message:
added local search engine

Index: index.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/index.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- index.html	10 Nov 2003 17:27:15 -0000	1.24
+++ index.html	20 Nov 2003 16:32:24 -0000	1.25
@@ -28,7 +28,40 @@
 Development releases are provided for people who want to help test, debug,
 and improve GRASS 5.7. Knowing this, please read on.
 
-<h2>GRASS 5.7 Tutorial</h2>
+<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
+<font size=-1>
+Match: <select name=method>
+<option value="and">All
+<option value="or">Any
+<option value="boolean">Boolean
+</select>
+
+Format: <select name=format>
+<option value=builtin-long>Long
+<option value=builtin-short>Short
+</select>
+
+Sort by: <select name=sort>
+<option value=time>Time
+<option value=score>Score
+<option value=title>Title
+<option value=revscore>Reverse Score
+<option value=revtime>Reverse Time
+<option value=revtitle>Reverse Title
+</select>
+</font>
+<input type=hidden name=config value=htdig>
+<input type=hidden name=exclude value="">
+<input type=hidden name=restrict value="grass51/tutorial/">
+<br>
+Search tutorial:
+<input type="text" size="30" name="words" value="">
+<input type="submit" value="Search">&nbsp;
+<input TYPE="reset"  VALUE="Clear">
+</form>
+
+
+<h2>GRASS 5.7 Tutorial table of contents</h2>
 <a name="toc"></a>
 <ol>
 <li><a href="intro.html">Introduction</a>





More information about the grass-web mailing list