?? viewkind.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="org.yeeku.business.*" errorPage="" %>
<%@include file="taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>選擇物品種類</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body">
<%@include file="header.jsp"%>
<table width="780" align="center" CELLSPACING=0 background="images/bodybg.jpg">
<tr>
<td>
<br>
<logic:present name="errMsg" scope="request">
<div align="center" class="error">
<bean:write name="errMsg"/>
</div>
</logic:present>
<table width=80% border=0 align="center" cellpadding=0 cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#e1e1e1" >
<td colspan="4"><div class="mytitle">請選擇需要瀏覽的物品種類</div></td>
</tr>
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF"><b>種類名</b></td>
<td bgcolor="#FFFFFF"><b>種類描述</b></td>
</tr>
<logic:iterate id="kind" name="kinds" indexId="index">
<tr class="pt9" height="24">
<td bgcolor="#FFFFFF"><a href='viewItem.do?kindId=<bean:write name="kind" property="id"/>'><bean:write name="kind" property="kindName"/></a></td>
<td bgcolor="#FFFFFF"><bean:write name="kind" property="kindDesc"/></td>
</logic:iterate>
</table>
</TD>
</TR>
</TABLE>
<%@include file="footer.jsp"%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -