%@ taglib uri="webwork" prefix="ww" %>
<%@ taglib uri="webwork" prefix="aui" %>
<%@ taglib uri="sitemesh-decorator" prefix="decorator" %>
<%--
PARAMETERS: (required)
contentHtml - html content which will be wrapped inside the content div
PARAMETERS: (optional)
id - id for module
cssClass - CSS classes added after "module". No spaces, all lowercase, hyphens
instead of underscores, must start with a-z)
headingText - text to go in the
. This is required for the operations to show or for the Twixi functionality
operations - markup for the operations icons like on View Issue. The markup should match what we use there.
twixi - set to true if you want to trigger generic twixi functionality on this module
--%>
<%-- Define variables up here to keep logic separate from the markup --%>
id=""
toggle-wrap twixi-block
class="toggle-title twixi-trigger"
twixi-content
<%-- Template starts here --%>
class="module">
">
<%-- Clear out the variables so they don't leak to other components--%>