?? crightitems.jsp
字號:
<%@ page contentType="text/html;charset=gb2312"%>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#003333">
<tr bgcolor="efefef">
<td height="25" align="left" valign="middle" bgcolor="efefef"> <img src="images/icon_arow_list.gif" width="7" height="7"> <%=(String)request.getAttribute("chdmenuName")%></td>
</tr>
<tr>
<td align="center" valign="top">
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="left">
<table>
<logic:iterate id="rightitem" name="rightitemList">
<tr>
<td height="25" align="left"><img src="images/bu34.gif" width="7" height="7"> <a href="ItemviewAction.do?menuid=<bean:write name="rightitem" property="parentID"/>&itemid=<bean:write name="rightitem" property="ID"/>" class="b" target="_blank"><bean:write name="rightitem" property="dnetName"/></a> <span class="style14"><bean:write name="rightitem" property="dnetDate"/></span> </td>
</tr>
</logic:iterate>
</table>
<hr>
<table width="100%">
<tr>
<td width="100%" height="10" align="center"><%@ include file="../../include/page_control.jsp"%></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -