📄 infoadd.asp
字号:
<!--#include file="session.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>添加信息</title>
<link rel="stylesheet" type="text/css" href="img/admin_style.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>
<form method="POST" name="formadd" action="infosave.asp">
<table width="95%" height="64" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td width="17%" height="20"> <div align="center">信息标题</div></td>
<td width="83%" height="20">
<input type="text" name="title" size="36" class="border"> <div align="center"></div></td>
</tr>
<tr class="tabbgcolorli">
<td width="17%" height="20"> <div align="center">信息分类</div></td>
<td width="83%" height="20">
<select name="sort" id="sort">
<option value="本站简介">-本站简介-</option>
<option value="联系我们">-联系我们-</option>
<option value="配送说明">-配送说明-</option>
<option value="售后服务">-售后服务-</option>
<option value="定购方式">-定购方式-</option>
<option value="退货说明">-退货说明-</option>
<option value="购物协议">-购物协议-</option>
</select></td>
</tr>
<tr class="tabbgcolorli">
<td height="20"> <div align="center">信息内容</div></td>
<td height="20">
<textarea rows="10" name="content" cols="60" class="border"></textarea>
全方位支持html语言
<div align="center"></div></td>
</tr>
<tr class="tabbgcolorli">
<td height="20" colspan="2"> <div align="center"></div>
<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 + -