📄 sptype.jsp
字号:
<%@page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title></title>
<script language="javascript">
//类删除提示
function ConfirmDel()
{
if(confirm("确定要删除此大类吗?删除此大类同时将删除所包含的小类和该类下的所有商品,并且不能恢复!"))
return true;
else
return false;
}
</script>
<link rel="stylesheet" href="../other/customer.css">
</head><body>
<table width="100%" height="44" border="1" cellspacing="0" cellpadding="0" bordercolor="#FFFFFF">
<tr>
<td bordercolor="#FFFFFF" bgcolor="#206AB3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#86c2fe">
<tr>
<td bgcolor="#206AB3" bordercolor="#FFFFFF" width="100%" nowrap>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td align="center" width="100%" >
<font color="#FFFFFF">
商 品 类 别 管 理</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<% String selfweb="sptype"; %>
<table width="20%" >
<tr>
<td >
<a href="<%=selfweb%>_Add.jsp"><img border="0" src="../images/new.jpg"></a></td>
</tr>
</Table>
<table width="100%" cellspacing="1" >
<tr>
<td height="100%" colspan="2">
<table width="100%" cellspacing="1" bgcolor="#86c2fe">
<tr bgcolor="#D8EBF5" class="big_b">
<td width="50%"> <div align="center">类别名称</div></td>
<td width="50%" colspan="4"> <div align="center">操作</div></td>
</tr>
<jsp:useBean id="display" scope="request" class="jxc.util.DisplayView" />
<%=display.parent_list()%>
</table></td>
</tr>
<tr>
<td class="small" width="23%" >
</td>
<td class="small" width="77%" >
</td>
</tr>
</table>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -