[GRASSweb-list] hamish: web/screenshots footer.inc, NONE, 1.1 viz.php, 1.2, 1.3

grass at intevation.de grass at intevation.de
Wed Nov 14 06:52:54 EST 2007


Author: hamish

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

Modified Files:
	viz.php 
Added Files:
	footer.inc 
Log Message:
use standard screenshot page footer


--- NEW FILE: footer.inc ---
<P>
<i>Select a category from the menu on the left.</i><BR>
Do you have a great screenshot to contribute?
<i><a href="http://grass.gdf-hannover.de/wiki/Screenshot_suggestions">Please let us know</a></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/">Creative&nbsp;Commons</a>
        <a href="http://creativecommons.org/licenses/by-sa/2.5/"
	   rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
      </td>
    </tr>
  </tbody>
</table>

Index: viz.php
===================================================================
RCS file: /grassrepository/web/screenshots/viz.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- viz.php	25 Sep 2007 08:06:26 -0000	1.2
+++ viz.php	14 Nov 2007 11:52:52 -0000	1.3
@@ -72,30 +72,16 @@
    </td>
       <td valign="top" class="leftmenu"> 
         <!-- MAIN PART -->
+
 	<h3>Screenshots of GRASS GIS in action</h3>
         <h3>Visualization and volumetric 3D examples</h3>
         <?php
          include("viz.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