[GRASSweb-list]markus: web menu_search.inc,1.2,1.3
grass at intevation.de
grass at intevation.de
Fri Mar 25 10:56:17 EST 2005
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv12825
Modified Files:
menu_search.inc
Log Message:
HTML patch from Jonathan
Index: menu_search.inc
===================================================================
RCS file: /grassrepository/web/menu_search.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- menu_search.inc 10 Feb 2005 13:59:35 -0000 1.2
+++ menu_search.inc 25 Mar 2005 15:56:15 -0000 1.3
@@ -1,5 +1,4 @@
<!-- Search MENU INCLUDE -->
-
<table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
<tbody>
<tr>
@@ -8,19 +7,20 @@
<tbody>
<tr bgcolor="#c5e2ca">
<td nowrap="nowrap" valign="top">
- <font size="-1">
- <form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
<input type="hidden" name="config" value="htdig">
+ <form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
+ <font size="-1">
<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"><br>
+ <input type="submit" value="Search">
+ </font>
<center>
- <a href="../searchgrass.php">Advanced search</a>
+ <font size="-1">
+ <a href="searchgrass.php">Advanced search</a>
+ </font>
</center>
</form>
- </font>
-
</td>
</tr>
</tbody>
@@ -29,4 +29,3 @@
</tr>
</tbody>
</table> <!-- END menu frame -->
-
More information about the grass-web
mailing list