Commit 8357400f authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fancier footer.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6890 b35dd754-fafc-0310-a699-88a17e54d16e
parent 65e81a26
...@@ -136,23 +136,30 @@ ...@@ -136,23 +136,30 @@
<%-- Show bottom footer --%> <%-- Show bottom footer --%>
<br/><br/> <br/><br/>
<div style="position:fixed;left:0;bottom:0;"> <div width="100%" style="position:fixed;left:0;bottom:0;">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="163">&nbsp;</td><td align="center"> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<div style="border-left:#B3D3F4 1px solid; <tr>
border-right:#B3D3F4 1px solid; <td width="164">
border-top:#B3D3F4 1px solid; <img src="/images/blank.gif" width="164" height="1" alt="">
width:500px; </td>
padding:5px; <td align="center">
background-color:#EAF1F8; <div style="border-left:#B3D3F4 1px solid;
font-size:smaller;" border-right:#B3D3F4 1px solid;
> border-top:#B3D3F4 1px solid;
<%= AdminConsole.getAppName() %> <%= AdminConsole.getVersionString() %>, width:500px;
built by <a href="http://www.jivesoftware.com">Jive Software</a> and the padding:5px;
<a href="http://www.igniterealtime.org">IgniteRealtime.org</a> community background-color:#EAF1F8;
font-size:smaller;"
>
<%= AdminConsole.getAppName() %> <%= AdminConsole.getVersionString() %>,
built by <a href="http://www.jivesoftware.com">Jive Software</a> and the
<a href="http://www.igniterealtime.org">IgniteRealtime.org</a> community
</div>
</td>
</tr>
</table>
</div> </div>
</td></tr></table>
</div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment