You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/07/21 07:01:14 UTC

svn commit: r1149038 - in /geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes: banner.jsp portlets-with-tree.jsp

Author: rwonly
Date: Thu Jul 21 05:01:11 2011
New Revision: 1149038

URL: http://svn.apache.org/viewvc?rev=1149038&view=rev
Log:
Still use the banner.jsp to make the rebranding work of a custom g build easy.

Modified:
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp

Modified: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp?rev=1149038&r1=1149037&r2=1149038&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/banner.jsp Thu Jul 21 05:01:11 2011
@@ -17,18 +17,14 @@ implied.
 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">&nbsp;</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">&nbsp;</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>
 

Modified: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp?rev=1149038&r1=1149037&r2=1149038&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp Thu Jul 21 05:01:11 2011
@@ -90,16 +90,7 @@ if(document.location.hash!='') {
 <!-- 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">&nbsp;</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>