%@ 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 --%>
error
|
|
<% if (p.isPropertySet("footerHtml")) { %>
<% } else if (p.isPropertySet("cancelURI") || p.isPropertySet("buttons")){%>
<% } %>