[GRASSweb-list]markus: web/grass61/screenshots menu_top.inc,NONE,1.1 index.php,1.1,1.2 menu_side.inc,1.1,1.2 title.inc,1.1,1.2
grass at intevation.de
grass at intevation.de
Mon Mar 20 12:19:19 EST 2006
Author: markus
Update of /grassrepository/web/grass61/screenshots
In directory doto:/tmp/cvs-serv4574
Modified Files:
index.php menu_side.inc title.inc
Added Files:
menu_top.inc
Log Message:
fixes
--- 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: index.php
===================================================================
RCS file: /grassrepository/web/grass61/screenshots/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php 20 Mar 2006 17:10:10 -0000 1.1
+++ index.php 20 Mar 2006 17:19:17 -0000 1.2
@@ -57,7 +57,7 @@
</td>
<td valign="top">
<?php
- include("../../menu_top.inc");
+ include("menu_top.inc");
?>
</td>
</tr>
@@ -80,7 +80,7 @@
<p><a href="images/trento3d.jpg" target="_blank"><DEFANGED_IMG src="images/trento3d_small.jpg" border="1"></a></p>
<p>GRASS: building footprints extruded to 3D blocks <br>
(data courtesy <a href="http://webapps.comune.trento.it/ambiente/">City of Trento</a>, Italy - see "Mostra Strumenti Dati" for geodata download)</p>
- <p><a href="images/grass61_gismanager.jpg" target="_blank"><DEFANGED_IMG src="images/grass61_gismanager_small.jpg" width="596" height="419" border="1"></a></p>
+ <p><a href="images/grass61_gismanager.jpg" target="_blank"><DEFANGED_IMG src="images/grass61_gismanager_small.jpg" border="1"></a></p>
<p>GRASS 6.1 GIS Manager</p>
</div></td>
</tr>
Index: menu_side.inc
===================================================================
RCS file: /grassrepository/web/grass61/screenshots/menu_side.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- menu_side.inc 20 Mar 2006 17:10:10 -0000 1.1
+++ menu_side.inc 20 Mar 2006 17:19:17 -0000 1.2
@@ -9,7 +9,7 @@
<tr bgcolor="#c5e2ca">
<td nowrap="nowrap">
<font size="-1">
- <a href="../grass60/screenshots/index.php">GRASS 6.0 screenshots</a>
+ <a href="../../grass60/screenshots/index.php">GRASS 6.0 screenshots</a>
</font>
</td>
</tr>
Index: title.inc
===================================================================
RCS file: /grassrepository/web/grass61/screenshots/title.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- title.inc 20 Mar 2006 17:10:10 -0000 1.1
+++ title.inc 20 Mar 2006 17:19:17 -0000 1.2
@@ -1,4 +1,4 @@
<!-- keep indentation -->
<center><br>
- <h1>GRASS 6 Screenshots</h1>
+ <h1>GRASS 6.1 Screenshots</h1>
</center>
More information about the grass-web
mailing list