19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
|
|
|
<table bgcolor="#FF00FF" 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> |
|
|
</td>
|
|
</tr>
|
|
</table>
|