Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Category.jsp
Upload User: jiancairen
Upload Date: 2007-08-27
Package Size: 26458k
Code Size: 1k
Category:
Java Develop
Development Platform:
Java
- <%@ include file="IncludeTop.jsp" %>
- <table align="left" bgcolor="#008800" border="0" cellspacing="2" cellpadding="2">
- <tr><td bgcolor="#FFFF88">
- <a href="<c:url value="/shop/index.do"/>"><b><font color="BLACK" size="2"/><< Main Menu</font></b></a>
- </td></tr>
- </table>
- <p>
- <center>
- <h2><c:out value="${category.name}"/></h2>
- </center>
- <table align="center" bgcolor="#008800" border="0" cellspacing="2" cellpadding="3">
- <tr bgcolor="#CCCCCC"> <td><b>Product ID</b></td> <td><b>Name</b></td> </tr>
- <c:forEach var="product" items="${productList.pageList}">
- <tr bgcolor="#FFFF88">
- <td><b><a href="<c:url value="/shop/viewProduct.do"><c:param name="productId" value="${product.productId}"/></c:url>">
- <font color="BLACK"><c:out value="${product.productId}"/></font>
- </a></b></td>
- <td><c:out value="${product.name}"/></td>
- </tr>
- </c:forEach>
- <tr><td>
- <c:if test="${!productList.firstPage}">
- <a href="?page=previous"><font color="white"><B><< Prev</B></font></a>
- </c:if>
- <c:if test="${!productList.lastPage}">
- <a href="?page=next"><font color="white"><B>Next >></B></font></a>
- </c:if>
- </td></tr>
- </table>
- <%@ include file="IncludeBottom.jsp" %></p></p>