<s:box>
<
p>Used as a panel / container to help seperate sections within web pages, mainly the administration panel and other dashboard areas.
Example HTML
<s:box>
<s:box_header title="Panel Title">
<p>Header of the panel / box.</p>
</s:box_header>
<p>The body contents of the panel / box.</p>
<s:box_footer>
<p>The footer of the panel / box.</p>
</s:box_footer>
</s:box>
Example Output
Panel Title
Header of the panel / box.
The body contents of the panel / box.