%@ page import="com.opensymphony.util.TextUtils" %>
<%@ 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
--%>
id="<%=p.getProperty("id")%>"<% } %><% if (p.isPropertySet("cssClass")) { %> class="<%=p.getProperty("cssClass")%>"<% } %>>
<% if (p.isPropertySet("title") && TextUtils.stringSet(p.getProperty("title"))) { %>
<%@ include file="/includes/decorators/helplink.jsp" %>
<% if (p.isPropertySet("description")) { %>
<% } %>
<% } %>
id="table-<%=p.getProperty("id")%>" <% } %> class="aui aui-table-rowhover">