?? sys_kind_add.asp
字號(hào):
<!--插入html頭部分以及數(shù)據(jù)庫(kù)接口-->
<!--#include file="in_conn.asp"-->
<body>
<!--插入網(wǎng)站置頂-->
<% 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">[首頁(yè)]</a>-<a href="sys.asp">后臺(tái)維護(hù)</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>請(qǐng)?zhí)顚懸砑拥男掳婷嫘畔ⅲ?lt;/b>
<br> 版面名稱:
<input type="text" name="t_kindname" value='' maxlength="10" size="25" class="fill">
**10字符內(nèi)
<br> 版面描述:
<input type="text" name="t_kindtip" value='' maxlength="100" size="50" class="fill">
**100字符內(nèi)
<br> 版面圖標(biāo)url:(相對(duì)地址或絕對(duì)地址均可)
<br> <input type="text" name="t_kindpic" value='' maxlength="80" size="50" class="fill">
**80字符內(nèi)
<br> <a href="fjup_kj.asp" target="_blank">↑上傳版面圖片到[共享附件]↑</a>(先上傳圖片到[共享附件],再?gòu)?fù)制url到這邊)
<br><br> <input type="button" name="cmdok" value=" 確定添加版面 " onClick="javascript:okpress();" class="an">
</form>
</td>
</tr>
</table>
<!--插入在線統(tǒng)計(jì)-->
<!--#include file="in_online.asp"-->
<!--插入網(wǎng)站置底-->
<!--#include file="in_bottom.asp"-->
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -