[GRASS-SVN] r60551 - in grass/trunk: lib/gis man tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 09:47:38 PDT 2014


Author: martinl
Date: 2014-05-28 09:47:38 -0700 (Wed, 28 May 2014)
New Revision: 60551

Modified:
   grass/trunk/lib/gis/parser_html.c
   grass/trunk/man/build_html.py
   grass/trunk/tools/mkhtml.py
Log:
manual: link logo with index page

Modified: grass/trunk/lib/gis/parser_html.c
===================================================================
--- grass/trunk/lib/gis/parser_html.c	2014-05-28 15:58:57 UTC (rev 60550)
+++ grass/trunk/lib/gis/parser_html.c	2014-05-28 16:47:38 UTC (rev 60551)
@@ -51,7 +51,7 @@
     fprintf(stdout, "</head>\n");
     fprintf(stdout, "<body bgcolor=\"white\">\n\n");
     fprintf(stdout,
-	    "<img src=\"grass_logo.png\" alt=\"GRASS logo\">\n");
+	    "<a href=\"index.html\"><img src=\"grass_logo.png\" alt=\"GRASS logo\"></a>\n");
     fprintf(stdout, "<hr class=\"header\">\n\n");
     fprintf(stdout, "<h2>%s</h2>\n", _("NAME"));
     fprintf(stdout, "<em><b>%s</b></em> ", st->pgm_name);

Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py	2014-05-28 15:58:57 UTC (rev 60550)
+++ grass/trunk/man/build_html.py	2014-05-28 16:47:38 UTC (rev 60551)
@@ -52,7 +52,7 @@
 
 <!-- this file is generated by man/build_html.py -->
 
-<img src="grass_logo.png" alt="GRASS logo">
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
 <hr class="header">
 
 <h2>GRASS GIS ${grass_version} Reference Manual</h2>
@@ -262,7 +262,7 @@
 </head>
 <body style="width: 99%">
 
-<img src="grass_logo.png" alt="GRASS logo">
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
 <hr class="header">
 <h2>Topics</h2>
 <ul>
@@ -275,7 +275,7 @@
 </head>
 <body style="width: 99%">
 
-<img src="grass_logo.png" alt="GRASS logo">
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
 <hr class="header">
 <h2>Keywords - Index of GRASS GIS modules</h2>
 """
@@ -287,7 +287,7 @@
 </head>
 <body bgcolor="white">
 
-<img src="grass_logo.png" alt="GRASS logo">
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
 <hr class="header">
 
 <h2>Topic: ${keyword}</h2>

Modified: grass/trunk/tools/mkhtml.py
===================================================================
--- grass/trunk/tools/mkhtml.py	2014-05-28 15:58:57 UTC (rev 60550)
+++ grass/trunk/tools/mkhtml.py	2014-05-28 16:47:38 UTC (rev 60551)
@@ -36,7 +36,7 @@
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
 <body bgcolor="white">
-<img src="grass_logo.png" alt="GRASS logo">
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
 <hr class="header">
 """
 



More information about the grass-commit mailing list