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

📄 index.asp

📁 蓝色WAP建站系统,WAP源码,更多请登陆http://xywap.cn
💻 ASP
字号:
<%
'==================================
'=文 件 名:admin_login.asp
'=适用版本:游戏天府WAP网站管理系统(CMS)V1.1
'=官方版权:http://www.gotf.cn
'=文件功能:后台登陆文件
'=文件作者:游戏天府
'=发行时间:2007-02-01
'==================================
%>
<!--#include file="wapls_admin_conn.asp"-->
<%
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "No-Cache"
%>
<html>
<head>
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"/>
<style>
v\:* { behavior: url(#default#VML); }
</style>
<title>游戏天府WAP网站ASP管理系统</title>
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<style type=text/css>
<!--
body {
	font-family:Verdana,Tahoma,"宋体"; 
	font-size: 12px;
	color:#000000;
	background-color:#799ae1;
	}
td
	{
	font-family:Verdana,Tahoma,"宋体"; 
	font-size: 12px;
	color:#000000;
	}
A:link
{
    text-decoration: none;
    color: #0000ff;
    font-size:12px;
 
}
A:visited
{
    text-decoration: none;
    color: #0000ff;
    font-size:12px;
}
A:hover
{
	text-decoration: none;
	color:#ff0000;
	font-size:12px;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" style='cursor:url(cur.cur)'>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
	<tbody>
	<tr>
		<td align="center">
		<table cellspacing="0" cellpadding="0" width="413" align="center" bgcolor="#799AE1" border="0">
			<tbody>
			<tr>
<td background="images/xpbg1.gif" width="10" height="29">&nbsp;</td>
<td background="images/xpbg2.gif" width="369"><font color="#ffffff"><strong>游戏天府WAP网络工作室ASP网站管理系统[V1.1]</font></strong></td>
<td background="images/xpbg3.gif" align="center" width="34">
<a href="javascript:;" onclick="window.showModelessDialog('Images/help.htm','CHINAZindexP','center:yes;dialogLeft:150px;dialogTop:50px;scroll:1;status:0;help:0;resizable:0;dialogWidth:438px;dialogHeight:430px');return false;"><img alt="帮助文档" src="images/help.gif" align="middle" border="0"></a></td>
			</tr>
			<tr>
<td align="middle" colspan="3" style="border-collapse: collapse; border: 1px solid #0000FF">
<img src="images/xpbg.gif"></td></tr>
			</tbody>
		</table>
		<table cellspacing="0" cellpadding="7" width="413" align="center"  border="0" style="border-collapse: collapse; border: 1px solid #cccccc;">
			<tbody>
			<tr>
				<td bgcolor="#eeead6" colspan="2">
				<form action="wapls_checklogin.asp?action=adminlogin" method="post">
				<fieldset><legend accesskey="F" align="left">登陆窗口</legend>
				<%if session("wapls_adminlogin")<>wapls_sessionvar then%>
				<table cellspacing="2" cellpadding="2" width="100%" border="0" style="line-height:150%">
					<tbody>
					<tr>
						<td width="10%">&nbsp;</td>
						<td width="20%">用&nbsp;户&nbsp;名&nbsp;:</td>
						<td><input name="name" style="width:150px;height:20px;" maxlength="20" value=""></td>
					</tr>
					<tr>
						<td>&nbsp;</td>
						<td>密&nbsp;&nbsp;&nbsp;&nbsp;码&nbsp;:</td>
						<td><input type="password" name="pass" style="width:150px;height:20px;" maxlength="20" value=""></td>
					</tr>
					<%if adminlogincode=1 then%>
					<tr>
						<td>&nbsp;</td>
						<td>验&nbsp;证&nbsp;码&nbsp;:</td>
						<td><input name="GetCode" type="text" style="width:70px;height:20px;"  maxlength="6">&nbsp;&nbsp;<img src="wapls_code.asp"></td>
					</tr>
					<%elseif adminlogincode=2 then%>
					<tr>
						<td>&nbsp;</td>
						<td>验&nbsp;证&nbsp;码&nbsp;:</td>
						<td><input name="GetCode" type="text" style="width:70px;height:20px;"  maxlength="6">&nbsp;&nbsp;<img src="wapls_GetCode.asp"></td>
					</tr>
					<%end if%>
					<tr>
						<td align="middle" colspan="2">&nbsp;</td>
						<td><input type="submit" value=" 登 陆 " name="submit">&nbsp;&nbsp;&nbsp;<input type="reset" value=" 重 填 " name="submit2"></td>
					</tr>
					</tbody>
				</table>

				<%else%>
				<table width="80%" align="center" height="100" border="0">
				<tr>
				<td align="center">您已经登录啦!<a href="admin_index.asp">点击进入</a>……</td>
				</tr>
				</table>
				 <%end if%>
				</fieldset>
				</td>
				</form>
			</tr>
			</tbody>
		</table>
		</td>
	</tr>
	</tbody>
</table>
<SCRIPT>
// 3D-Slideshow
// more javascript from http://www.gotf.cn
var slideurl=new Array()
slideurl[0]="logo/0.gif"
slideurl[1]="logo/1.png"
slideurl[2]="logo/2.png"
slideurl[3]="logo/3.gif"
slideurl[4]="logo/4.gif"
// add a corresponding link for each image
// if you don't wont to link an image, enter "#"
var slidelink=new Array()
slidelink[0]=""

// add a corresponding target for each link
// acceptable values "_blank" or "_top" or "_parent" or "_self"
var slidetarget=new Array()
slidetarget[0]=""

// set the width of the 3D-border (pixels)
var backdepth=6

// set thecolorof the 3D-border (HTML-values required)
var fillcolor="#666666"

// set the standstill (seconds) for the images (required for Netscape Navigator)
var standstill=3

// set the form of the imageframe
// acceptable values are "oval" or "rect"
var imageform="oval"

// do not edit below this line
var slidewidth=1
var slideheight=1

var ns6=document.getElementById&&!document.all?1:0 
var opera=navigator.userAgent.match(/Opera/) 
var ie5=document.getElementById&&document.all&&!opera?1:0 

standstill*=1000
var floatingspeed=1
var tempo=20
var numberofimages=slideurl.length-1
var stepx=new Array()
var stepy=new Array()
for (i=0;i<=numberofimages;i++) {
	stepx[i]=randommakerNS(floatingspeed)
	stepy[i]=randommakerNS(floatingspeed)
}
var imgwidth=new Array()
var imgheight=new Array()
for (i=0;i<=numberofimages;i++) {
	imgwidth[i]=10
	imgheight[i]=10
}
var x,y
var marginbottom
var marginleft=0
var margintop=0
var marginright
var timer
var i_fadestrength=new Array()
var i_fadestep=new Array()
var i_fadenow=new Array()
var i_fadenowmax=new Array()
for (i=0;i<=slideurl.length;i++) {
	i_fadenowmax[i]=2
	i_fadestrength[i]=randommakerNS(99)	
	i_fadestep[i]=1
	i_fadenow[i]=0
}

var spancontent=new Array()
var i_spancontent=0
var imgpreload=new Array()
for (i=0;i<=slideurl.length;i++) {
	imgpreload[i]=new Image()
	imgpreload[i].src=slideurl[i]
}
for (i=0;i<=numberofimages;i++) {
	spancontent[i]="<a href='"+slidelink[i]+"' target='"+slidetarget[i]+"'><img src='"+slideurl[i]+"' border='0'></a>"
}

var i_angle1=0
var i_size=1
var i_pic=0
var posleft=0
var postop=0
var x_extrusionangle=0
var y_extrusionangle=0
var x_rotationcenter=0
var y_rotationcenter=0
var pagewidth
var pageheight

function initNS() {
    marginbottom=window.innerHeight-11
    marginright=window.innerWidth-11           
	var thisspan=document.getElementById('span0')
	thisspan.innerHTML=spancontent[0]
	var thisspan=document.getElementById('span0')
	imgwidth[0]=parseInt(thisspan.offsetWidth)
	imgheight[0]=parseInt(thisspan.offsetHeight)
	var maxleftstart=marginright-imgwidth[0]
	var maxtopstart=marginbottom-imgheight[0]
	var thisspan=document.getElementById('span0').style
    thisspan.left=parseInt(thisspan.left)+randommakerNS(maxleftstart)
	thisspan.top=parseInt(thisspan.top)+randommakerNS(maxtopstart) 
	thisspan.visibility="visible" 
    checkmovementNS()
}

function randommakerNS(range) {		
	rand=Math.floor(range*Math.random())
	if (rand==0) {rand=Math.ceil(range/2)}
    return rand
}

function checkmovementNS() {
	checkpositionNS()
	movepicturesNS()
    timer=setTimeout("checkmovementNS()",tempo)
}

function movepicturesNS() {
    var thisspan=document.getElementById('span0').style
    thisspan.left=parseInt(thisspan.left)+stepx[0]
	thisspan.top=parseInt(thisspan.top)+stepy[0]	
	i_fadenow[0]++
	if (i_fadenow[0]>=i_fadenowmax[0]) {
		i_fadenow[0]=0
		if (i_fadestrength[0]>=100) {i_fadestep[0]=i_fadestep[0]*-1}
		else if (i_fadestrength[0]<=0) {
			i_fadestep[0]=i_fadestep[0]*-1
			i_spancontent++
			if (i_spancontent>=spancontent.length) {i_spancontent=0}
			document.getElementById('span0').innerHTML=spancontent[i_spancontent]
		}
	}	
	i_fadestrength[0]+=i_fadestep[0]
	document.getElementById('span0').style.MozOpacity=Math.round(i_fadestrength[0])/100
}

function checkpositionNS() {
	imgwidth[0]=parseInt(document.getElementById('span0').offsetWidth)
	imgheight[0]=parseInt(document.getElementById('span0').offsetHeight)         
	var thisspan=document.getElementById('span0').style
	var leftx=parseInt(thisspan.left)
	var topy=parseInt(thisspan.top)
	if (leftx>marginright-imgwidth[0]-floatingspeed) {
		thisspan.left=leftx-Math.abs(stepx[0]+1)
		stepx[0]=randommakerNS(floatingspeed)*-1	
	}
	if (leftx<marginleft) {
		thisspan.left=leftx+Math.abs(stepx[0])
		stepx[0]=randommakerNS(floatingspeed)			
	}	
	if (topy>marginbottom-imgheight[0]-floatingspeed) {
		thisspan.top=topy-Math.abs(stepy[0])
		stepy[0]=randommakerNS(floatingspeed)*-1
	}
	if (topy<margintop) {
		thisspan.top=topy+Math.abs(stepy[0])
		stepy[0]=randommakerNS(floatingspeed)
	}
}

function initIE() {
	var i_preload=0
	for (i=0;i<=slideurl.length-1;i++) {
		var imgref=eval("document.n"+i)
		if (imgref.complete) {i_preload++}
	}
	if (i_preload>=slideurl.length-1) {
		slidewidth=document.getElementById('spn1').offsetWidth
		slideheight=document.getElementById('spn1').offsetHeight
		pagewidth=document.body.clientWidth
		pageheight=document.body.clientHeight
		document.getElementById('rectid').style.width=slidewidth
		document.getElementById('rectid').style.height=slideheight
		posleft=(pagewidth-slidewidth)/2
		postop=(pageheight-slideheight)/2
		x_rotationcenter=(posleft/slidewidth)/2
		y_rotationcenter=(postop/slideheight)/2
		var rotationcenter=0+","+y_rotationcenter+","+x_rotationcenter
		document.getElementById('rectid').style.left=posleft
		document.getElementById('rectid').style.top=postop
		document.getElementById('extrusionid').rotationcenter=rotationcenter
		rotateIE()
	}
	else {
		var timer=setTimeout("initIE()",200)
	}
}

function rotateIE() {
	i_angle1+=1
	if (i_angle1>=360) {
		i_angle1=0
	}
	if (i_angle1==127) {
		i_pic++
		if (i_pic>=slideurl.length) {i_pic=0}
		document.getElementById('fillid').src=slideurl[i_pic]
	}
	document.getElementById('rectid').style.rotation=i_angle1
	document.getElementById('extrusionid').rotationangle=i_angle1+","+i_angle1
	var timer=setTimeout("rotateIE()",30)
}

function openpageIE() {
	if (slidetarget[i_pic]=="_blank") {
		window.open(slidelink[i_pic])
	}
	else if (slidetarget[i_pic]=="_self") {
		document.location.href(slidelink[i_pic])
	}
	else if (slidetarget[i_pic]=="_top" || slidetarget[i_pic]=="_parent") {
		top.location.href(slidelink[i_pic])
	}
}

if (ns6) {
	document.write("<span id='span0' style='position:absolute;top:0px;left:0px;filter:alpha(opacity=0);-moz-opacity:0'></span>")
    document.close()
	window.onload=initNS
}
if (ie5) {
	document.write('<div id="preloadimages" style="position:absolute;left:0px;top:-5px;visibility:hidden">')
	for (i=0;i<=slideurl.length-1;i++) {
		document.write('<span id="spn'+i+'" style="position:absolute;width:2px;left:0px;top:0px;">')
		document.write('<img src="'+slideurl[i]+'" name="n'+i+'">')
		document.write('</span>')
	}
	document.write('</div>')
   	document.write('<v:'+imageform+' id="rectid"  style="position:absolute;top:0;left:0;width:'+slidewidth+';height:'+slideheight+'" onClick="openpageIE()">')
   	document.write('<v:extrusion id="extrusionid" on="true" type="perspective" color="'+fillcolor+'" rotationcenter="0,0,0" backdepth="'+backdepth+'" diffusity="2.5" metal="true">')
 	document.write('</v:extrusion>')
document.write('<v:fill id="fillid" opacity="100%" color="'+fillcolor+'" type="frame" src="'+slideurl[0]+'"/>')
   document.write('</v:'+imageform+'>')
	window.onload=initIE
   }
</script>

</body>
</html>

⌨️ 快捷键说明

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