[portal-commits] JBoss Portal SVN: r5849 - trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Dec 13 11:18:17 EST 2006


Author: roy.russo at jboss.com
Date: 2006-12-13 11:18:16 -0500 (Wed, 13 Dec 2006)
New Revision: 5849

Removed:
   trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard/addpage.jsp
Log:
not needed

Deleted: trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard/addpage.jsp
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard/addpage.jsp	2006-12-13 16:09:25 UTC (rev 5848)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard/addpage.jsp	2006-12-13 16:18:16 UTC (rev 5849)
@@ -1,82 +0,0 @@
-<%@ page language="java" extends="org.jboss.portal.core.servlet.jsp.PortalJsp" %>
-<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
-<%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n" %>
-<%@ page isELIgnored="false" %>
-
-<portlet:defineObjects/>
-
-<table width="100%">
-   <th colspan="2" class="portlet-section-header" align="center">Add Page</th>
-   <tr>
-      <td class="portlet-section-body" align="left">
-         Use this to manage the content on your page. You can control the page title, select number of columns, and add,
-         order, or remove portlets.
-      </td>
-   </tr>
-   <tr>
-      <td>
-         <hr/>
-      </td>
-   </tr>
-   <tr>
-      <td>
-         <form action="addpage" method="POST">
-            <table>
-               <tr>
-                  <td>title/layout table</td>
-                  <td>
-                     <table>
-                        <tr>
-                           <td class="portlet-section-body" valign="top"><b>Available Content</b><br/>
-                              <select name="available_instances" multiple="true" size="20">
-                                 <option value="">Instance 1</option>
-                                 <option value="">Instance 2</option>
-                                 <option value="">Instance 3</option>
-                                 <option value="">Instance 4</option>
-                                 <option value="">Instance 5</option>
-                              </select>
-                           </td>
-                           <td>arrows</td>
-                           <td class="portlet-section-body" valign="top">
-                              <b>Left Column</b><br/>
-                              <select name="instances_left" multiple="true">
-                                 <option value="">Instance 1</option>
-                                 <option value="">Instance 2</option>
-                                 <option value="">Instance 3</option>
-                                 <option value="">Instance 4</option>
-                                 <option value="">Instance 5</option>
-                              </select>
-                              <br/><br/>
-                              <b>Middle Column</b><br/>
-                              <select name="instances_middle" multiple="true">
-                                 <option value="">Instance 1</option>
-                                 <option value="">Instance 2</option>
-                                 <option value="">Instance 3</option>
-                                 <option value="">Instance 4</option>
-                                 <option value="">Instance 5</option>
-                              </select>
-                              <br/><br/>
-                              <b>Right Column</b><br/>
-                              <select name="instances_right" multiple="true">
-                                 <option value="">Instance 1</option>
-                                 <option value="">Instance 2</option>
-                                 <option value="">Instance 3</option>
-                                 <option value="">Instance 4</option>
-                                 <option value="">Instance 5</option>
-                              </select>
-                           </td>
-                           <td>arrows</td>
-                        </tr>
-                     </table>
-                  </td>
-               </tr>
-               <tr>
-                  <td class="portlet-section-alternate" width="100%" colspan="4" align="center">
-                     <input type="submit" name="save" value="Save" class="portlet-form-button"/>
-                  </td>
-               </tr>
-            </table>
-         </form>
-      </td>
-   </tr>
-</table>
\ No newline at end of file




More information about the portal-commits mailing list