[GRASS-web] hamish: web/screenshots cartography.php, 1.3, 1.4 imagery.php, 1.2, 1.3 platforms.php, 1.2, 1.3 raster.php, 1.4, 1.5 vector.php, 1.5, 1.6 web.php, 1.1, 1.2

grass at intevation.de grass at intevation.de
Fri Nov 16 07:19:37 EST 2007


Author: hamish

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

Modified Files:
	cartography.php imagery.php platforms.php raster.php 
	vector.php web.php 
Log Message:
use standard screenshot page footer


Index: cartography.php
===================================================================
RCS file: /grassrepository/web/screenshots/cartography.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cartography.php	26 Sep 2007 12:45:27 -0000	1.3
+++ cartography.php	16 Nov 2007 12:19:34 -0000	1.4
@@ -72,6 +72,7 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS GIS in action</h3>
         <h3>Cartography examples</h3>
 
@@ -79,24 +80,9 @@
          include("cartography.inc");
         ?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>

Index: imagery.php
===================================================================
RCS file: /grassrepository/web/screenshots/imagery.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imagery.php	25 Sep 2007 08:06:26 -0000	1.2
+++ imagery.php	16 Nov 2007 12:19:34 -0000	1.3
@@ -72,6 +72,7 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS GIS in action</h3>
         <h3>Image data processing examples</h3>
 
@@ -79,24 +80,9 @@
          include("imagery.inc");
         ?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>

Index: platforms.php
===================================================================
RCS file: /grassrepository/web/screenshots/platforms.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- platforms.php	24 Sep 2007 15:40:50 -0000	1.2
+++ platforms.php	16 Nov 2007 12:19:34 -0000	1.3
@@ -72,6 +72,7 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS GIS in action</h3>
 
 	The GRASS source code is written in portable ANSI-C and is fully POSIX compliant.
@@ -88,24 +89,9 @@
          include("platforms.inc");
         ?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>

Index: raster.php
===================================================================
RCS file: /grassrepository/web/screenshots/raster.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- raster.php	25 Sep 2007 08:06:26 -0000	1.4
+++ raster.php	16 Nov 2007 12:19:34 -0000	1.5
@@ -72,30 +72,16 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS in action</h3>
         <h3>Raster support in GRASS GIS</h3>
         <?php
          include("raster.inc");
         ?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>

Index: vector.php
===================================================================
RCS file: /grassrepository/web/screenshots/vector.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vector.php	25 Sep 2007 08:06:26 -0000	1.5
+++ vector.php	16 Nov 2007 12:19:34 -0000	1.6
@@ -72,6 +72,7 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS in action</h3>
         <h3>Vector support in GRASS GIS</h3>
  
@@ -93,24 +94,9 @@
 	 include("vector_60.inc");
 	?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>

Index: web.php
===================================================================
RCS file: /grassrepository/web/screenshots/web.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- web.php	25 Sep 2007 09:07:34 -0000	1.1
+++ web.php	16 Nov 2007 12:19:34 -0000	1.2
@@ -72,6 +72,7 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS GIS in action</h3>
         <h3>Web services examples</h3>
 
@@ -79,24 +80,9 @@
          include("web.inc");
         ?>
 
-        <P>
-        <i>Please also select from the menu on the left.</i>
-
-<p> 
-<table align="center" border="1">
-<tbody><tr>
-<td align="center" width="30%"§>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
- <img src="../images/cc_by_white.png" alt="Creative Commons Attribution icon">
- <img src="../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
-</td>
-<td align="center">
- <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
- <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
-</td>
-</tr>
-</tbody></table>
-
+	<?php
+	 include("footer.inc");
+	?>
 
         <!-- END MAIN PART -->
       </td>




More information about the grass-web mailing list