-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ 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 --%>
+
+
+
+
+ <%-- 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(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- 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/browse/browse.jsp b/source/web/jsp/browse/browse.jsp
index 2f9e7d1c1d..23adf470ad 100644
--- a/source/web/jsp/browse/browse.jsp
+++ b/source/web/jsp/browse/browse.jsp
@@ -193,7 +193,7 @@
<%-- TODO: either build complete message in BrowseBean or have no icon... --%>
-
+
diff --git a/source/web/jsp/dialog/rules.jsp b/source/web/jsp/dialog/rules.jsp
index ce54e874af..aaafc07119 100644
--- a/source/web/jsp/dialog/rules.jsp
+++ b/source/web/jsp/dialog/rules.jsp
@@ -74,7 +74,7 @@
<%-- Current object actions --%>
-
+
|
|
@@ -125,7 +125,7 @@
@@ -136,8 +136,8 @@
-
+
@@ -197,7 +197,7 @@
+ actionListener="#{RulesBean.setupRuleAction}" action="wizard:editRule">
diff --git a/source/web/jsp/wizard/new-rule/condition-is-subtype.jsp b/source/web/jsp/rules/compare-mime-type.jsp
similarity index 89%
rename from source/web/jsp/wizard/new-rule/condition-is-subtype.jsp
rename to source/web/jsp/rules/compare-mime-type.jsp
index e8c0f4672d..f3023b263d 100644
--- a/source/web/jsp/wizard/new-rule/condition-is-subtype.jsp
+++ b/source/web/jsp/rules/compare-mime-type.jsp
@@ -1,166 +1,166 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ 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 --%>
+
+
+
+
+ <%-- 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(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- 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/wizard/new-rule/condition-contains-text.jsp b/source/web/jsp/rules/compare-property-value.jsp
similarity index 89%
rename from source/web/jsp/wizard/new-rule/condition-contains-text.jsp
rename to source/web/jsp/rules/compare-property-value.jsp
index bf4be2a857..6db6ce09c1 100644
--- a/source/web/jsp/wizard/new-rule/condition-contains-text.jsp
+++ b/source/web/jsp/rules/compare-property-value.jsp
@@ -1,183 +1,183 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ 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 --%>
+
+
+
+
+ <%-- 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(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- 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/rules/conditions.jsp b/source/web/jsp/rules/conditions.jsp
new file mode 100644
index 0000000000..79f4e71668
--- /dev/null
+++ b/source/web/jsp/rules/conditions.jsp
@@ -0,0 +1,154 @@
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+
+
+
+
+<%-- TODO: Move this to the container page and add error-message-id attribute to dialog config --%>
+
+
+
+
+
+
+ 1. |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+ |
+
+ |
+
+ 2. |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
diff --git a/source/web/jsp/rules/details.jsp b/source/web/jsp/rules/details.jsp
new file mode 100644
index 0000000000..21ed32b499
--- /dev/null
+++ b/source/web/jsp/rules/details.jsp
@@ -0,0 +1,127 @@
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+
+
+
+
+<%-- TODO: Move this to the container page and add error-message-id attribute to dialog config --%>
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ <%--
+ disabled="#{WizardManager.bean.inEditMode}"
+ --%>
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+ *
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/wizard/new-rule/condition-has-aspect.jsp b/source/web/jsp/rules/has-aspect.jsp
similarity index 89%
rename from source/web/jsp/wizard/new-rule/condition-has-aspect.jsp
rename to source/web/jsp/rules/has-aspect.jsp
index 2742d9cdcf..9d6b76c2b7 100644
--- a/source/web/jsp/wizard/new-rule/condition-has-aspect.jsp
+++ b/source/web/jsp/rules/has-aspect.jsp
@@ -1,166 +1,166 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ 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 --%>
+
+
+
+
+ <%-- 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(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- 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/wizard/new-rule/condition-in-category.jsp b/source/web/jsp/rules/in-category.jsp
similarity index 89%
rename from source/web/jsp/wizard/new-rule/condition-in-category.jsp
rename to source/web/jsp/rules/in-category.jsp
index f8e25bfb22..7c7f76680b 100644
--- a/source/web/jsp/wizard/new-rule/condition-in-category.jsp
+++ b/source/web/jsp/rules/in-category.jsp
@@ -1,167 +1,167 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ 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 --%>
+
+
+
+
+ <%-- 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(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- 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/wizard/new-rule/condition-has-mimetype.jsp b/source/web/jsp/rules/is-subtype.jsp
similarity index 91%
rename from source/web/jsp/wizard/new-rule/condition-has-mimetype.jsp
rename to source/web/jsp/rules/is-subtype.jsp
index 4cb6a17d0d..f3b9a3c4cf 100644
--- a/source/web/jsp/wizard/new-rule/condition-has-mimetype.jsp
+++ b/source/web/jsp/rules/is-subtype.jsp
@@ -24,14 +24,14 @@
<%@ page isELIgnored="false" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
-
+
<%-- load a bundle of properties with I18N strings --%>
-
+
<%-- Main outer table --%>
@@ -39,7 +39,7 @@
<%-- Title bar --%>
- <%@ include file="../../parts/titlebar.jsp" %>
+ <%@ include file="../parts/titlebar.jsp" %>
|
@@ -47,14 +47,14 @@
<%-- Shelf --%>
- <%@ include file="../../parts/shelf.jsp" %>
+ <%@ include file="../parts/shelf.jsp" %>
|
<%-- Work Area --%>
<%-- Breadcrumb --%>
- <%@ include file="../../parts/breadcrumb.jsp" %>
+ <%@ include file="../parts/breadcrumb.jsp" %>
<%-- Status and Actions --%>
@@ -69,8 +69,8 @@
-
-
+
+
|
@@ -105,8 +105,8 @@
|
: |
-
-
+
+
|
@@ -114,7 +114,7 @@
|
@@ -129,12 +129,12 @@
-
+
|
-
|
diff --git a/source/web/jsp/test/_template.jsp b/source/web/jsp/test/_template.jsp
deleted file mode 100644
index 8c10accc58..0000000000
--- a/source/web/jsp/test/_template.jsp
+++ /dev/null
@@ -1,157 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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" %>
-
-<%-- REPLACE ME: set the title I18N message Id here --%>
-
-
-
-
- <%-- load a bundle of properties with I18N strings --%>
-
-
- <%-- REPLACE ME: 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 --%>
-
-
-
- <%-- REPLACE ME: icon here --%>
- |
-
- <%-- Summary --%>
- <%-- REPLACE ME: summary here --%>
- |
- |
-
- <%-- Current object actions --%>
- <%-- REPLACE ME: object actions --%>
- |
- |
-
- <%-- Details View settings --%>
- <%-- REPLACE ME: views --%>
- |
-
-
-
- |
- |
-
-
- <%-- separator row with gradient shadow --%>
-
- %>/images/parts/statuspanel_7.gif) |
- |
- %>/images/parts/statuspanel_9.gif) |
-
-
- <%-- Toolbar --%>
-
- |
-
-
-
-
- <%-- Toolbar actions --%>
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "bluetoolbar", "#E9F0F4"); %>
- <%-- REPLACE ME: toolbar actions --%>
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "bluetoolbar"); %>
- |
-
-
- |
- |
-
-
- <%-- Details --%>
-
- |
-
-
- <%-- Details inner components --%>
- <%-- REPLACE ME: details components --%>
-
- |
- |
-
-
- <%-- 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/test/adduser.jsp b/source/web/jsp/test/adduser.jsp
deleted file mode 100644
index 6a1b70345b..0000000000
--- a/source/web/jsp/test/adduser.jsp
+++ /dev/null
@@ -1,42 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-
-
- <%-- load a bundle of properties I18N strings here --%>
-
-
-
-
- New User details:
-
- <%@ include file="userform.jsp" %>
-
-
-
-
- <%-- Use of the 'immediate' attribute forces the cancel action impl to execute
- in the Apply Request Values processing phase - it would normally be deferred to
- the Invoke Application phase. This means is fires before the form validation
- occurs - allow pure UI events to either navigate or change the UI without
- seeing validation errors etc. --%>
-
-
-
-
diff --git a/source/web/jsp/test/edituser.jsp b/source/web/jsp/test/edituser.jsp
deleted file mode 100644
index f2fb27a5fc..0000000000
--- a/source/web/jsp/test/edituser.jsp
+++ /dev/null
@@ -1,42 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
-
-
- <%-- load a bundle of properties I18N strings here --%>
-
-
-
-
- Edit User details:
-
- <%@ include file="userform.jsp" %>
-
-
-
-
- <%-- Use of the 'immediate' attribute forces the cancel action impl to execute
- in the Apply Request Values processing phase - it would normally be deferred to
- the Invoke Application phase. This means is fires before the form validation
- occurs - allow pure UI events to either navigate or change the UI without
- seeing validation errors etc. --%>
-
-
-
-
diff --git a/source/web/jsp/test/userform.jsp b/source/web/jsp/test/userform.jsp
deleted file mode 100644
index 413c91472f..0000000000
--- a/source/web/jsp/test/userform.jsp
+++ /dev/null
@@ -1,89 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%-- JSP fragment - included directly by other complete JSP pages --%>
-
-
-
-
- <%-- use an I18N message --%>
- :
- |
-
- <%-- example of the 'disabled' attribute bound to a form bean property --%>
-
-
-
- <%-- message tag to show errors for the 'username' field --%>
-
- |
-
-
-
-
- :
- |
-
-
-
-
-
- |
-
-
-
-
- :
- |
-
-
-
- |
-
-
-
-
- :
- |
-
- <%-- Example of a tag utilising an Input Component with a custom renderer.
- The renderer handles encoding and decoding of date values to UI elements --%>
-
- |
-
-
-
-
- :
- |
-
- <%-- Show an example of a listbox populated by a server-side List of SelectItem
- objects. The preselection is controlled by the selectItems tag which contains
- a list of values that the control will try to select.
- Also shows an example of a valueChangedListener which uses onchange() Javascript
- to submit the form immediately to update the UI. --%>
-
-
-
-
-
- <%-- Example of a direct component binding. The setting method on the bean
- is called and the OutputText component can be programmically modified --%>
-
- |
-
-
-
diff --git a/source/web/jsp/test/userlist.jsp b/source/web/jsp/test/userlist.jsp
deleted file mode 100644
index c30b9f38be..0000000000
--- a/source/web/jsp/test/userlist.jsp
+++ /dev/null
@@ -1,108 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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" %>
-
-<%@ page isELIgnored="false" %>
-
-
-
-
- <%-- load a bundle of properties I18N strings here --%>
-
-
-
-
- UserList Test
-
- <%-- use JSTL as simple example way to list the users --%>
- <%-- TODO: find out how to get this working - currently it can't find the JSF bean
- in the session scope. Using useBean tag creates a new copy --%>
- <%----%>
- <%--
-
-
- - Username: ${u.username}, Name: ${u.name}, Roles: ${u.roles}
-
-
-
-
- --%>
-
- <%-- example of using a JSF DataTable to list the users --%>
- <%-- iterates around the List of User objects in the UserListBean --%>
- JSF dataTable component test.
-
-
-
- <%-- NOTE: You cannot insert plain HTML text here, due to the way that some JSF
- components are architected, the plain HTML would get displayed before
- the body of the datatable tag is output. This is also true of the
- other container tags including 'panel'.
- The datatable is considerably inferior to our portal data tags
- or even the freely available 'displaytag' tag library --%>
- <%-- You can also use the nasty 'f:verbatim' tag to wrap any non JSF elements --%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%-- example of a DateTime converter --%>
- <%-- can be used to convert both input and output text --%>
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%-- inline command link - has an action listener which will decode which
- item in the grid it was clicked using the param tag below
- Then the action listener will delegate to the action view --%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/source/web/jsp/wizard/container.jsp b/source/web/jsp/wizard/container.jsp
index 70e677d089..f2a42990f7 100644
--- a/source/web/jsp/wizard/container.jsp
+++ b/source/web/jsp/wizard/container.jsp
@@ -112,9 +112,10 @@
<%-- Externalise the error message into an error-message-id attribute on the wizard config --%>
-
+ <%--
-
+ --%>
+
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
diff --git a/source/web/jsp/wizard/create-action/action-add-features.jsp b/source/web/jsp/wizard/create-action/action-add-features.jsp
deleted file mode 100644
index a4f224a3ff..0000000000
--- a/source/web/jsp/wizard/create-action/action-add-features.jsp
+++ /dev/null
@@ -1,182 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-check-in.jsp b/source/web/jsp/wizard/create-action/action-check-in.jsp
deleted file mode 100644
index a4d3293425..0000000000
--- a/source/web/jsp/wizard/create-action/action-check-in.jsp
+++ /dev/null
@@ -1,188 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
-
- |
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-check-out.jsp b/source/web/jsp/wizard/create-action/action-check-out.jsp
deleted file mode 100644
index a50630b038..0000000000
--- a/source/web/jsp/wizard/create-action/action-check-out.jsp
+++ /dev/null
@@ -1,185 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-copy.jsp b/source/web/jsp/wizard/create-action/action-copy.jsp
deleted file mode 100644
index 92d11599ef..0000000000
--- a/source/web/jsp/wizard/create-action/action-copy.jsp
+++ /dev/null
@@ -1,185 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-email.jsp b/source/web/jsp/wizard/create-action/action-email.jsp
deleted file mode 100644
index 2537e96721..0000000000
--- a/source/web/jsp/wizard/create-action/action-email.jsp
+++ /dev/null
@@ -1,283 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- <%-- Select the email receipients --%>
- |
- |
- 1. |
-
- <%-- Generic Picker to select Users/Groups --%>
-
-
- |
-
-
- 2. |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
- <%-- Enter the message subject and body --%>
- |
- |
-
- : |
-
- *
- |
-
-
-
- |
-
-
- : |
-
- <%-- Templates drop-down selector --%>
-
-
-
- |
- |
- |
-
-
- |
-
-
-
- : |
-
-
- |
-
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-import.jsp b/source/web/jsp/wizard/create-action/action-import.jsp
deleted file mode 100644
index 463168fc76..0000000000
--- a/source/web/jsp/wizard/create-action/action-import.jsp
+++ /dev/null
@@ -1,196 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
- <%--
- |
-
- : |
-
-
-
-
- |
-
- --%>
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-link-category.jsp b/source/web/jsp/wizard/create-action/action-link-category.jsp
deleted file mode 100644
index 78132e65b9..0000000000
--- a/source/web/jsp/wizard/create-action/action-link-category.jsp
+++ /dev/null
@@ -1,184 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-move.jsp b/source/web/jsp/wizard/create-action/action-move.jsp
deleted file mode 100644
index 10431b7603..0000000000
--- a/source/web/jsp/wizard/create-action/action-move.jsp
+++ /dev/null
@@ -1,185 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-remove-features.jsp b/source/web/jsp/wizard/create-action/action-remove-features.jsp
deleted file mode 100644
index da40ca7557..0000000000
--- a/source/web/jsp/wizard/create-action/action-remove-features.jsp
+++ /dev/null
@@ -1,182 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-simple-workflow.jsp b/source/web/jsp/wizard/create-action/action-simple-workflow.jsp
deleted file mode 100644
index 3221cc6612..0000000000
--- a/source/web/jsp/wizard/create-action/action-simple-workflow.jsp
+++ /dev/null
@@ -1,316 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- |
-
-
- : |
-
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
-
- |
-
-
-
-
- :
-
- |
-
- |
- |
-
-
-
-
-
-
-
-
-
- |
- |
- : |
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-specialise-type.jsp b/source/web/jsp/wizard/create-action/action-specialise-type.jsp
deleted file mode 100644
index ee75503bfb..0000000000
--- a/source/web/jsp/wizard/create-action/action-specialise-type.jsp
+++ /dev/null
@@ -1,182 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-transform-image.jsp b/source/web/jsp/wizard/create-action/action-transform-image.jsp
deleted file mode 100644
index b779e60b98..0000000000
--- a/source/web/jsp/wizard/create-action/action-transform-image.jsp
+++ /dev/null
@@ -1,200 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
-
- : |
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action-transform.jsp b/source/web/jsp/wizard/create-action/action-transform.jsp
deleted file mode 100644
index 4488712794..0000000000
--- a/source/web/jsp/wizard/create-action/action-transform.jsp
+++ /dev/null
@@ -1,194 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/action.jsp b/source/web/jsp/wizard/create-action/action.jsp
deleted file mode 100644
index a36000cfa1..0000000000
--- a/source/web/jsp/wizard/create-action/action.jsp
+++ /dev/null
@@ -1,195 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
- |
-
- : |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/create-action/summary.jsp b/source/web/jsp/wizard/create-action/summary.jsp
deleted file mode 100644
index cb7d484b4a..0000000000
--- a/source/web/jsp/wizard/create-action/summary.jsp
+++ /dev/null
@@ -1,174 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/new-rule/action.jsp b/source/web/jsp/wizard/new-rule/action.jsp
deleted file mode 100644
index 9b8276839b..0000000000
--- a/source/web/jsp/wizard/new-rule/action.jsp
+++ /dev/null
@@ -1,265 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- 1. |
- |
-
-
- |
-
-
-
-
- |
-
- <%--
- |
-
- : |
-
-
- |
-
- --%>
- |
-
- 2. |
- |
-
-
- |
- |
-
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/new-rule/condition.jsp b/source/web/jsp/wizard/new-rule/condition.jsp
deleted file mode 100644
index fb64561912..0000000000
--- a/source/web/jsp/wizard/new-rule/condition.jsp
+++ /dev/null
@@ -1,283 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- 1. |
- |
-
-
- |
-
-
-
-
- |
-
- <%--
- |
-
- |
-
-
- |
-
- --%>
- |
-
- 2. |
- |
-
-
- |
- |
-
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/new-rule/details.jsp b/source/web/jsp/wizard/new-rule/details.jsp
deleted file mode 100644
index 0dc03a6789..0000000000
--- a/source/web/jsp/wizard/new-rule/details.jsp
+++ /dev/null
@@ -1,229 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
- |
-
- : |
-
-
-
-
- |
-
-
- : |
-
- *
- |
-
-
- : |
-
-
- |
-
- |
-
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
-
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- 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/wizard/new-rule/summary.jsp b/source/web/jsp/wizard/new-rule/summary.jsp
deleted file mode 100644
index 5667f9e6ba..0000000000
--- a/source/web/jsp/wizard/new-rule/summary.jsp
+++ /dev/null
@@ -1,175 +0,0 @@
-<%--
- Copyright (C) 2005 Alfresco, Inc.
-
- Licensed under the Mozilla Public License version 1.1
- with a permitted attribution clause. You may obtain a
- copy of the License at
-
- http://www.alfresco.org/legal/license.txt
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- either express or implied. See the License for the specific
- language governing permissions and limitations under the
- License.
---%>
-<%@ 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 --%>
-
-
-
-
- <%-- 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(), "blue", "#D3E6FE"); %>
-
-
-
-
-
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
-
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
-
-
- |
-
-
- |
-
-
- |
-
- |
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
- |
-
-
- <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
-
-
-
- |
-
-
-
-
- |
-
- |
-
-
-
- |
-
-
- <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
- |
-
-
- |
- |
-
-
- <%-- separator row with bottom panel graphics --%>
-
- %>/images/parts/whitepanel_7.gif) |
- |
- %>/images/parts/whitepanel_9.gif) |
-
-
-
- |
-
-
-
-
-
-
-
-
\ No newline at end of file
| |