47 lines
1022 B
Plaintext
47 lines
1022 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
|
|
|
<table cellspacing="0" cellpadding="5" border="0" width="100%">
|
|
<tr>
|
|
</tr>
|
|
<td>
|
|
<ul>
|
|
<li>
|
|
<netui:anchor action="home">
|
|
Default layout - NetUI tags
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="struts">
|
|
Default layout - Struts tags
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="blank">
|
|
Blank body
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="edit">
|
|
Change to edit menu
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="reversePanels">
|
|
Reverse side panels
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="changeBody">
|
|
Change the body layout
|
|
</netui:anchor>
|
|
</li>
|
|
<li>
|
|
<netui:anchor action="alternate">
|
|
Alternative Layout
|
|
</netui:anchor>
|
|
</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|