📄 ztype_add.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
'=================================================
' Copyright 2007-05 jinqiu. All Rights Reserved.
' Last Update: 2007-05-15 HTTP://www.wapfs.net
'=================================================
%>
<%
if session("admin")="" then
response.redirect "admin.asp"
else
if session("flag")>1 then
response.write "<br/><p align='center'>您没有操作的权限</p>"
response.end
end if
end if
%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!-- #include file="conn.asp" -->
<wml>
<head>
<meta http-equiv='Cache-Control' content='no-Cache'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
</head>
<card id='main' title='增加分类' >
<p>分类名称:
<br/><input type='text' name='nclass<%=minute(now)%><%=second(now)%>' size='8' maxlength='20'/>
<br/>分类排序:
<br/><input type='text' name='nclasstop<%=minute(now)%><%=second(now)%>' format='*N' emptyok='false' size='10' maxlength='2'/>
<br/>个性话语:
<br/><input type='text' name='nclassurl<%=minute(now)%><%=second(now)%>' size='10' maxlength='300'/>
<br/>上传限制:
<br/><select name='nclassup'><option value='1'>允许上传</option><option value='2'>禁止上传</option></select>
<br/>换行方式:
<br/><select name='nclassbr'><option value='1'>使用 换行</option><option value='2'>使用|符号</option><option value='3'>使用 空格</option></select>
<br/><anchor>[-增加-]
<go href='ztypesave.asp' method='post' accept-charset='utf-8'>
<postfield name='nclass' value='$(nclass<%=minute(now)%><%=second(now)%>)'/>
<postfield name='nclassurl' value='$(nclassurl<%=minute(now)%><%=second(now)%>)'/>
<postfield name='classid' value='<%=session("1")%>'/>
<postfield name='nclasstop' value='$(nclasstop<%=minute(now)%><%=second(now)%>)'/>
<postfield name='nclassup' value='$(nclassup)'/>
<postfield name='nclassbr' value='$(nclassbr)'/>
<postfield name='classon' value='0'/>
<postfield name='types' value='addnclass'/>
</go>
</anchor>
<br/>------------
<br/><a href='type.asp'>类别管理</a>
<br/><a href='main.asp'>管理首页</a></p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -