You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2007/03/29 07:22:43 UTC

svn commit: r523563 - in /portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main: resources/pluto-portal-driver-config.xml webapp/WEB-INF/themes/navigation.jsp

Author: ddewolf
Date: Wed Mar 28 22:22:42 2007
New Revision: 523563

URL: http://svn.apache.org/viewvc?view=rev&rev=523563
Log:
Making the about page static

Modified:
    portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/resources/pluto-portal-driver-config.xml
    portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp

Modified: portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/resources/pluto-portal-driver-config.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/resources/pluto-portal-driver-config.xml?view=diff&rev=523563&r1=523562&r2=523563
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/resources/pluto-portal-driver-config.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/resources/pluto-portal-driver-config.xml Wed Mar 28 22:22:42 2007
@@ -51,9 +51,6 @@
       <portlet context="/testsuite" name="TestPortlet1"/>
       <portlet context="/testsuite" name="TestPortlet2"/>
     </page>
-    <page name="About Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-      <portlet context="/pluto" name="AboutPortlet"/>
-    </page>
     <page name="Pluto Admin" uri="/WEB-INF/themes/pluto-default-theme.jsp">
       <portlet context="/pluto" name="PlutoPageAdmin"/>
       <portlet context="/pluto" name="AboutPortlet"/>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp?view=diff&rev=523563&r1=523562&r2=523563
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp Wed Mar 28 22:22:42 2007
@@ -4,6 +4,9 @@
 <div id="navigation">
     <h2>Navigation:</h2>
     <ul>
+        <li>
+        <a href='<c:out value="${pageContext.request.contextPath}"/>/about.jsp'>About Pluto</a>
+        </li>
         <c:forEach var="page" items="${driverConfig.pages}">
             <c:choose>
                 <c:when test="${page == currentPage}">