[GRASSweb-list]markus: web/grass60/screenshots general.php,1.2,1.3

grass at intevation.de grass at intevation.de
Fri Nov 11 11:01:50 EST 2005


Author: markus

Update of /grassrepository/web/grass60/screenshots
In directory doto:/tmp/cvs-serv7846

Modified Files:
	general.php 
Log Message:
fixed menu links

Index: general.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/general.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general.php	27 Mar 2005 16:06:54 -0000	1.2
+++ general.php	11 Nov 2005 16:01:48 -0000	1.3
@@ -51,14 +51,80 @@
 <tbody>
  <tr>
     <td valign="top">
-    <?php
-        include("../../menu_search.inc");
-     ?> 
+    
+<!-- Search MENU INCLUDE -->
+
+    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
+    <tbody>
+     <tr>
+     <td><!-- SEARCH MENU -->
+      <table cellspacing="1" cellpadding="3" border="0" width="100%">
+      <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"><br>
+	 <center>
+         <a href="../../searchgrass.php">Advanced search</a>
+	 </center>
+	 </form>
+         </font>
+					
+        </td>
+        </tr>
+      </tbody>             
+      </table><!-- END TOP MENU -->
+     </td>
+     </tr>
+    </tbody>
+    </table> <!-- END menu frame -->
+
    </td>
    <td valign="top">
-     <?php
-       include("../../menu_top.inc");
-     ?>
+
+<!-- TOP MENU INCLUDE FOR SUBDIRECTORIES -->
+
+    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="100%">
+    <tbody>
+     <tr>
+     <td><!-- TOP MENU -->
+      <table cellspacing="1" cellpadding="3" border="0" width="100%">
+      <tbody>
+        <tr bgcolor="#c5e2ca">
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../index.php">Home</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../intro/index.php">Introduction</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../download/index.php">Download</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../gdp/index.php">Documents</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../community/index.php">Community</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../applications/index.php">Applications</a></font>
+        </td>
+        <td nowrap="nowrap" align="center">
+	<font size="-1"><a href="../../devel/index.php">Development</a></font>
+        </td>
+        </tr>
+      </tbody> 
+      </table><!-- END TOP MENU -->
+     </td>
+     </tr>
+    </tbody>
+    </table> <!-- END TOP MENU STUFF -->
+
    </td>
  </tr>
  <tr>





More information about the grass-web mailing list