Still use the banner.jsp to make the rebranding work of a custom g build easy.
git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1149038 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp b/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp
index 7569327..669949e 100644
--- a/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp
+++ b/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp
@@ -17,18 +17,14 @@
See the License for the specific language governing permissions and
limitations under the License.
--%>
- <tr>
- <td>
- <table width="100%" height="86" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="86" class="Logo" border="0"></td>
- <td height="86" class="Top" border="0"> </td>
- <td height="86" class="Top" border="0" width="40"></td>
- <td height="86" class="Top" border="0" width="40">
-<a href="<%=request.getContextPath()%>/logout.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_logout_63x86.gif" alt="Logout"/></a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
+<table width="100%" height="86" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td height="86" class="Logo" border="0"></td>
+ <td height="86" class="Top" border="0"> </td>
+ <td height="86" class="Top" border="0" width="40"></td>
+ <td height="86" class="Top" border="0" width="40">
+ <a href="<%=request.getContextPath()%>/logout.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_logout_63x86.gif" alt="Logout"/></a>
+ </td>
+ </tr>
+</table>
diff --git a/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp b/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp
index d22043c..8f71328 100644
--- a/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp
+++ b/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp
@@ -90,16 +90,7 @@
<!-- end accessibility prolog -->
<!-- Header -->
-<table width="100%" height="86" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="86" class="Logo" border="0"></td>
- <td height="86" class="Top" border="0"> </td>
- <td height="86" class="Top" border="0" width="40"></td>
- <td height="86" class="Top" border="0" width="40">
- <a href="<%=request.getContextPath()%>/logout.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_logout_63x86.gif" alt="Logout"/></a>
- </td>
- </tr>
-</table>
+<jsp:include page="banner.jsp"/>
<p style="margin-top:5px;margin-bottom:5px"></p>