[GRASSweb-list]stephan: web/gdp books.php,1.2,1.3 general.php,1.2,1.3 manuals.php,1.2,1.3 special.php,1.2,1.3 tutorials.php,1.2,1.3

grass at intevation.de grass at intevation.de
Tue Nov 15 08:13:04 EST 2005


Author: stephan

Update of /grassrepository/web/gdp
In directory doto:/tmp/cvs-serv27529/gdp

Modified Files:
	books.php general.php manuals.php special.php tutorials.php 
Log Message:
+ finishing the leftpadding-stuff also in non-index.php-files




Index: books.php
===================================================================
RCS file: /grassrepository/web/gdp/books.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- books.php	17 Jan 2005 20:10:59 -0000	1.2
+++ books.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
 
   <h3>Books</h3>
   <?php

Index: general.php
===================================================================
RCS file: /grassrepository/web/gdp/general.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general.php	17 Jan 2005 20:10:59 -0000	1.2
+++ general.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
 
   <h3>General texts and Manual pages</h3>
   <?php

Index: manuals.php
===================================================================
RCS file: /grassrepository/web/gdp/manuals.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- manuals.php	17 Jan 2005 20:10:59 -0000	1.2
+++ manuals.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
 
   <h3>Manuals</h3>
   <?php

Index: special.php
===================================================================
RCS file: /grassrepository/web/gdp/special.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- special.php	17 Jan 2005 20:10:59 -0000	1.2
+++ special.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
 
   <h3>Special topics</h3>
   <?php

Index: tutorials.php
===================================================================
RCS file: /grassrepository/web/gdp/tutorials.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tutorials.php	17 Jan 2005 20:10:59 -0000	1.2
+++ tutorials.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
 
   <h3>Tutorial and Courses</h3>
   <?php





More information about the grass-web mailing list