%-- $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;
%>