|
@@ -55,8 +55,19 @@ header_pgm_desc = """<h2>NAME</h2>
|
|
|
|
|
|
footer_index = string.Template(\
|
|
footer_index = string.Template(\
|
|
"""<hr class="header">
|
|
"""<hr class="header">
|
|
-<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>
|
|
|
|
|
|
+<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>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|
|
@@ -64,8 +75,18 @@ footer_index = string.Template(\
|
|
|
|
|
|
footer_noindex = string.Template(\
|
|
footer_noindex = string.Template(\
|
|
"""<hr class="header">
|
|
"""<hr class="header">
|
|
-<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>
|
|
|
|
|
|
+<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>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|