📄 shopxpzst.asp
字号:
<!--#include file="xp.asp"-->
<%if session("shopxpadmin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='shopxplogin.asp';</script>"
response.End
else
if session("ztfl")=0 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html><head><title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../img_shopxp/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="4" align="center" background="../shopxp_images/admin_bg_1.gif"><b><font color="#ffffff">商品查看与修改</font></b></td>
</tr>
<tr >
<td width="53%" align="center">分类名称</td>
<td width="47%" align="center">分类排序</td>
</tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from shopxp_zst order by shopxpzst_id",conn,1,1
dim paixu
if rs.EOF and rs.BOF then
response.Write "<div align=center><font color=red>还没有分类</font></center>"
paixu=0
else
do while not rs.EOF
%>
<form name="form1" method="post" action="sshopxpzst.asp?action=edit&id=<%=int(rs("shopxpzst_id"))%>">
<tr align="center">
<td><input name="shopxpzst_name" type="text" id="shopxpzst_name" size="12" value="<%=trim(rs("shopxpzst_name"))%>">
</td>
<td><input type="submit" name="Submit" value="修 改">
<a href="sshopxpzst.asp?id=<%=int(rs("shopxpzst_id"))%>&action=del" onClick="return confirm('您确定要删除该分类吗?')"><font color=red>删除</font></a>
</td>
</tr>
</form>
<%rs.MoveNext
loop
paixu=rs.RecordCount
end if%>
</table><br>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="4" align="center" background="../shopxp_images/admin_bg_1.gif"><b><font color="#ffffff">添加商品大类</font></b></td>
</tr>
<tr align="center">
<td width="53%" align="center"> 分类名称</td>
<td width="47%" align="center"> 确定操作</td>
</tr>
<form name="form1" method="post" action="sshopxpzst.asp?action=add">
<tr align="center">
<td>
<input name="shopxpzst_name" type="text" id="shopxpzst_name" size="12">
</td>
<td>
<input type="submit" name="Submit3" value="添 加">
</td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -