<%@ page import="org.apache.commons.lang.StringUtils" %> <%@ taglib uri="webwork" prefix="ww" %> <%@ taglib uri="webwork" prefix="aui" %> <%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <%-- PARAMETERS: (all are optional) title - a title for this form (HTML) width - the width of the border table (HTML) helpURL - the URL of a help link related to this panel --%> <% if (!p.isPropertySet("width") || (p.isPropertySet("width") && p.getProperty("width").equals("100%"))){%> maxWidth<%}%>" <% if (p.isPropertySet("width") && !p.getProperty("width").equals("100%")){%>width=""<%}%> > <% if (p.isPropertySet("title") && StringUtils.isNotBlank(p.getProperty("title"))) { %> <% } %> <% if (p.isPropertySet("description") && StringUtils.isNotBlank(p.getProperty("description"))) { %> <% } %> <% if (p.isPropertySet("instructions") && StringUtils.isNotBlank(p.getProperty("instructions"))) { %> <% } %> <%-- error messages --%> <% if (p.isPropertySet("footerHtml")) { %> <% } else if (p.isPropertySet("cancelURI") || p.isPropertySet("buttons")){%> <% } %>
<%@ include file="/includes/decorators/helplink.jsp" %>

<% if (p.isPropertySet("postTitle") && StringUtils.isNotBlank(p.getProperty("postTitle"))) { %> <%}%>
error
<% if (p.isPropertySet("buttons")) { %> <% } %> <% if (p.isPropertySet("cancelURI")) { %> " title=" (Alt + )" name="" value="" onclick="location.href=''" /> <% } %>