beehive/netui/test/webapps/drt/web/tiles/jsp/components/panel1.jsp

25 lines
738 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<table bgcolor="#4169E1" cellspacing="0" cellpadding="10" border="1"
width="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr bgcolor="#696969">
<td align="center">
<font color="#FFFFFF">Panel 1 Tile: News</font>
</td>
</tr>
<tr>
<td>
<ul>
<li><netui:anchor href="http://www.cnn.com/">CNN</netui:anchor></li>
<li><netui:anchor href="http://www.nytimes.com/">NY Times</netui:anchor></li>
<li><netui:anchor href="http://www.yahoo.com/">Yahoo!</netui:anchor></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>