`

hibernate 学习资料 ppt

阅读更多
hibernate  学习资料 ppt
分享到:
评论
2 楼 137459045 2012-03-20  
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="40%" align="left" height="28">
页次:<b>${page.num }</b>/<b>${page.pageCount }</b>页&nbsp;
每页<b>${page.size }</b>行&nbsp;
共<b>${page.rowCount }</b>行&nbsp;&nbsp;
每页显示<input type="text" id="pageSize" name="pageSize" size="3" value="${page.size }" onKeyPress="keyPressEnter(event, 'set');" onkeyup="this.value=this.value.replace(/\D/g,'')" />&nbsp;
<a href="javascript:void(0)" onclick="setPageSize('set')"><img align="bottom" src="css/go.bmp" width="20" height="20"/></a>
<input type="hidden" id="url" value="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=">
</td>
<td align="right">
跳到第<input type="text" id="pageNum" name="pageNum" size="3" value="${page.num }" onKeyPress="keyPressEnter(event, 'go');" onkeyup="this.value=this.value.replace(/\D/g,'')" />页&nbsp;
<a href="javascript:void(0)" onclick="setPageSize('go')"><img align="bottom" src="css/go.bmp" width="20" height="20"/></a>
<c:if test="${page.num!=1 }">
<a href="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=1">首页</a>&nbsp;
<a href="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=${page.num-1 }">上一页</a>&nbsp;
</c:if>
<c:forEach begin="${page.start }" end="${page.end }" var="num">
<c:choose>
<c:when test="${num==page.num }">
<b style="color: red;">${num }</b>&nbsp;
</c:when>
<c:otherwise>
<a href="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=${num }"><b>${num }</b></a>&nbsp;
</c:otherwise>
</c:choose>
</c:forEach>
<c:if test="${page.num<page.pageCount }">
<a href="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=${page.num+1 }">下一页</a>&nbsp;
<a href="docExport/showUpdateDescInfo.action?startTime=${startTime }&endTime=${endTime }&currNum=${page.pageCount }">末页</a>
</c:if>
</td>
</tr>
</table>
1 楼 137459045 2012-03-14  
           

相关推荐

Global site tag (gtag.js) - Google Analytics