diff options
Diffstat (limited to 'build/html-style.properties')
-rw-r--r-- | build/html-style.properties | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build/html-style.properties b/build/html-style.properties index 7d96540a6a..879349bf2b 100644 --- a/build/html-style.properties +++ b/build/html-style.properties @@ -1,2 +1,6 @@ -html.body.start=<table border="0" width="100%"><tr><td style="padding-left: 10px;"><div id="itmilllogo"/></td><td align="right" style="padding-right: 10px; font-size: 14pt; font-weight: bold;"><script type="text/javascript">document.write(document.title);</script></td></tr></table><div id="page"> -html.body.end=<span style="float: right; color: #444444;">Version: ${version}</span></div><div id="footer">(c) Oy IT Mill Ltd, 2000-2006</div>
\ No newline at end of file +html.body.start1=<table border="0" width="100%"><tr><td style="padding-left: 10px;"><div id="itmilllogo"/></td><td align="right" style="padding-right: 10px; font-size: 14pt; font-weight: bold;"> +html.body.start2=</td></tr></table><div id="page"> +html.body.end=<span style="float: right; color: #444444;">Version: ${version}</span></div><div id="footer">(c) Oy IT Mill Ltd, 2000-2006</div> +html.body.tag=<body> +html.body.endtag=</body> +docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/>
\ No newline at end of file |