donaldp 01/12/08 23:16:23
Added: console/src/content footer.vm style.css header.vm
Log:
Add some files that are #included into other templates.
headers/footers and the stylesheet.
Revision Changes Path
1.1 jakarta-avalon-phoenix/console/src/content/footer.vm
Index: footer.vm
===================================================================
<br />
<br />
<br />
<hr size="1" noshade="" />
<center>Copyright © 2001 Apache Jakarta Project. All Rights
Reserved.</center>
</body>
</html>
1.1 jakarta-avalon-phoenix/console/src/content/style.css
Index: style.css
===================================================================
BODY {background: #FFFFFF}
A:visited {color: #000000}
TD.inner {background: #eeeeee}
.title {text-decoration: none;font-size: 16pt;font-style: bold}
.info {text-decoration: none;font-size: 14pt;font-style: bold}
.banner { font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
font-style: normal; color: #000000; font-weight: bold}
.section-header { font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
font-style: normal; background-color: #F3DD61; color: #000000; font-weight:
bold}
.section-bars { background-color: #525D76 }
.sub-section-header { font-family: Arial, Helvetica, sans-serif; font-size:
12pt; font-style: normal; background-color: #525D76; color: #FFFFFF;
font-weight: bold}
.statusMessage { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
font-style: normal; background-color: #eeeeee; color: #000000; text-align:
center}
1.1 jakarta-avalon-phoenix/console/src/content/header.vm
Index: header.vm
===================================================================
<html>
<head>
<title>$title</title>
<style _type="type/css">
<!--
#include( "style.css" )
-->
</style>
</head>
<body>
<div align="center">
<!-- Start Header -->
<table border="0" width="100%" cellpadding="2" cellspacing="0">
<tr class="banner">
<td valign="middle">
<img src="images/phoenix-logo.jpg" />
</td>
<td valign="bottom" align="right">
Phoenix Management Console
</td>
</tr>
</table>
<hr size="1" noshade="" />
<!-- End Header -->
</div>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>