diff --git a/webapp/web/templates/edit/specific/keyterms_edit.jsp b/webapp/web/templates/edit/specific/keyterms_edit.jsp deleted file mode 100644 index 0ca3cf45d..000000000 --- a/webapp/web/templates/edit/specific/keyterms_edit.jsp +++ /dev/null @@ -1,116 +0,0 @@ -<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - -
- - - -<%@ taglib uri="/WEB-INF/tlds/database.tld" prefix="database"%> -<% -int DEFAULT_PORTAL_ID=1; -String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ? - ((portalIdStr=request.getParameter("home"))==null?String.valueOf(DEFAULT_PORTAL_ID):portalIdStr):portalIdStr; -%> -
-

-

- - - - - - - - - - - - - -
-
- - - - " /> -

-
- - - - -
-
-
- " /> - "/> - - -
-
-
- - - -
-

-
- - - - - "/> -

-
- - SELECT count(*) FROM keys2ents,entities WHERE keys2ents.entId=entities.id AND keys2ents.keyId=<%=request.getAttribute("firstvalue")%> - - - - <% if (Integer.parseInt(entityCount)>0) { %> -
- - SELECT keys2ents.id,name FROM keys2ents,entities - WHERE keyId=<%=request.getAttribute("firstvalue")%> - AND keys2ents.entId=entities.id - ORDER BY entities.name - -
- - - -
- <% } %> -
-
- -
-
- - SELECT DISTINCT vclass.id,vclass.name FROM vclass,entities - WHERE entities.vClassId=vclass.id ORDER BY vclass.name - - -
- - "> - - -
-
-
-
diff --git a/webapp/web/templates/edit/specific/portals_edit.jsp b/webapp/web/templates/edit/specific/portals_edit.jsp deleted file mode 100644 index e10996632..000000000 --- a/webapp/web/templates/edit/specific/portals_edit.jsp +++ /dev/null @@ -1,72 +0,0 @@ -<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - -
- - - -<%@ page import="java.util.*,formbeans.ApplicationBean"%> -<% -/** - * - * @version 1.00 - * @author Jon Corson-Rikert - * - * UPDATES: - * JCR 2005-11-06 : removed flag2 and flag3 values fields (text) -- using only numeric, and even their use has been shifted to tabs instead - * JCR 2005-06-14 : added field23 for imageThumbWidth - */ - -ApplicationBean appBean=ApplicationBean.getAppBean(); -%> -<%@ taglib uri="/WEB-INF/tlds/database.tld" prefix="database"%> -<% -final int PRIMARY_TAB_TABTYPE=28; -final int SUBCOLLECTION_CATEGORY_TABTYPE=18; -final int DEFAULT_PORTAL_ID=1; -String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ? - ((portalIdStr=request.getParameter("home"))==null?String.valueOf(DEFAULT_PORTAL_ID):portalIdStr):portalIdStr; -String appName=null; -%> -
-

-

- - - - -<% if (appBean.isFlag1Active()){%> - -<% }%> - - -
-
- - - - - "/> -
-<% if (appBean.isFlag1Active()) {%> -
- - - - -
-<% }%> -
-
- - " /> - "/> -
-
-
- - - -
-

-
-