<%-- show either root message or the current category name --%>
-
-
+
+
+ expanded='#{SearchProperties.panels["restrict-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
-
+
@@ -172,11 +172,11 @@
+ expanded='#{SearchProperties.panels["location-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
-
+
@@ -184,12 +184,12 @@
|
-
+
|
-
+
|
@@ -199,7 +199,7 @@
+ expanded='#{SearchProperties.panels["categories-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
@@ -214,16 +214,16 @@
|
-
+
|
-
+ rendered="#{SearchProperties.categoriesDataModel.rowCount != 0}">
@@ -239,12 +239,12 @@
-
-
+
@@ -264,7 +264,7 @@
+ expanded='#{SearchProperties.panels["attrs-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
@@ -272,63 +272,63 @@
|
: |
-
-
+
+
|
: |
-
-
+
+
|
: |
-
-
+
+
|
- : | |
+ : | |
- : | |
+ : | |
- : | |
+ : | |
|
- : |
+ : |
- : | |
+ : | |
- : | |
+ : | |
- : |
+ : |
- : | |
+ : | |
- : | |
+ : | |
-
+ expanded='#{SearchProperties.panels["custom-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
+
|
@@ -347,7 +347,7 @@
-
+
|
@@ -390,4 +390,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/dialog/apply-doc-template.jsp b/source/web/jsp/dialog/apply-doc-template.jsp
index 48faf47c18..e29cd75e34 100644
--- a/source/web/jsp/dialog/apply-doc-template.jsp
+++ b/source/web/jsp/dialog/apply-doc-template.jsp
@@ -22,136 +22,20 @@
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a"%>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
-<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- : |
-
- <%-- Templates drop-down selector --%>
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ : |
+ <%-- Templates drop-down selector --%>
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/apply-rss-template.jsp b/source/web/jsp/dialog/apply-rss-template.jsp
index 78b0dc13ee..73f726a0f0 100644
--- a/source/web/jsp/dialog/apply-rss-template.jsp
+++ b/source/web/jsp/dialog/apply-rss-template.jsp
@@ -22,154 +22,64 @@
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a"%>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
-<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+<%@ page buffer="64kb" contentType="text/html;charset=UTF-8"%>
+<%@ page isELIgnored="false"%>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator"%>
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
-
+
+
+
+ <%-- TODO: check for Guest user access and hide panel? --%>
+
+ <%
+ PanelGenerator.generatePanelStart(out, request.getContextPath(),
+ "yellowInner", "#ffffcc");
+ %>
+
+ <%
+ PanelGenerator.generatePanelEnd(out, request.getContextPath(),
+ "yellowInner");
+ %>
-
\ No newline at end of file
+
+ <%
+ PanelGenerator.generatePanelStart(out, request.getContextPath(),
+ "white", "white");
+ %>
+
+
+ : |
+ <%-- Templates drop-down selector --%>
+
+ |
+
+
+ <%
+ PanelGenerator.generatePanelEnd(out, request.getContextPath(),
+ "white");
+ %>
+ |
+
+
+
diff --git a/source/web/jsp/dialog/apply-space-template.jsp b/source/web/jsp/dialog/apply-space-template.jsp
index 20aa334dd9..40ab204376 100644
--- a/source/web/jsp/dialog/apply-space-template.jsp
+++ b/source/web/jsp/dialog/apply-space-template.jsp
@@ -22,136 +22,20 @@
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a"%>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
-<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- : |
-
- <%-- Templates drop-down selector --%>
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ : |
+ <%-- Templates drop-down selector --%>
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/checkin-file.jsp b/source/web/jsp/dialog/checkin-file.jsp
index 4a8424a932..0fb1b37f6b 100644
--- a/source/web/jsp/dialog/checkin-file.jsp
+++ b/source/web/jsp/dialog/checkin-file.jsp
@@ -32,7 +32,7 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
<%@ page import="org.alfresco.web.app.servlet.FacesHelper" %>
-<%@ page import="org.alfresco.web.bean.CheckinCheckoutBean" %>
+<%@ page import="org.alfresco.web.bean.CheckinCheckoutDialog" %>
<%@ page import="org.alfresco.web.app.Application" %>
<%@ page import="javax.faces.context.FacesContext" %>
@@ -82,7 +82,7 @@
- ''
+ ''
|
@@ -113,13 +113,13 @@
@@ -135,19 +135,19 @@
-
-
+
+
|
-
+
|
-
+
|
@@ -163,8 +163,8 @@
-
-
+
+
|
@@ -200,7 +200,7 @@
<%
- CheckinCheckoutBean bean = (CheckinCheckoutBean)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "CheckinCheckoutBean");
+ CheckinCheckoutDialog bean = (CheckinCheckoutDialog)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "CheckinCheckoutDialog");
if (bean != null && bean.getFileName() != null) {
%>
|
@@ -254,4 +254,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/dialog/checkout-file-link.jsp b/source/web/jsp/dialog/checkout-file-link.jsp
index d0aead6e87..2d06fedfc6 100644
--- a/source/web/jsp/dialog/checkout-file-link.jsp
+++ b/source/web/jsp/dialog/checkout-file-link.jsp
@@ -28,187 +28,70 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
- <%-- downloadable file link generated by CheckinCheckoutBean --%>
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+ <%-- downloadable file link generated by CheckinCheckoutDialog --%>
+
+ |
+
+
+
+
+ |
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/checkout-file.jsp b/source/web/jsp/dialog/checkout-file.jsp
index ed62004c77..33c8b42283 100644
--- a/source/web/jsp/dialog/checkout-file.jsp
+++ b/source/web/jsp/dialog/checkout-file.jsp
@@ -28,172 +28,56 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
+
+
+
-
- <%@ include file="../parts/titlebar.jsp" %>
+ |
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
|
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
+
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
+ |
-
- <%-- separator row with gradient shadow --%>
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
- <%-- Space selector to allow user to pick a Space --%>
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
+
+
+
+
|
- |
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
+
+ <%-- Space selector to allow user to pick a Space --%>
+
+
+ |
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
+ |
+
+
+
diff --git a/source/web/jsp/dialog/delete-rule.jsp b/source/web/jsp/dialog/delete-rule.jsp
index efb14b9828..41bf1ddadc 100644
--- a/source/web/jsp/dialog/delete-rule.jsp
+++ b/source/web/jsp/dialog/delete-rule.jsp
@@ -28,138 +28,16 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/document-details.jsp b/source/web/jsp/dialog/document-details.jsp
index 7ff2bff80d..fc9843bcf1 100644
--- a/source/web/jsp/dialog/document-details.jsp
+++ b/source/web/jsp/dialog/document-details.jsp
@@ -146,7 +146,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -388,7 +388,7 @@
@@ -396,7 +396,7 @@
-
+
@@ -405,7 +405,7 @@
+ action="dialog:editContentCategories" actionListener="#{DocumentDetailsBean.setupCategoriesForEdit}" />
diff --git a/source/web/jsp/dialog/edit-category.jsp b/source/web/jsp/dialog/edit-category.jsp
index 26b9164565..e271cde793 100644
--- a/source/web/jsp/dialog/edit-category.jsp
+++ b/source/web/jsp/dialog/edit-category.jsp
@@ -28,150 +28,29 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ |
+
+ : |
+
+
+
+
+
+
+
+
+ |
+
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-file.jsp b/source/web/jsp/dialog/edit-file.jsp
index af81dae95d..7de74ed515 100644
--- a/source/web/jsp/dialog/edit-file.jsp
+++ b/source/web/jsp/dialog/edit-file.jsp
@@ -28,172 +28,55 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
-
-
-
- |
-
-
-
- <%-- downloadable file link generated by CheckinCheckoutBean --%>
-
- |
-
-
-
-
- |
-
-
- <%-- Hide the checkout info if this document is already checked out --%>
-
- |
-
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+ <%-- downloadable file link generated by CheckinCheckoutDialog --%>
+
+ |
+
+
+
+
+ |
+
+
+ <%-- Hide the checkout info if this document is already checked out --%>
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-html-inline.jsp b/source/web/jsp/dialog/edit-html-inline.jsp
index c46d29d671..bc52f9a82a 100644
--- a/source/web/jsp/dialog/edit-html-inline.jsp
+++ b/source/web/jsp/dialog/edit-html-inline.jsp
@@ -28,185 +28,74 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
+
+
+
+
+ <%-- Hide the checkout info if this document is already checked out --%>
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+
+ |
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <%-- Hide the checkout info if this document is already checked out --%>
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
-
- |
- |
-
-
-
-
-
-
-
- |
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
-
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- <%-- Inline editor --%>
-
-
-
-
-
-
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+ <%-- Inline editor --%>
+
+
+
+
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-link-properties.jsp b/source/web/jsp/dialog/edit-link-properties.jsp
index 88f3b900ac..e5d13a5ec2 100644
--- a/source/web/jsp/dialog/edit-link-properties.jsp
+++ b/source/web/jsp/dialog/edit-link-properties.jsp
@@ -1,26 +1,26 @@
<%--
- * Copyright (C) 2005-2007 Alfresco Software Limited.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+* Copyright (C) 2005-2007 Alfresco Software Limited.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
- * As a special exception to the terms and conditions of version 2.0 of
- * the GPL, you may redistribute this Program in connection with Free/Libre
- * and Open Source Software ("FLOSS") applications as described in Alfresco's
- * FLOSS exception. You should have recieved a copy of the text describing
- * the FLOSS exception, and it is also available here:
- * http://www.alfresco.com/legal/licensing"
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
--%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
@@ -28,174 +28,49 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
- *
- |
-
-
- : |
-
-
- |
-
-
- : |
-
-
- |
-
-
- : |
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ |
+
+ |
+
+: |
+
+ *
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-search.jsp b/source/web/jsp/dialog/edit-search.jsp
index 0269b1f4d0..e76c1e3017 100644
--- a/source/web/jsp/dialog/edit-search.jsp
+++ b/source/web/jsp/dialog/edit-search.jsp
@@ -1,26 +1,26 @@
<%--
- * Copyright (C) 2005-2007 Alfresco Software Limited.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+* Copyright (C) 2005-2007 Alfresco Software Limited.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
- * As a special exception to the terms and conditions of version 2.0 of
- * the GPL, you may redistribute this Program in connection with Free/Libre
- * and Open Source Software ("FLOSS") applications as described in Alfresco's
- * FLOSS exception. You should have recieved a copy of the text describing
- * the FLOSS exception, and it is also available here:
- * http://www.alfresco.com/legal/licensing"
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
--%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
@@ -32,180 +32,71 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
-
-
- |
-
-
- : |
-
- *
- |
-
-
- : |
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
+
+
+
+ |
+
+
+: |
+
+ *
+ |
+
+
+: |
+
+
+
+ |
+
+
+
diff --git a/source/web/jsp/dialog/edit-simple-workflow.jsp b/source/web/jsp/dialog/edit-simple-workflow.jsp
index de8cc951dc..0e051f8f10 100644
--- a/source/web/jsp/dialog/edit-simple-workflow.jsp
+++ b/source/web/jsp/dialog/edit-simple-workflow.jsp
@@ -28,33 +28,28 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- : |
-
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
-
- |
-
-
-
-
- :
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ |
+
+
+ : |
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ : |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-space-category.jsp b/source/web/jsp/dialog/edit-space-category.jsp
index 444316f8e1..aab2a9c295 100644
--- a/source/web/jsp/dialog/edit-space-category.jsp
+++ b/source/web/jsp/dialog/edit-space-category.jsp
@@ -1,26 +1,26 @@
<%--
- * Copyright (C) 2005-2007 Alfresco Software Limited.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+* Copyright (C) 2005-2007 Alfresco Software Limited.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
- * As a special exception to the terms and conditions of version 2.0 of
- * the GPL, you may redistribute this Program in connection with Free/Libre
- * and Open Source Software ("FLOSS") applications as described in Alfresco's
- * FLOSS exception. You should have recieved a copy of the text describing
- * the FLOSS exception, and it is also available here:
- * http://www.alfresco.com/legal/licensing"
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
--%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
@@ -28,150 +28,29 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+ |
+
+: |
+
+
+
+
+
+
+
+ |
+
+ |
+
+
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-space-simple-workflow.jsp b/source/web/jsp/dialog/edit-space-simple-workflow.jsp
index 9200d2a3e2..dd5953e7a0 100644
--- a/source/web/jsp/dialog/edit-space-simple-workflow.jsp
+++ b/source/web/jsp/dialog/edit-space-simple-workflow.jsp
@@ -22,39 +22,38 @@
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a"%>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
+<%@ page buffer="32kb" contentType="text/html;charset=UTF-8"%>
+<%@ page isELIgnored="false"%>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator"%>
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- : |
-
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
-
- |
-
-
-
-
- :
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ |
+
+
+ : |
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ : |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/edit-text-inline.jsp b/source/web/jsp/dialog/edit-text-inline.jsp
index c9879f9dae..9d3d98a438 100644
--- a/source/web/jsp/dialog/edit-text-inline.jsp
+++ b/source/web/jsp/dialog/edit-text-inline.jsp
@@ -28,157 +28,44 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
+
+
+
+
+ <%-- Hide the checkout info if this document is already checked out --%>
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+
+ |
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <%-- Hide the checkout info if this document is already checked out --%>
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
-
- |
- |
-
-
-
-
-
-
-
- |
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
-
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- <%-- Inline editor --%>
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+ <%-- Inline editor --%>
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
+ |
+
+
+
diff --git a/source/web/jsp/dialog/export.jsp b/source/web/jsp/dialog/export.jsp
index e656e12f7b..ce5b436f9a 100644
--- a/source/web/jsp/dialog/export.jsp
+++ b/source/web/jsp/dialog/export.jsp
@@ -28,220 +28,100 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- : |
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
-
-
-
- |
-
- <%--
-
- : |
-
-
-
-
- |
-
- --%>
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
-
-
- |
-
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+: |
+
+
+ |
+
+ |
+
+: |
+
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+ |
+
+<%--
+
+: |
+
+
+
+
+ |
+
+--%>
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+ |
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/filelink-details.jsp b/source/web/jsp/dialog/filelink-details.jsp
index 8c2283f9f3..b758db2580 100644
--- a/source/web/jsp/dialog/filelink-details.jsp
+++ b/source/web/jsp/dialog/filelink-details.jsp
@@ -145,7 +145,7 @@
-
+
|
@@ -158,7 +158,7 @@
+ action="dialog:editLinkProperties" actionListener="#{LinkPropertiesDialog.setupFileLinkForAction}" />
diff --git a/source/web/jsp/dialog/rules.jsp b/source/web/jsp/dialog/rules.jsp
index 057e9a961c..b9590ac612 100644
--- a/source/web/jsp/dialog/rules.jsp
+++ b/source/web/jsp/dialog/rules.jsp
@@ -87,14 +87,14 @@
<%-- More actions menu --%>
|
%>/images/parts/dotted_separator.gif) |
<%-- Filters --%>
@@ -118,7 +118,7 @@
|
-
+
|
@@ -155,11 +155,11 @@
<%-- Rules List --%>
-
+ binding="#{RulesDialog.richList}">
<%-- Primary column for details view mode --%>
@@ -170,7 +170,7 @@
@@ -181,7 +181,7 @@
-
@@ -247,12 +247,12 @@
+ actionListener="#{RulesDialog.setupRuleAction}" action="dialog:deleteRule">
+ actionListener="#{RulesDialog.setupRuleAction}" action="wizard:editRule">
@@ -307,4 +307,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/dialog/save-search.jsp b/source/web/jsp/dialog/save-search.jsp
index 817aea5545..08e7de4ffe 100644
--- a/source/web/jsp/dialog/save-search.jsp
+++ b/source/web/jsp/dialog/save-search.jsp
@@ -1,198 +1,85 @@
<%--
- * Copyright (C) 2005-2007 Alfresco Software Limited.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+* Copyright (C) 2005-2007 Alfresco Software Limited.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
- * As a special exception to the terms and conditions of version 2.0 of
- * the GPL, you may redistribute this Program in connection with Free/Libre
- * and Open Source Software ("FLOSS") applications as described in Alfresco's
- * FLOSS exception. You should have recieved a copy of the text describing
- * the FLOSS exception, and it is also available here:
- * http://www.alfresco.com/legal/licensing"
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
+
+
+
+ |
+
+
+ : |
+ *
+ |
+
+
+ : |
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- : |
-
- *
- |
-
-
- : |
-
-
- |
-
-
- |
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/source/web/jsp/dialog/space-details.jsp b/source/web/jsp/dialog/space-details.jsp
index fa6b1c20f9..bb27606287 100644
--- a/source/web/jsp/dialog/space-details.jsp
+++ b/source/web/jsp/dialog/space-details.jsp
@@ -134,7 +134,7 @@
-
+
@@ -146,7 +146,7 @@
-
+
@@ -236,7 +236,7 @@
@@ -253,7 +253,7 @@
+ action="dialog:editSpaceCategories" actionListener="#{SpaceDetailsBean.setupCategoriesForEdit}" />
@@ -288,7 +288,7 @@
-
@@ -430,4 +430,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/dialog/spacelink-details.jsp b/source/web/jsp/dialog/spacelink-details.jsp
index dfd9aa09c2..56d8e0246b 100644
--- a/source/web/jsp/dialog/spacelink-details.jsp
+++ b/source/web/jsp/dialog/spacelink-details.jsp
@@ -133,7 +133,7 @@
-
+
|
@@ -147,7 +147,7 @@
+action="dialog:editLinkProperties" actionListener="#{LinkPropertiesDialog.setupFolderLinkForAction}" />
diff --git a/source/web/jsp/dialog/system-info.jsp b/source/web/jsp/dialog/system-info.jsp
index ca5ea95cf0..5eb9a067e5 100644
--- a/source/web/jsp/dialog/system-info.jsp
+++ b/source/web/jsp/dialog/system-info.jsp
@@ -28,173 +28,65 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
-
-
- |
-
-
- :
- :
- |
-
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/undocheckout-file.jsp b/source/web/jsp/dialog/undocheckout-file.jsp
index d8953f2573..1dea0b1207 100644
--- a/source/web/jsp/dialog/undocheckout-file.jsp
+++ b/source/web/jsp/dialog/undocheckout-file.jsp
@@ -28,138 +28,21 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/update-file.jsp b/source/web/jsp/dialog/update-file.jsp
index d6385d7b78..f7489a0238 100644
--- a/source/web/jsp/dialog/update-file.jsp
+++ b/source/web/jsp/dialog/update-file.jsp
@@ -32,7 +32,7 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
<%@ page import="org.alfresco.web.app.servlet.FacesHelper" %>
-<%@ page import="org.alfresco.web.bean.CheckinCheckoutBean" %>
+<%@ page import="org.alfresco.web.bean.CheckinCheckoutDialog" %>
<%@ page import="org.alfresco.web.app.Application" %>
<%@ page import="javax.faces.context.FacesContext" %>
@@ -82,7 +82,7 @@
|
- ''
+ ''
|
@@ -135,7 +135,7 @@
|
<%
- CheckinCheckoutBean bean = (CheckinCheckoutBean)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "CheckinCheckoutBean");
+ CheckinCheckoutDialog bean = (CheckinCheckoutDialog)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "CheckinCheckoutDialog");
if (bean != null && bean.getFileName() != null) {
%>
@@ -157,13 +157,13 @@
@@ -201,4 +201,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/dialog/working-copy-missing.jsp b/source/web/jsp/dialog/working-copy-missing.jsp
index dee020ee43..1ea08ed820 100644
--- a/source/web/jsp/dialog/working-copy-missing.jsp
+++ b/source/web/jsp/dialog/working-copy-missing.jsp
@@ -1,161 +1,49 @@
<%--
- * Copyright (C) 2005-2007 Alfresco Software Limited.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+* Copyright (C) 2005-2007 Alfresco Software Limited.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
- * As a special exception to the terms and conditions of version 2.0 of
- * the GPL, you may redistribute this Program in connection with Free/Libre
- * and Open Source Software ("FLOSS") applications as described in Alfresco's
- * FLOSS exception. You should have recieved a copy of the text describing
- * the FLOSS exception, and it is also available here:
- * http://www.alfresco.com/legal/licensing"
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
--%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
diff --git a/source/web/jsp/groups/add-user.jsp b/source/web/jsp/groups/add-user.jsp
index c4c04c4a32..da533fdc03 100644
--- a/source/web/jsp/groups/add-user.jsp
+++ b/source/web/jsp/groups/add-user.jsp
@@ -26,169 +26,50 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- |
-
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ |
+
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/groups/delete-group.jsp b/source/web/jsp/groups/delete-group.jsp
index 4b09bd95c6..2f422ce31c 100644
--- a/source/web/jsp/groups/delete-group.jsp
+++ b/source/web/jsp/groups/delete-group.jsp
@@ -31,152 +31,41 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/groups/groups.jsp b/source/web/jsp/groups/groups.jsp
index fadb251872..2deadbd7b9 100644
--- a/source/web/jsp/groups/groups.jsp
+++ b/source/web/jsp/groups/groups.jsp
@@ -79,8 +79,8 @@
<%-- show either root message or the current group name --%>
-
-
+
+
@@ -88,12 +88,12 @@
<%-- Create actions menu --%>
@@ -101,16 +101,16 @@
|
<%-- More actions menu --%>
@@ -119,7 +119,7 @@
|
<%-- Filter settings --%>
+ value="#{GroupsProperties.filterMode}" actionListener="#{GroupsDialog.filterModeChanged}" menu="true" menuImage="/images/icons/menu.gif" styleClass="moreActionsMenu">
@@ -128,7 +128,7 @@
|
<%-- View mode settings --%>
+ value="#{GroupsProperties.viewMode}" actionListener="#{GroupsDialog.viewModeChanged}" menu="true" menuImage="/images/icons/menu.gif" styleClass="moreActionsMenu">
@@ -156,7 +156,7 @@
<%-- Group Path Breadcrumb --%>
<%-- Groups List --%>
@@ -164,33 +164,33 @@
-
+ value="#{GroupsDialog.groups}" var="r" initialSortColumn="name" initialSortDescending="true">
<%-- Primary column for icons view mode --%>
-
+
-
+
-
+
<%-- Primary column for details view mode --%>
-
+
-
+
-
+
@@ -200,13 +200,13 @@
-
+
-
+
-
+
@@ -223,12 +223,12 @@
-
+ value="#{GroupsDialog.users}" var="r" initialSortColumn="name" initialSortDescending="true">
<%-- Primary column for icons view mode --%>
-
+
@@ -236,7 +236,7 @@
<%-- Primary column for details view mode --%>
-
+
@@ -259,7 +259,7 @@
-
+
@@ -316,4 +316,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/groups/new-group.jsp b/source/web/jsp/groups/new-group.jsp
index 03ec249b5f..d3523d372a 100644
--- a/source/web/jsp/groups/new-group.jsp
+++ b/source/web/jsp/groups/new-group.jsp
@@ -31,173 +31,53 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
-
- : |
-
- *
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+ |
+
+
+
+<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
+: |
+
+ *
+ |
+
+
+
diff --git a/source/web/jsp/parts/titlebar.jsp b/source/web/jsp/parts/titlebar.jsp
index 97547c8f5e..c3f3435b83 100644
--- a/source/web/jsp/parts/titlebar.jsp
+++ b/source/web/jsp/parts/titlebar.jsp
@@ -76,7 +76,7 @@
image="/images/icons/user_console.gif"
showLink="false"
action="dialog:userConsole"
- actionListener="#{UsersBean.setupUserAction}"
+ actionListener="#{UsersDialog.setupUserAction}"
id="alf_user_console">
diff --git a/source/web/jsp/roles/edit-content-user-roles.jsp b/source/web/jsp/roles/edit-content-user-roles.jsp
index e8d08b4b86..85e7ade56f 100644
--- a/source/web/jsp/roles/edit-content-user-roles.jsp
+++ b/source/web/jsp/roles/edit-content-user-roles.jsp
@@ -28,188 +28,67 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
-
-
- |
-
-
-
- ''
-
-
- |
-
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- 1. |
-
-
-
-
-
-
- |
-
-
-
- 2.
- |
-
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ |
+
+ |
+
+1. |
+
+
+
+
+
+
+
+ |
+
+
+
+2.
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+
+
diff --git a/source/web/jsp/roles/edit-user-roles.jsp b/source/web/jsp/roles/edit-user-roles.jsp
index 2b08853d6c..ca4508e75c 100644
--- a/source/web/jsp/roles/edit-user-roles.jsp
+++ b/source/web/jsp/roles/edit-user-roles.jsp
@@ -28,188 +28,67 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
-
-
- |
-
-
-
- ''
-
-
- |
-
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- 1. |
-
-
-
-
-
-
- |
-
-
-
- 2.
- |
-
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ |
+
+ |
+
+1. |
+
+
+
+
+
+
+
+
+ |
+
+
+
+2.
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/roles/manage-content-users.jsp b/source/web/jsp/roles/manage-content-users.jsp
index 3b5bf7c583..f16d0f64fa 100644
--- a/source/web/jsp/roles/manage-content-users.jsp
+++ b/source/web/jsp/roles/manage-content-users.jsp
@@ -160,10 +160,10 @@
-
+
-
+
diff --git a/source/web/jsp/roles/manage-invited-users.jsp b/source/web/jsp/roles/manage-invited-users.jsp
index f65713e0d8..961b1b9140 100644
--- a/source/web/jsp/roles/manage-invited-users.jsp
+++ b/source/web/jsp/roles/manage-invited-users.jsp
@@ -160,10 +160,10 @@
-
+
-
+
@@ -239,4 +239,4 @@
-
\ No newline at end of file
+
diff --git a/source/web/jsp/roles/remove-content-user.jsp b/source/web/jsp/roles/remove-content-user.jsp
index 299ba40e71..b2f902e592 100644
--- a/source/web/jsp/roles/remove-content-user.jsp
+++ b/source/web/jsp/roles/remove-content-user.jsp
@@ -28,149 +28,22 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+
+
+
+
+ |
+
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+ | |
+
+
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
diff --git a/source/web/jsp/roles/remove-invited-user.jsp b/source/web/jsp/roles/remove-invited-user.jsp
index 09dfeb0236..3970343153 100644
--- a/source/web/jsp/roles/remove-invited-user.jsp
+++ b/source/web/jsp/roles/remove-invited-user.jsp
@@ -28,148 +28,16 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- Error Messages --%>
-
- |
-
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
diff --git a/source/web/jsp/trashcan/delete-all.jsp b/source/web/jsp/trashcan/delete-all.jsp
index 966d6abd6e..3ffd235014 100644
--- a/source/web/jsp/trashcan/delete-all.jsp
+++ b/source/web/jsp/trashcan/delete-all.jsp
@@ -28,136 +28,21 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
diff --git a/source/web/jsp/trashcan/delete-item.jsp b/source/web/jsp/trashcan/delete-item.jsp
index 82fa01f1e0..d6fe04a718 100644
--- a/source/web/jsp/trashcan/delete-item.jsp
+++ b/source/web/jsp/trashcan/delete-item.jsp
@@ -28,138 +28,23 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/trashcan/delete-listed.jsp b/source/web/jsp/trashcan/delete-listed.jsp
index c5695a5e09..095a4fb507 100644
--- a/source/web/jsp/trashcan/delete-listed.jsp
+++ b/source/web/jsp/trashcan/delete-listed.jsp
@@ -28,141 +28,27 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/trashcan/item-details.jsp b/source/web/jsp/trashcan/item-details.jsp
index 5bb0081724..24ea40c929 100644
--- a/source/web/jsp/trashcan/item-details.jsp
+++ b/source/web/jsp/trashcan/item-details.jsp
@@ -28,182 +28,74 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
+
+
+
+
+
+
+
+
+
+
+
+
+<%-- icon image for the object --%>
+
+
+
+
+ |
+%>/images/parts/rightSideShadow42.gif) |
+
+
+%>/images/parts/bottomShadow42.gif) |
+
+
+ |
+
+<%-- properties for the item --%>
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
-
-
- |
-
-
- ''
-
-
- :
-
-
- |
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%-- icon image for the object --%>
-
-
-
-
- |
- %>/images/parts/rightSideShadow42.gif) |
-
-
- %>/images/parts/bottomShadow42.gif) |
-
-
- |
-
- <%-- properties for the item --%>
-
-
-
- |
-
-
-
-
- |
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
-
-
-
- <%-- Item Actions --%>
-
-
-
-
-
-
-
-
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/source/web/jsp/trashcan/recover-all.jsp b/source/web/jsp/trashcan/recover-all.jsp
index 9c75562755..3e7b9662d6 100644
--- a/source/web/jsp/trashcan/recover-all.jsp
+++ b/source/web/jsp/trashcan/recover-all.jsp
@@ -28,136 +28,21 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
diff --git a/source/web/jsp/trashcan/recover-item.jsp b/source/web/jsp/trashcan/recover-item.jsp
index 89b71d1c22..86ec00a062 100644
--- a/source/web/jsp/trashcan/recover-item.jsp
+++ b/source/web/jsp/trashcan/recover-item.jsp
@@ -27,165 +27,56 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+
+
+
+
+
+ |
+
+ |
+
+
+<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
-
+ |
+
+ |
+
+
+:
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
- |
-
-
- :
- |
-
-
- |
-
- |
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+ |
+
+
+
+ |
+
+ |
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+
+ | |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/trashcan/recover-listed.jsp b/source/web/jsp/trashcan/recover-listed.jsp
index 8f99f55745..06f267746b 100644
--- a/source/web/jsp/trashcan/recover-listed.jsp
+++ b/source/web/jsp/trashcan/recover-listed.jsp
@@ -32,163 +32,55 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
- |
-
- |
-
-
- :
- |
-
-
- |
-
- |
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+ |
+
+
+<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+ |
+
+
+:
+ |
+
+
+
+ |
+
+ |
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/trashcan/recovery-report.jsp b/source/web/jsp/trashcan/recovery-report.jsp
index 64b658335d..7798738a40 100644
--- a/source/web/jsp/trashcan/recovery-report.jsp
+++ b/source/web/jsp/trashcan/recovery-report.jsp
@@ -28,150 +28,47 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
- |
-
-
-
-
- |
-
- <%-- show this panel if some items failed to recover --%>
-
- |
-
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+<%-- show this panel if some items failed to recover --%>
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+<%-- Error Messages --%>
+<%-- messages tag to show messages not handled by other specific message tags --%>
+
+
+
+ | |
+
+
diff --git a/source/web/jsp/trashcan/trash-list.jsp b/source/web/jsp/trashcan/trash-list.jsp
index 1168f35e78..09a03c0c64 100644
--- a/source/web/jsp/trashcan/trash-list.jsp
+++ b/source/web/jsp/trashcan/trash-list.jsp
@@ -122,8 +122,8 @@
<%-- Admin only global actions --%>
-
-
+
+
|
|
| | |
@@ -147,7 +147,7 @@
<%-- Deleted Items List --%>
-
+
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
@@ -162,10 +162,10 @@
<%-- Search controls --%>
-
-
-
-
+
+
+
+
<%-- Filter controls --%>
@@ -178,7 +178,7 @@
: |
+value="#{TrashcanDialogProperty.dateFilter}" actionListener="#{TrashcanDialog.dateFilterChanged}">
@@ -200,12 +200,12 @@
+value="#{TrashcanDialogProperty.userFilter}" actionListener="#{TrashcanDialog.userFilterChanged}">
|
-
+
|
|
@@ -218,13 +218,13 @@
<%-- Recover Listed Items actions --%>
-
-
+
+
-
+value="#{TrashcanDialog.items}" var="r" initialSortColumn="deletedDate" initialSortDescending="true">
<%-- Primary column showing item name --%>
@@ -232,11 +232,11 @@
-
+
-
+
@@ -272,10 +272,10 @@
-
+
-
+
@@ -294,7 +294,7 @@
diff --git a/source/web/jsp/users/change-my-password.jsp b/source/web/jsp/users/change-my-password.jsp
index e39920919d..4efb477aa9 100644
--- a/source/web/jsp/users/change-my-password.jsp
+++ b/source/web/jsp/users/change-my-password.jsp
@@ -22,192 +22,85 @@
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"
--%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a"%>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r"%>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator"%>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
-
- : |
-
- *
-
- |
-
-
- : |
-
- *
-
- |
-
-
- : |
-
- *
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
+
+
+
-
-
-
\ No newline at end of file
+
diff --git a/source/web/jsp/users/change-password.jsp b/source/web/jsp/users/change-password.jsp
index 119ef50c7c..33ac2fe87f 100644
--- a/source/web/jsp/users/change-password.jsp
+++ b/source/web/jsp/users/change-password.jsp
@@ -28,178 +28,63 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
-
- : |
-
- *
-
- |
-
-
- : |
-
- *
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
+
+
+ |
+
+
+ |
+
+
+ : |
+ |
+
+
+ : |
+
+
+ *
+ |
+
+
+ : |
+
+
+ *
+ |
+
+
-
-
\ No newline at end of file
+
diff --git a/source/web/jsp/users/delete-user.jsp b/source/web/jsp/users/delete-user.jsp
index 76afabaac0..6e4d2c5bfb 100644
--- a/source/web/jsp/users/delete-user.jsp
+++ b/source/web/jsp/users/delete-user.jsp
@@ -28,138 +28,16 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
-
-
-
-
- |
-
-
-
- <%-- Error Messages --%>
- <%-- messages tag to show messages not handled by other specific message tags --%>
-
- |
- |
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
+
+
+
diff --git a/source/web/jsp/users/edit-user-details.jsp b/source/web/jsp/users/edit-user-details.jsp
index e63f93cd4d..58f6dbf644 100644
--- a/source/web/jsp/users/edit-user-details.jsp
+++ b/source/web/jsp/users/edit-user-details.jsp
@@ -28,177 +28,56 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
-
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- set the form name here --%>
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
- *
- |
-
-
- : |
-
- *
- |
-
-
- : |
-
- *
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+
+
+ |
+
+ |
+
+: |
+
+ *
+ |
+
+
+: |
+
+ *
+ |
+
+
+: |
+
+ *
+ |
+
+
-
-
\ No newline at end of file
+updateButtonState();
+
diff --git a/source/web/jsp/users/edit-user-properties.jsp b/source/web/jsp/users/edit-user-properties.jsp
new file mode 100644
index 0000000000..59f9c0b1d7
--- /dev/null
+++ b/source/web/jsp/users/edit-user-properties.jsp
@@ -0,0 +1,88 @@
+<%--
+* Copyright (C) 2005-2007 Alfresco Software Limited.
+
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+ |
+
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+
+ |
+
+
+ |
+
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+ |
+
+
+
+<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
+
+<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/users/new-user-properties.jsp b/source/web/jsp/users/new-user-properties.jsp
new file mode 100644
index 0000000000..f719af6e00
--- /dev/null
+++ b/source/web/jsp/users/new-user-properties.jsp
@@ -0,0 +1,120 @@
+<%--
+* Copyright (C) 2005-2007 Alfresco Software Limited.
+
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+
+
+
+
+
+ |
+
+ |
+
+
+: |
+
+ *
+
+ |
+
+
+: |
+
+ *
+
+ |
+
+
+: |
+
+ *
+
+ |
+
+
+ |
+
+ |
+
+
+: |
+
+
+ |
+
+
+: |
+
+
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/users/person-properties.jsp b/source/web/jsp/users/person-properties.jsp
new file mode 100644
index 0000000000..ecd5c31868
--- /dev/null
+++ b/source/web/jsp/users/person-properties.jsp
@@ -0,0 +1,89 @@
+<%--
+* Copyright (C) 2005-2007 Alfresco Software Limited.
+
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+* As a special exception to the terms and conditions of version 2.0 of
+* the GPL, you may redistribute this Program in connection with Free/Libre
+* and Open Source Software ("FLOSS") applications as described in Alfresco's
+* FLOSS exception. You should have recieved a copy of the text describing
+* the FLOSS exception, and it is also available here:
+* http://www.alfresco.com/legal/licensing"
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+
+
+
+
+
+
+ |
+
+ |
+
+
+
+: |
+
+ *
+ |
+
+
+: |
+
+ *
+ |
+
+
+: |
+
+ *
+ |
+
+
+ |
+
+ |
+
+
+: |
+
+
+ |
+
+
\ No newline at end of file
diff --git a/source/web/jsp/users/user-console.jsp b/source/web/jsp/users/user-console.jsp
index 6236385248..76460ed7af 100644
--- a/source/web/jsp/users/user-console.jsp
+++ b/source/web/jsp/users/user-console.jsp
@@ -28,207 +28,108 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
-<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
-<%@ page isELIgnored="false" %>
-<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+ <%-- wrapper comment used by the panel to add additional component facets --%>
+
+
+
+
+
+
+
+
+
+
+ : |
+ |
+
+
+ : |
+ |
+
+
+ : |
+ |
+
+
+
+ <%-- context for current user is setup on entry to user console --%>
+
+
+
-
+
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
-
-
- <%-- Main outer table --%>
-
-
- <%-- Title bar --%>
-
-
- <%@ include file="../parts/titlebar.jsp" %>
- |
-
-
- <%-- Main area --%>
-
- <%-- Shelf --%>
-
- <%@ include file="../parts/shelf.jsp" %>
- |
-
- <%-- Work Area --%>
-
-
- <%-- Breadcrumb --%>
- <%@ include file="../parts/breadcrumb.jsp" %>
-
- <%-- Status and Actions --%>
-
- |
-
-
- <%-- Status and Actions inner contents table --%>
- <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Details --%>
-
- |
-
-
-
-
-
- <%-- wrapper comment used by the panel to add additional component facets --%>
-
-
-
-
-
-
-
-
-
- :
- |
-
-
- |
-
-
-
- :
- |
-
-
- |
-
-
-
- :
- |
-
-
- |
-
-
-
- <%-- context for current user is setup on entry to user console --%>
-
-
-
-
-
-
-
-
-
- :
- |
-
- <%-- Start Location drop-down selector --%>
-
-
-
- |
-
-
-
- :
- |
-
- <%-- Interface Language drop-down selector --%>
-
-
-
- |
-
-
-
- :
- |
-
- <%-- Content Language Filter drop-down selector --%>
-
-
-
- |
-
-
-
-
-
-
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "greyround", "#F5F5F5"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "greyround"); %>
- |
-
-
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
+
+
+
+
+ : |
+ <%-- Start Location drop-down selector --%>
+
+ |
+
+
+ :
+ |
+ <%-- Interface Language drop-down selector --%>
+
+ |
+
+
+ : |
+ <%-- Content Language Filter drop-down selector --%>
+
+ |
+
+
+
+
-
\ No newline at end of file
+
+
+
+
+
+
+ |
+
+
+
diff --git a/source/web/jsp/users/users.jsp b/source/web/jsp/users/users.jsp
index 86e28d49c8..554d7b4086 100644
--- a/source/web/jsp/users/users.jsp
+++ b/source/web/jsp/users/users.jsp
@@ -106,7 +106,7 @@
<%-- Current object actions --%>
-
+
|
%>/images/parts/dotted_separator.gif) |
@@ -153,14 +153,14 @@
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "yellowInner"); %>
-
-
-
+
+
+
-
+ value="#{UsersDialog.users}" var="r" initialSortColumn="userName" initialSortDescending="true">
<%-- Primary column with full name --%>
@@ -194,14 +194,14 @@
-
+
-
+
-
+
@@ -257,4 +257,4 @@
-
\ No newline at end of file
+
| | | | |