JSP分页标签库 Pager Tag Library
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://jsptags.com/tags/navigation/pager/index.jsp
- 软件文档: http://jsptags.com/tags/navigation/pager/pager-taglib-2.0.html
软件介绍
Pager Tag Library 是一个非常易用而且灵活的在 JSP 页面中显示分页链接的标签库。
示例代码:
<%@ taglib uri="http://jsptags.com/tags/navigation/pager" prefix="pg" %>
<pg:pager>
<pg:param name="keywords"/>
<ex:searchresults>
<pg:item>
<%= searchResult %>
</pg:item>
</ex:searchresults>
<pg:index>
<pg:first>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ (<%= pageNumber %>) |< Previous ]</a>
</pg:first>
<pg:prev>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ (<%= pageNumber %>) << Previous ]</a>
</pg:prev>
<pg:pages>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>"><%= pageNumber %></a>
</pg:pages>
<pg:next>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ Next >> (<%= pageNumber %>) ]</a>
</pg:next>
<pg:last>
<a target="_blank" rel="nofollow" href="<%= pageUrl %>">[ Last >| (<%= pageNumber %>) ]</a>
</pg:last>
</pg:index>
</pg:pager>
PHP for the World Wide Web, Second Edition (Visual QuickStart Gu
Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99
So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!
