This commit is contained in:
david 2002-08-05 03:59:53 +00:00
parent 2de4eb8426
commit 77117e3e7b
4 changed files with 14 additions and 19 deletions

View File

@ -45,7 +45,7 @@ insert([blkfooter],
<a href="http://www.python.org"><img src="|uri.base|images/PythonPowered.gif" alt="Python Powered!"></a>
<a href="http://www.opensource.org"><img src="http://www.opensource.org/trademarks/osi-certified/web/osi-certified-90x75.png" height=75 width=90 alt="OSI Certified"></a>
<a href="http://www.gnome.org"><img src="|uri.base|images/gnome2.png" height="48" width="48" alt="Gnome"></a>
<a href="http://www.tldp.org"><img src="|uri.base|images/ldp200x80.png" height="60" width="133" alt="TLDP"></a>
<a href="http://www.tldp.org"><img src="|uri.base|images/ldp200x80.png" width="200" height="80" alt="TLDP"></a>
<br>|strrender_time|: |elapsed_time|
</center>
])

View File

@ -939,8 +939,8 @@ class Tables:
<input name="username" type="hidden" value="%s">
<tr><td align="center">
<a href="|uri.base|user/|session_username||uri.lang_ext|">|session_name|</a>
</td></tr>
<tr><td align="center"><input type="submit" name="logout"
<p>
<input type="submit" name="logout"
value="|strlog_out|"></td></tr>
</form>
</table>

View File

@ -102,8 +102,6 @@ TD.sidebarright {
TD.center {
width: 100%;
padding-left: 5;
padding-right: 5;
}
TD.body {
@ -111,6 +109,7 @@ TD.body {
background-color: white;
border: solid black;
border-width: 2;
padding: 10;
}
TABLE.header {
@ -152,21 +151,12 @@ TABLE.navbox {
margin: 0;
margin-left: 5;
margin-right: 5;
border: none;
border-width: 0;
background-color: black;
border: solid black;
border-width: 2;
background-color: #888888;
}
.navbox TR {
margin: 0;
padding: 0;
border: none;
}
.navbox TH {
padding: 0;
margin: 0;
border: none;
border-width: 0;
}
@ -203,7 +193,12 @@ TABLE .tab {
}
TABLE.box {
border-width: 1;
border-width: 0;
border: solid black;
}
.box TD {
border-width: 0;
}
.box .label {

View File

@ -11,7 +11,7 @@
<!-- Change this to the path to where you have installed Norman
Walsh's XSL stylesheets. -->
<xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl"/>
<!-- Customized parameters and templates go here. -->