diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-07 13:27:59 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-07 13:27:59 +0000 |
commit | c632db5d4a70490ec5aca178a1afc723fc1a5c9c (patch) | |
tree | 31bd6b15b99ba26182c88795bf6acdad86aeb815 /build/html-style.properties | |
parent | dfd9f60ee6bb576235cbfbefa5e0c8f9a8df7a8f (diff) | |
download | vaadin-framework-c632db5d4a70490ec5aca178a1afc723fc1a5c9c.tar.gz vaadin-framework-c632db5d4a70490ec5aca178a1afc723fc1a5c9c.zip |
Jounis new style header/footer
svn changeset:519/svn branch:toolkit
Diffstat (limited to 'build/html-style.properties')
-rw-r--r-- | build/html-style.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/html-style.properties b/build/html-style.properties index 879349bf2b..91bbc12f3e 100644 --- a/build/html-style.properties +++ b/build/html-style.properties @@ -1,6 +1,6 @@ -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 +docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/> +html.body.start1=<div id="container"><div id="header"><h1> +html.body.start2=</h1></div><div id="itmilllogo"></div> +html.body.end=<div id="footer"><span>Version: ${version}</span>© Oy IT Mill Ltd. 2000-2007</div></div> |