首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

自定义报表

2012-10-08 
自定义表格tr items${listSearch} varStatusindex????????????????????????td width170?????

自定义表格

<tr items="${listSearch}" varStatus="index">
????????????
????????????<td width='170'>
?????????????<input? name='view' type='checkbox' value='${listSearch.searchField}' />${listSearch.searchName}
????????????</td>
?????????????<c:if test="${index.count%5==0}">
????????????</tr><tr></c:if>
????????????
??????????</c:forEach>
??????????<c:if test="${count%5==1}">
????????????<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==2}">
????????????<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==3}">
????????????<td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==4}">
????????????<td>&nbsp;</td></c:if>
?????????</tr>

热点排行