Indicates the start of body content.
None
Any
<website>
<h1>Emergency!</h1>
<c:if test="<%= messageData.hasWarningMessage() %>">
<div class="system-msg-generic"><%= messageData.getWarningMessage() %></div>
</c:if>
<%-- Any tags intended for use within the HTML <BODY></BODY> tags go here. --%>
<form action="<%= request.getServletPath() + "/Messaging/" + messageData.getCustomMessagingPanel().getName() + "/SendCustomMessage.do"%>"
method="post"
name="<%= MessagingData.HTTP_FORM_NAME %>"
id="<%= MessagingData.HTTP_FORM_NAME %>">
<input type="hidden" name="customMessagingPanelId" value="<%=messageData.getCustomMessagingPanel().getId()%>" />
...
</website?