[GRASSweb-list]markus: web menu_search.inc,1.5,1.6

grass at intevation.de grass at intevation.de
Fri Dec 16 15:24:30 EST 2005


Author: markus

Update of /grassrepository/web
In directory doto:/tmp/cvs-serv14655

Modified Files:
	menu_search.inc 
Log Message:
fixed url; HTML cleanup

Index: menu_search.inc
===================================================================
RCS file: /grassrepository/web/menu_search.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- menu_search.inc	3 Nov 2005 11:14:39 -0000	1.5
+++ menu_search.inc	16 Dec 2005 20:24:27 -0000	1.6
@@ -1,4 +1,5 @@
 <!-- Search MENU INCLUDE -->
+
     <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
     <tbody>
      <tr>
@@ -7,20 +8,18 @@
       <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">
          <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">
-         </form>
-         </font>
-	 <center>
+	 </form>
+         <center>
          <font size="-1">
-         <a href="searchgrass.php">Advanced search</a>
+         <a href="../searchgrass.php">Advanced search</a>
          </font>
-	 </center>
+         </center>
         </td>
         </tr>
       </tbody>             
@@ -29,3 +28,4 @@
      </tr>
     </tbody>
     </table> <!-- END menu frame -->
+





More information about the grass-web mailing list