📄 mb2.asp
字号:
<!--#include file="session.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainmiddle">
<tr>
<td width="29" height="32"> <div align="left">
<p class="maindaohang"> </p>
</div></td>
<td width="709"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<b><font color="#000000"><b> <span class="bigNavi">顶部菜单模版管理</span> </b></font></b></td>
<td width="8" class="mainrights"></td>
</tr>
</table>
<br>
<a href="make21.asp">生成最新商品页面</a> <a href="make22.asp">生成推荐商品页面</a>/<a href="make22more.asp">更多页面</a> <a href="make23.asp">生成特价商品页面</a>/<a href="make23more.asp">更多页面</a><br>
<form method="POST" name="formadd" action="mb2save.asp">
<table width="95%" height="43" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td width="17%" height="20" valign="top"><div align="center">模版标签<br>
[title] <br>
[banner] </div></td>
<td width="83%" height="20">
<textarea rows="10" name="mb" cols="60" class="border"><%
set rs=server.createobject("adodb.recordset")
sql = "select top 1 * from mb order by id desc"
rs.open sql,conn,1,1
if rs.eof then
%>请输入模版代码<%else%><%=rs("mb2")%><%end if%></textarea> <div align="center"></div></td>
</tr>
<tr class="tabbgcolorli">
<td height="20" colspan="2">
<div align="center">
<input type="submit" value="现在提交" name="tijiao" class="border">
<input type="reset" value="全部重写" name="chongxie" class="border">
</div></td>
</tr>
</table>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -