📄 link_view.asp
字号:
<!--#include file="../admin/check_admin.asp"-->
<!-- #include file="link_conn.asp"-->
<HTML><HEAD><TITLE>链接查证</TITLE>
<%
id=Request.QueryString("id")
sql = "SELECT * FROM link where id="&id
Set rs = Server.CreateObject("ADODB.Recordset")
rs.OPEN sql,Conn,1,1
listid=rs("listid")
%>
<link href="main.css" rel="stylesheet" type="text/css">
<body topmargin="0" leftmargin="0">
<FORM id=form name=form action="save_link_admin.asp?id=<%=rs("id")%>" method=post>
<TABLE cellSpacing=0 cellPadding=0 width=666 align=center border=0>
<TBODY>
<TR>
<TD bgcolor="#CC0000"> </TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=666 border=0>
<TBODY>
<TR>
<TD width=1 bgColor=#cc0000></TD>
<TD vAlign=top width=664> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD> <TABLE height=281 cellSpacing=2 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD align=right width="19%" height=30>联系人:</TD>
<TD width="40%" height=30><input name="user" type="text" id="user" value="<%=rs("user")%> " size="15"></TD>
<TD width="41%"><div align="right"> <strong>链接状态:</strong>
<% if rs("pass_link")="0" then%>
<a href="save_pass.asp?id=<%=rs("id")%>"><font color="#FF0000"><strong>·未验证</strong></font>
</a>
<% else %>
<a href="save_pass.asp?id=<%=rs("id")%>"><font color="#FF0000"><strong>·已验证</strong></font></a>
<% end if%>
</div></TD>
</TR>
<TR>
<TD align=right width="19%" height=30>联系电话:</TD>
<TD height=30 colspan="2">
<input name="tel" type="text" id="tel" value="<%=rs("tel")%>" size="20"></TD>
</TR>
<TR>
<TD align=right width="19%" height=28>邮箱:</TD>
<TD height=28 colspan="2">
<input name="email" type="text" id="email" value="<%=rs("email")%>" size="25"></TD>
</TR>
<TR>
<TD align=right height=26>网站名称:</TD>
<TD height=26 colspan="2">
<input name="site_name" type="text" id="site_name" value="<%=rs("site_name")%>" size="25"></TD>
</TR>
<TR>
<TD align=right height=26>链接类型:</TD>
<TD height=26 colspan="2">
<select name="link_class">
<option value="1" <% if rs("link_class")=1 then%> selected <%end if%>>图片链接</option>
<option value="0" <% if rs("link_class")=0 then%> selected <%end if%>>文字链接</option>
</select></TD>
</TR>
<TR>
<TD align=right height=26>链接LOGO或文字:</TD>
<TD height=26 colspan="2">
<input name="logo" type="text" id="logo" value="<%=rs("logo")%>" size="30"></TD>
</TR>
<TR>
<TD align=right height=26>链接地址:</TD>
<TD height=26 colspan="2"><font color="red">
<input name="url" type="text" id="url" value="<%=rs("url")%>" size="30">
</font></TD>
</TR>
<TR>
<TD align=right width="19%" height=26>排列顺序:</TD>
<TD height=26 colspan="2"><select name="listid" id="listid">
<option value="1000" <% if listid=1000 then%> selected <%end if%>>无</option>
<option value="1" <% if listid=1 then%> selected <%end if%>>1</option>
<option value="2" <% if listid=2 then%> selected <%end if%>>2</option>
<option value="3" <% if listid=3 then%> selected <%end if%>>3</option>
<option value="4" <% if listid=4 then%> selected <%end if%>>4</option>
<option value="5" <% if listid=5 then%> selected <%end if%>>5</option>
<option value="6" <% if listid=6 then%> selected <%end if%>>6</option>
<option value="7" <% if listid=7 then%> selected <%end if%>>7</option>
<option value="8" <% if listid=8 then%> selected <%end if%>>8</option>
<option value="9" <% if listid=9 then%> selected <%end if%>>9</option>
<option value="10" <% if listid=10 then%> selected <%end if%>>10</option>
<option value="11" <% if listid=11 then%> selected <%end if%>>11</option>
<option value="12" <% if listid=12 then%> selected <%end if%>>12</option>
<option value="13" <% if listid=13 then%> selected <%end if%>>13</option>
<option value="14" <% if listid=14 then%> selected <%end if%>>14</option>
<option value="15" <% if listid=15 then%> selected <%end if%>>15</option>
<option value="16" <% if listid=16 then%> selected <%end if%>>16</option>
<option value="17" <% if listid=17 then%> selected <%end if%>>17</option>
<option value="18" <% if listid=18 then%> selected <%end if%>>18</option>
<option value="19" <% if listid=19 then%> selected <%end if%>>19</option>
<option value="20" <% if listid=20 then%> selected <%end if%>>20</option>
</select></TD>
</TR>
<TR>
<TD vAlign=bottom align=middle colSpan=3 height=20>
<div align="center">
<input type="submit" name="Submit" value="修改信息" onClick="edit_link()">
<input type="button" name="Submit2" value="返回" onClick="window.history.go(-1)"></FONT></FONT>
</div></TD>
</TR>
<TR>
<TD align=middle colSpan=3 height=20><FONT
color=#ff0000><FONT
color=#0099cc></FONT></FONT></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD width=1 bgColor=#cc0000></TD>
</TR>
<TR bgcolor="#CC0000">
<TD colspan="3"> </TD>
</TR>
</TBODY>
</TABLE></TD></TR></TBODY></TABLE></FORM>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -