aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Config14
-rwxr-xr-xdoc/gendocs_template16
2 files changed, 13 insertions, 17 deletions
diff --git a/doc/Config b/doc/Config
index 0e2742d..21e25bc 100644
--- a/doc/Config
+++ b/doc/Config
@@ -38,14 +38,12 @@ $EXTRA_HEAD="\
$AFTER_BODY_OPEN="\
<!--#include virtual=\"${top_html_dir}/inc/header.html\" -->\
-<table class='tabs'>\
- <tr>\
- <td><a href=\"$top_html_dir/pies.html\">Main</a></td>\
- <td><a href=\"$top_html_dir/example.html\">Examples</a></td>\
- <td><a href=\"$top_html_dir/download.html\">Downloads</a></td>\
- <td><a class=\"active\" href=\"$top_html_dir/manual.html\">Documentation</a></td>\
- </tr>
-</table>";
+<ul class=\"tabs\">\
+ <li><a href=\"pies.html\">Main</a></li>\
+ <li><a href=\"example.html\">Examples</a></li>\
+ <li><a href=\"download.html\">Downloads</a></li>\
+ <li><a class=\"active\" href=\"manual.html\">Documentation</a></li>\
+</ul>";
$PRE_BODY_CLOSE="Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.";
diff --git a/doc/gendocs_template b/doc/gendocs_template
index a39d2de..b2a1583 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Pies - gray.gnu.org.ua</title>
+ <title>Pies - Program Invocation and Execution Supervisor</title>
<meta name="Generator" content="%%SCRIPTNAME%%" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rev="made" href="mailto:gray@gnu.org.ua" />
@@ -13,14 +13,12 @@
</head>
<body>
<!--#include virtual="inc/header.html" -->
-<table class='tabs'>
- <tr>
- <td><a href="pies.html">Main</a></td>
- <td><a href="example.html">Examples</a></td>
- <td><a href="download.html">Downloads</a></td>
- <td><a class="active" href="manual.html">Documentation</a></td>
- </tr>
-</table>
+<ul class='tabs'>
+ <li><a href="pies.html">Main</a></li>
+ <li><a href="example.html">Examples</a></li>
+ <li><a href="download.html">Downloads</a></li>
+ <li><a class="active" href="manual.html">Documentation</a></li>
+</ul>
<div id="main">
<p>The manual for <b>%%PACKAGE%%</b> is available in the following formats:</p>

Return to:

Send suggestions and report system problems to the System administrator.