?? goods_del.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ taglib prefix="c" uri="/WEB-INF/tags/c.tld"%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<c:if test="${goods.id!=null }">
<table width="622" height="288" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="15"></td>
</tr>
<tr>
<td height="29" align="center" background="images/back_center.jpg">刪除商品信息</td>
</tr>
<tr>
<td align="center" valign="top"><table width="92%" height="192" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<form action="goodsDel.lzw" method="post" name="form1">
<table width="100%" border="0" align="center" cellpadding="-2" cellspacing="-2" bordercolordark="#FFFFFF">
<tr>
<td width="14%" height="27"> 商品名稱:</td>
<td height="27" colspan="3">
<input name="id" type="hidden" id="id" value="${goods.id }">
${goods.goodsName } </td>
</tr>
<tr>
<td height="27"> 所屬大類:</td>
<td width="31%" height="27"> ${goods.supertype }</td>
<td width="13%" height="27"> 所屬小類:</td>
<td width="42%" height="27"> ${goods.subtype }</td>
</tr>
<tr>
<td height="16"> 圖片文件:</td>
<td height="27" colspan="3"> ${goods.picture }</td>
</tr>
<tr>
<td height="27" align="center">定 價:</td>
<td height="27"> ${goods.price }(元)</td>
<td height="27" align="center">現 價: </td>
<td height="27"> ${goods.nowPrice }(元)</td>
</tr>
<tr>
<td height="45"> 是否新品:</td>
<td> ${goods.newGoods==0?'不是新品':'是新品' }</td>
<td> 是否特價:</td>
<td>${goods.sale==0?'不是特價商品':'是特價商品' }</td>
</tr>
<tr>
<td height="103"> 商品簡介:</td>
<td colspan="3"><span class="style5"> </span>${goods.introduce }</td>
</tr>
<tr>
<td height="38" colspan="4" align="center">
<input name="Submit" type="submit" class="btn_grey" value="確定刪除">
<input name="Submit3" type="button" class="btn_grey" value="返回" onClick="JScript:history.back()"> </td>
</tr>
</table>
</form></td>
</tr>
</table> </td>
</tr>
</table>
</c:if>
<c:if test="${goods.id==null }">
<table>
<tr>
<td height="100" align="center">您的操作有誤!</td>
</tr>
</table>
</c:if>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -