|
@@ -2,7 +2,7 @@
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
# utilities for generating HTML indices
|
|
# utilities for generating HTML indices
|
|
-# (c) 2003-2006, 2009-2013 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi
|
|
|
|
|
|
+# (c) 2003-2014 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi
|
|
|
|
|
|
import sys
|
|
import sys
|
|
import os
|
|
import os
|
|
@@ -49,7 +49,7 @@ header2_tmpl = string.Template(\
|
|
r""" <link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
r""" <link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
</head>
|
|
</head>
|
|
<body style="width: ${body_width}">
|
|
<body style="width: ${body_width}">
|
|
-
|
|
|
|
|
|
+<div id="container">
|
|
<!-- this file is generated by man/build_html.py -->
|
|
<!-- this file is generated by man/build_html.py -->
|
|
|
|
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
@@ -189,6 +189,8 @@ footer_tmpl = string.Template(\
|
|
r"""<hr class="header">
|
|
r"""<hr class="header">
|
|
<p><a href="${index_url}">Help 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_url}">Help 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>© 2003-${year} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${grass_version} Reference Manual</p>
|
|
|
|
+
|
|
|
|
+</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|
|
""")
|
|
""")
|
|
@@ -209,6 +211,7 @@ r"""<tr><td valign="top"><a href="${cmd}">${basename}</a></td> <td>${desc}</td><
|
|
toc = \
|
|
toc = \
|
|
r"""
|
|
r"""
|
|
<div class="toc">
|
|
<div class="toc">
|
|
|
|
+<h4 class="toc">Table of contents</h4>
|
|
<ul class="toc">
|
|
<ul class="toc">
|
|
<li class="toc"><a class="toc" href="full_index.html#d">Display commands (d.*)</a></li>
|
|
<li class="toc"><a class="toc" href="full_index.html#d">Display commands (d.*)</a></li>
|
|
<li class="toc"><a class="toc" href="full_index.html#db">Database commands (db.*)</a></li>
|
|
<li class="toc"><a class="toc" href="full_index.html#db">Database commands (db.*)</a></li>
|
|
@@ -271,6 +274,7 @@ r"""
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
</head>
|
|
</head>
|
|
<body style="width: 99%">
|
|
<body style="width: 99%">
|
|
|
|
+<div id="container">
|
|
|
|
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<hr class="header">
|
|
<hr class="header">
|
|
@@ -284,6 +288,7 @@ r"""
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
</head>
|
|
</head>
|
|
<body style="width: 99%">
|
|
<body style="width: 99%">
|
|
|
|
+<div id="container">
|
|
|
|
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<hr class="header">
|
|
<hr class="header">
|
|
@@ -296,6 +301,7 @@ r"""
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
</head>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<body bgcolor="white">
|
|
|
|
+<div id="container">
|
|
|
|
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
|
|
<hr class="header">
|
|
<hr class="header">
|