Commit 85dc84ea authored by Bill Lynch's avatar Bill Lynch Committed by bill

Branding dev


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@315 b35dd754-fafc-0310-a699-88a17e54d16e
parent f50c6c59
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
<%@ page import="org.jivesoftware.messenger.container.ServiceLookup, <%@ page import="org.jivesoftware.messenger.container.ServiceLookup,
org.jivesoftware.messenger.container.ServiceLookupFactory, org.jivesoftware.messenger.container.ServiceLookupFactory,
org.jivesoftware.messenger.container.Container, org.jivesoftware.messenger.container.Container,
org.jivesoftware.util.StringUtils" org.jivesoftware.util.StringUtils,
org.jivesoftware.admin.AdminConsole"
errorPage="error.jsp" errorPage="error.jsp"
%> %>
...@@ -27,7 +28,7 @@ ...@@ -27,7 +28,7 @@
<html> <html>
<head> <head>
<title>Jive Messenger Admin Console<%= (info.getTitle() != null ? (": "+info.getTitle()) : "") %></title> <title><%= AdminConsole.getAppName() %> Admin Console<%= (info.getTitle() != null ? (": "+info.getTitle()) : "") %></title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="style/global.css"> <link rel="stylesheet" type="text/css" href="style/global.css">
</head> </head>
...@@ -39,7 +40,7 @@ ...@@ -39,7 +40,7 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<img src="images/header-title.gif" width="289" height="38" border="0" alt="Jive Messenger Admin Console"> <img src="<%= AdminConsole.getLogoImage() %>" border="0" alt="<%= AdminConsole.getAppName() %> Admin Console">
</td> </td>
<td align="right"> <td align="right">
<table cellpadding="0" cellspacing="0" border="0"> <table cellpadding="0" cellspacing="0" border="0">
...@@ -52,7 +53,7 @@ ...@@ -52,7 +53,7 @@
&nbsp; &nbsp;
</td> </td>
<td class="info"> <td class="info">
<nobr>Jive Messenger <%= admin.getXMPPServer().getServerInfo().getVersion().getVersionString() %></nobr> <nobr><%= AdminConsole.getAppName() %> <%= admin.getXMPPServer().getServerInfo().getVersion().getVersionString() %></nobr>
</td> </td>
</tr> </tr>
</table> </table>
......
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