📄 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 + -