Used as a panel / container to help seperate sections within web pages, mainly the administration panel and other dashboard areas.
<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>
Header of the panel / box.
The body contents of the panel / box.
The footer of the panel / box.