[GRASSweb-list]markus: web main_menu_search.inc,1.2,1.3 menu_search.inc,1.3,1.4 searchgrass.inc,1.4,1.5
grass at intevation.de
grass at intevation.de
Tue Oct 25 01:55:11 EDT 2005
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv837
Modified Files:
main_menu_search.inc menu_search.inc searchgrass.inc
Log Message:
new attempts of making W3 validator happy
Index: main_menu_search.inc
===================================================================
RCS file: /grassrepository/web/main_menu_search.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- main_menu_search.inc 10 Feb 2005 13:59:35 -0000 1.2
+++ main_menu_search.inc 25 Oct 2005 05:55:09 -0000 1.3
@@ -15,12 +15,11 @@
<input type="hidden" name="exclude" value="">
<input type="text" size="8" name="words" value="">
<input type="submit" value="Search">
- <center>
+ </form>
+ <center>
<a href="searchgrass.php">Advanced search</a>
</center>
- </form>
- </font>
-
+ </font>
</td>
</tr>
</tbody>
Index: menu_search.inc
===================================================================
RCS file: /grassrepository/web/menu_search.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- menu_search.inc 25 Mar 2005 15:56:15 -0000 1.3
+++ menu_search.inc 25 Oct 2005 05:55:09 -0000 1.4
@@ -8,19 +8,17 @@
<tr bgcolor="#c5e2ca">
<td nowrap="nowrap" valign="top">
<input type="hidden" name="config" value="htdig">
- <form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
<font size="-1">
+ <form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
<input type="hidden" name="restrict" value="grass">
<input type="hidden" name="exclude" value="">
<input type="text" size="8" name="words" value="">
<input type="submit" value="Search">
- </font>
<center>
- <font size="-1">
<a href="searchgrass.php">Advanced search</a>
- </font>
</center>
</form>
+ </font>
</td>
</tr>
</tbody>
Index: searchgrass.inc
===================================================================
RCS file: /grassrepository/web/searchgrass.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- searchgrass.inc 28 Apr 2005 15:57:11 -0000 1.4
+++ searchgrass.inc 25 Oct 2005 05:55:09 -0000 1.5
@@ -9,15 +9,15 @@
<p>
<i>You can optionally restrict your search to a forum:</i>
<p>
-<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
<font size=-1>
-Match: <select name=method>
+<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
+Match: <select name="method">
<option value="and">All
<option value="or">Any
<option value="boolean">Boolean
</select>
-Restrict to: <select name=restrict>
+Restrict to: <select name="restrict">
<option value="">don't restrict search
<option value="html_grass5/">GRASS 5.0/5.3/5.4 manuals
<option value="html60_user/">GRASS 6.0 manuals
@@ -33,12 +33,12 @@
<option value="pipermail/grass-announce/">grass-announce mailing list
</select>
-Format: <select name=format>
+Format: <select name="format">
<option value=builtin-long>Long
<option value=builtin-short>Short
</select>
-Sort by: <select name=sort>
+Sort by: <select name="sort">
<option value=time>Time
<option value=score>Score
<option value=title>Title
@@ -46,15 +46,15 @@
<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="config" value="htdig">
+<input type="hidden" name="exclude" value="">
<br>
Search:
<input type="text" size="30" name="words" value="">
<input type="submit" value="Search">
<input TYPE="reset" VALUE="Clear">
</form>
+</font>
<hr>
<h2>...or use Google to search the 'grass.itc.it' site:</h2>
@@ -64,7 +64,7 @@
<A HREF="http://www.google.com">
<DEFANGED_IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google Logo" align="absmiddle"></A>
<p>
-<FORM name=f method=GET action="http://www.google.com/search">
+<FORM name="f" method="GET" action="http://www.google.com/search">
<INPUT TYPE="reset" VALUE="clear">
<INPUT type=text name=q value="" size=30>
<INPUT type=submit value="search">
More information about the grass-web
mailing list