📄 l_type_edit.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><a href='l_type_del.asp?id=<%=request("id")%>'>[删除]</a><br/>
修改大类:
<%
set rs=server.createobject("adodb.recordset")
sql="select * from Aclass where id="&request("id")
rs.open sql,conn,1,1
%>
<br/><input type='text' name='class<%=minute(now)%><%=second(now)%>' value='<%=rs("class")%>' size='10' maxlength='20'/>
<br/>网址:
<br/><input type='text' name='classurl<%=minute(now)%><%=second(now)%>' value='<%=rs("classurl")%>' size='10' maxlength='200'/>
<br/>排序:
<br/><input type='text' name='classtop<%=minute(now)%><%=second(now)%>' value='<%=rs("classtop")%>' format='*N' emptyok='false' size='10' maxlength='2'/>
<br/><anchor>[-保存-]
<go href='l_typesave.asp' method='post' accept-charset='utf-8'>
<postfield name='classtop' value='$(classtop<%=minute(now)%><%=second(now)%>)'/>
<postfield name='class' value='$(class<%=minute(now)%><%=second(now)%>)'/>
<postfield name='classurl' value='$(classurl<%=minute(now)%><%=second(now)%>)'/>
<postfield name='id' value='<%=request("id")%>'/>
<postfield name='types' value='mod'/>
</go>
</anchor>
<br/>-------------
<br/><a href='l_type.asp'>链接管理</a>
</p>
<%
rs.close
set rs=nothing
%>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -