⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ztype_add.asp

📁 admin/admin.asp是WAP的后台管理登陆页面
💻 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'>&#x60A8;&#x6CA1;&#x6709;&#x64CD;&#x4F5C;&#x7684;&#x6743;&#x9650;</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>[-&#x589E;&#x52A0;-]
<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'>&#x7C7B;&#x522B;&#x7BA1;&#x7406;</a>
<br/><a href='main.asp'>&#x7BA1;&#x7406;&#x9996;&#x9875;</a></p>
</card>
</wml> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -