[GRASSweb-list] markus: web/grass60/screenshots menu_top.inc, NONE,
1.1 general.php, 1.4, 1.5 gui.php, 1.6, 1.7 index.php, 1.11,
1.12 raster.php, 1.4, 1.5 vector.php, 1.4, 1.5 viz.php, 1.8, 1.9
grass at intevation.de
grass at intevation.de
Thu May 11 09:24:32 EDT 2006
Author: markus
Update of /grassrepository/web/grass60/screenshots
In directory doto:/tmp/cvs-serv26521
Modified Files:
general.php gui.php index.php raster.php vector.php viz.php
Added Files:
menu_top.inc
Log Message:
resolved top menu link mess
--- NEW FILE: 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">Intro</a></font>
</td>
<td nowrap="nowrap" align="center">
<font size="-1"><a href="../../gdp/index.php">Docs</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="../../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 -->
Index: general.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/general.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- general.php 15 Nov 2005 13:13:02 -0000 1.4
+++ general.php 11 May 2006 13:24:30 -0000 1.5
@@ -86,45 +86,9 @@
</td>
<td valign="top">
-
-<!-- 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 -->
-
+ <?php
+ include("menu_top.inc");
+ ?>
</td>
</tr>
<tr>
Index: gui.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/gui.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gui.php 15 Nov 2005 13:13:02 -0000 1.6
+++ gui.php 11 May 2006 13:24:30 -0000 1.7
@@ -86,46 +86,11 @@
</td>
<td valign="top">
-
-<!-- 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 -->
-
+ <?php
+ include("menu_top.inc");
+ ?>
</td>
+
</tr>
<tr>
<td valign="top">
Index: index.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- index.php 19 Apr 2006 16:30:38 -0000 1.11
+++ index.php 11 May 2006 13:24:30 -0000 1.12
@@ -57,7 +57,7 @@
</td>
<td valign="top">
<?php
- include("../../menu_top.inc");
+ include("menu_top.inc");
?>
</td>
</tr>
Index: raster.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/raster.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- raster.php 15 Nov 2005 13:13:02 -0000 1.4
+++ raster.php 11 May 2006 13:24:30 -0000 1.5
@@ -85,45 +85,9 @@
</td>
<td valign="top">
-
-<!-- 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 -->
-
+ <?php
+ include("menu_top.inc");
+ ?>
</td>
</tr>
<tr>
Index: vector.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/vector.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vector.php 15 Nov 2005 13:13:02 -0000 1.4
+++ vector.php 11 May 2006 13:24:30 -0000 1.5
@@ -57,7 +57,7 @@
</td>
<td valign="top">
<?php
- include("../../menu_top.inc");
+ include("menu_top.inc");
?>
</td>
</tr>
Index: viz.php
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/viz.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- viz.php 15 Nov 2005 13:13:02 -0000 1.8
+++ viz.php 11 May 2006 13:24:30 -0000 1.9
@@ -58,7 +58,7 @@
<td valign="top">
<div align="left">
<?php
- include("../../menu_top.inc");
+ include("menu_top.inc");
?>
</div></td>
</tr>
More information about the grass-web
mailing list