[GRASS-SVN] r58760 - in grass/trunk: general/g.parser tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 22 01:51:16 PST 2014
Author: martinl
Date: 2014-01-22 01:51:15 -0800 (Wed, 22 Jan 2014)
New Revision: 58760
Modified:
grass/trunk/general/g.parser/g.parser.html
grass/trunk/tools/mkhtml.py
Log:
synchronize footer
Modified: grass/trunk/general/g.parser/g.parser.html
===================================================================
--- grass/trunk/general/g.parser/g.parser.html 2014-01-22 09:24:57 UTC (rev 58759)
+++ grass/trunk/general/g.parser/g.parser.html 2014-01-22 09:51:15 UTC (rev 58760)
@@ -457,7 +457,7 @@
<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>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
</body>
</html>
Modified: grass/trunk/tools/mkhtml.py
===================================================================
--- grass/trunk/tools/mkhtml.py 2014-01-22 09:24:57 UTC (rev 58759)
+++ grass/trunk/tools/mkhtml.py 2014-01-22 09:51:15 UTC (rev 58760)
@@ -47,7 +47,7 @@
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>© 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_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>© 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
</body>
</html>
More information about the grass-commit
mailing list