📄 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 + -