[GRASS-SVN] r60552 - in grass/branches/releasebranch_7_0: lib/gis man tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 09:56:54 PDT 2014


Author: martinl
Date: 2014-05-28 09:56:54 -0700 (Wed, 28 May 2014)
New Revision: 60552

Modified:
   grass/branches/releasebranch_7_0/lib/gis/parser_html.c
   grass/branches/releasebranch_7_0/man/build_html.py
   grass/branches/releasebranch_7_0/tools/mkhtml.py
Log:
manual: link logo with index page
        (merge r60551 from trunk)


Modified: grass/branches/releasebranch_7_0/lib/gis/parser_html.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gis/parser_html.c	2014-05-28 16:47:38 UTC (rev 60551)
+++ grass/branches/releasebranch_7_0/lib/gis/parser_html.c	2014-05-28 16:56:54 UTC (rev 60552)
@@ -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/branches/releasebranch_7_0/man/build_html.py
===================================================================
--- grass/branches/releasebranch_7_0/man/build_html.py	2014-05-28 16:47:38 UTC (rev 60551)
+++ grass/branches/releasebranch_7_0/man/build_html.py	2014-05-28 16:56:54 UTC (rev 60552)
@@ -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>
@@ -250,7 +250,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>
@@ -263,7 +263,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>
 """
@@ -275,7 +275,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/branches/releasebranch_7_0/tools/mkhtml.py
===================================================================
--- grass/branches/releasebranch_7_0/tools/mkhtml.py	2014-05-28 16:47:38 UTC (rev 60551)
+++ grass/branches/releasebranch_7_0/tools/mkhtml.py	2014-05-28 16:56:54 UTC (rev 60552)
@@ -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