[GRASS-SVN] r31589 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 30 17:24:40 EDT 2008


Author: neteler
Date: 2008-05-30 17:24:39 -0400 (Fri, 30 May 2008)
New Revision: 31589

Modified:
   grass/trunk/tools/build_html_index.sh
Log:
use table for more compact page

Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh	2008-05-30 20:32:19 UTC (rev 31588)
+++ grass/trunk/tools/build_html_index.sh	2008-05-30 21:24:39 UTC (rev 31589)
@@ -77,6 +77,9 @@
 Geographic Resources Analysis Support System (GRASS), an open source (GNU
 GPL'ed), image processing and geographic information system (GIS).</p>
 
+<table>
+<tr>
+<td valign=\"top\">
 <h3>Quick Introduction</h3>
 
 <!-- the files grass7.html & helptext.html file live in lib/init/ -->
@@ -267,6 +270,8 @@
 write_html_header $FILENAME "GRASS GIS $GRASSVERSION Reference Manual" 1
 
 #modules:
+echo "</td>" >> $FILENAME
+echo "<td valign=\"top\">" >> $FILENAME
 echo "<h3>Manual sections:</h3>" >> $FILENAME
 echo "<ul>" >> $FILENAME
 #for all module groups:
@@ -283,6 +288,8 @@
 echo "<li><a href=\"xganim.html\">xganim</a> tool  for animating a raster map series</li>" >> $FILENAME
 	      
 echo "</ul>" >> $FILENAME
+echo "</td></tr>" >> $FILENAME
+echo "</table>" >> $FILENAME
 
 #insert a special comment so that GEM will know where to merge docs of extensions
 echo >> "$FILENAME"



More information about the grass-commit mailing list