📄 shezhi.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
if session("admin")="" then
response.redirect "index.asp"
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">
<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='zhan_name' size='10'/>
<br/>你的安装目录(比如你安装在daohang目录下,请填写daohang/,后面必须加"/",跟目录请留空,)
<br/><input type='text' name='mulu' size='10'/>
<br/>首页站点显示规则
<br/><select name='shou'>
<option value='1'>首页为动态</option>
<option value='0'>首页为静态</option>
</select>
<br/>首页显示站点个数
<input type='text' name='shu' size='10'/>
<br/>
<br/><anchor>[提交]
<go href='shezhi_ok.asp' method='post' accept-charset='utf-8'>
<postfield name='zhan_name' value='$(zhan_name)'/>
<postfield name='shou' value='$(shou)'/>
<postfield name='shu' value='$(shu)'/>
<postfield name='mulu' value='$(mulu)'/>
</go>
</anchor>
<br/>------------
<br/><a href='../index.asp'>返回首页</a></p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -