📄 sys_kind_add.asp
字号:
<!--插入html头部分以及数据库接口-->
<!--#include file="in_conn.asp"-->
<body>
<!--插入网站置顶-->
<% if u_name="" then
Response.Redirect "log_err.asp"
else
%>
<!--#include file="in_topmb.asp"-->
<% end if %>
<%
if u_power<2 OR u_name<>DEF_sysadm then
Response.Redirect "resp.asp?cmd=adm_bigpower"
end if
%>
<script language="javascript">
function okpress(){
document.fm1.cmdok.disabled=true;
document.fm1.submit();
}
</script>
<table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" class="rdbar"><tr>
<td width="100%" height="100%">
<a href="index.asp">[首页]</a>-<a href="sys.asp">后台维护</a>-<font class="ft1">添加新版面</font>
</td>
</tr></table>
<table align="center" width="700" height="101" border="0" cellspacing="0" cellpadding="6" class="rdd">
<tr>
<td width="150" valign="top" class="rdk2">
<!--插入左部分-->
<!--#include file="in_sys_left.asp"-->
</td>
<td valign="top">
<form name="fm1" action="sys_kind_add_go.asp" method="post">
<b>请填写要添加的新版面信息:</b>
<br> 版面名称:
<input type="text" name="t_kindname" value='' maxlength="10" size="25" class="fill">
**10字符内
<br> 版面描述:
<input type="text" name="t_kindtip" value='' maxlength="100" size="50" class="fill">
**100字符内
<br> 版面图标url:(相对地址或绝对地址均可)
<br> <input type="text" name="t_kindpic" value='' maxlength="80" size="50" class="fill">
**80字符内
<br> <a href="fjup_kj.asp" target="_blank">↑上传版面图片到[共享附件]↑</a>(先上传图片到[共享附件],再复制url到这边)
<br><br> <input type="button" name="cmdok" value=" 确定添加版面 " onClick="javascript:okpress();" class="an">
</form>
</td>
</tr>
</table>
<!--插入在线统计-->
<!--#include file="in_online.asp"-->
<!--插入网站置底-->
<!--#include file="in_bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -