Pārlūkot izejas kodu

synchronize footer

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58760 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 gadi atpakaļ
vecāks
revīzija
f73531f1e5
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      general/g.parser/g.parser.html
  2. 2 2
      tools/mkhtml.py

+ 1 - 1
general/g.parser/g.parser.html

@@ -457,7 +457,7 @@ Glynn Clements
 <p>
 <i>Last changed: $Date$</i>
 <hr>
-<p><a href="index.html">Main index</a> - <a href="full_index.html">Full index</a></p>
+<p><a href="index.html">Main index</a> | <a href="full_index.html">Full index</a></p>
 <p>&copy; 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

+ 2 - 2
tools/mkhtml.py

@@ -47,7 +47,7 @@ header_pgm = """<h2>NAME</h2>
 
 footer_index = string.Template(\
 """<hr>
-<p><a href="index.html">Main index</a> - <a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p><a href="index.html">Main index</a> | <a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> | <a href="topics.html">Topics index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full index</a></p>
 <p>&copy; 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
 </body>
 </html>
@@ -55,7 +55,7 @@ footer_index = string.Template(\
 
 footer_noindex = string.Template(\
 """<hr>
-<p><a href="index.html">Main index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p><a href="index.html">Main index</a> | <a href="topics.html">Topics index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full index</a></p>
 <p>&copy; 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
 </body>
 </html>