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 2004/10/17 07:31:20 UTC

svn commit: rev 54953 - portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments

Author: ddewolf
Date: Sat Oct 16 22:31:19 2004
New Revision: 54953

Added:
   portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about-content.jsp
   portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about.jsp
   portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet.jsp
Log:
Adding Portal Pages.

Added: portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about-content.jsp
==============================================================================
--- (empty file)
+++ portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about-content.jsp	Sat Oct 16 22:31:19 2004
@@ -0,0 +1,4 @@
+<TABLE>
+<TR><TH>About the Pluto Portal Driver</TH></TR>
+<TR><TD> </TD></TR>
+</TABLE>
\ No newline at end of file

Added: portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about.jsp
==============================================================================
--- (empty file)
+++ portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about.jsp	Sat Oct 16 22:31:19 2004
@@ -0,0 +1,4 @@
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+
+<c:set var="include" scope="request" value="about-content.jsp"/>
+<jsp:forward page="template.jsp"/>

Added: portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet.jsp
==============================================================================
--- (empty file)
+++ portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet.jsp	Sat Oct 16 22:31:19 2004
@@ -0,0 +1,4 @@
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+
+<c:set var="include" scope="request" value="portlet-page.jsp"/>
+<jsp:forward page="template.jsp"/>
\ No newline at end of file