<logic:present name="estabproblemsForm" property="list" >
<logic:iterate id="detail" name="estabproblemsForm" property="list" >
<tr bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#ACDCEE'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<td align="center" width="" height="10%"><a href="/jtss/estabproblemsViewAction.do?actflag=<bean:write name='detail' property='pkTEstabProblemsId'/>">
<% int curPage=Integer.parseInt(String.valueOf(request.getAttribute("curPage")));
int rowPage=Integer.parseInt(String.valueOf(request.getAttribute("rowPage")));
out.print((curPage-1)*rowPage + ++i); %>
</a></td>
<td align="center" width="" height="50%">
<bean:write name='detail' property='projectProblem'/>
</td>
<td align="center" width="" height="15%">
<bean:write name='detail' property='recorder'/>
</td>
<td align="center" width="" height="15%">
<bean:write name='detail' property='recordTime'/>
</td>
<td align="center" width="" height="10%">
</td>
</tr>
</logic:iterate>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="90%" align="right" background="<%=request.getContextPath()%>/resources/images/common/bg_page.gif">
<page:page formName="estabproblemsForm" type="list" />
</td>
</tr>
</table>
</logic:present>
posted on 2007-04-17 14:11
NG 阅读(128)
评论(0) 编辑 收藏