22 lines
474 B
Plaintext
22 lines
474 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
|
|
|
<table bgcolor="#0F0F0F" cellspacing="0" cellpadding="5" border="0"
|
|
width="100%">
|
|
<tr>
|
|
<td>
|
|
<netui:anchor action="home">
|
|
Default
|
|
</netui:anchor> |
|
|
<netui:anchor action="blank">
|
|
Blank
|
|
</netui:anchor> |
|
|
<netui:anchor action="another">
|
|
Another
|
|
</netui:anchor> |
|
|
<netui:anchor action="local">
|
|
Local
|
|
</netui:anchor> |
|
|
</td>
|
|
</tr>
|
|
</table>
|