?? login.asp
字號:
<!--#include file=../inc/txlconst.asp-->
<!--
<pre>
┌─ 自由領域ASP+WAP同學錄系統 ─────────────────┐
│ │
│ 感謝你使用 自由領域ASP+WAP同學錄系統(測試版) │
│ 使用本免費源碼您必須遵守以下規定 │
│ 不得公開發表代碼 不得用做商業用途,不得向其他使用者收費。 │
│ │
│ 使用時,請保留此段信息,謝謝配合 │
│ │
│ 2004/12/19 │
│ │
└──────────────── http://99167.jahee.com ───┘
</per>
-->
<%
Session("Rand")=GetRand(4)
Function GetRand(Num)
Dim R
Randomize
For R=1 To Num
Getrand=Getrand & Int(10*Rnd)
Next
End Function
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=const_txlname%>管理入口</title>
<script>
var over=false,down=false,divleft,divtop;
function move(){
if(down)
{
plane.style.left=event.clientX-divleft;
plane.style.top=event.clientY-divtop;
}
}
function bodyload()
{
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
//alert(window.sizer)
var onloadTop,onloadLeft
onloadTop=(screen.height-300)/2
onloadLeft=(screen.width-370)/2
plane.style.pixelTop=onloadTop
plane.style.pixelLeft=onloadLeft
}
</script>
<style type="text/css">
.drag{position:relative;cursor:hand}
a:link,a:active,a:visited{text-decoration:none;color:#006699}
a:hover{text-decoration: underline;color:#DD6900}
a.photo:hover { left: 1px; POSITION: relative; TOP: 1px }
a.bold:link{
font-weight: bold; color: #f6f6f6; text-decoration: none;
}
font,th,td,p{
font-size:9pt;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "??";
}
a.bold:visited{
font-weight: bold; color: #006699; text-decoration: none
}
a.bold:hover{
font-weight: bold; color: #006699; text-decoration: none
}
.bold{
font-weight: bold; color: #006699; text-decoration: none
}
.menu:link { font-size:9pt;color: #ffffff; text-decoration: none }
.menu:visited { font-size:9pt;color: #ffffff; text-decoration: none }
.menu:hover { font-size:9pt;color: #ffffff; text-decoration: none }
.menu:active { font-size:9pt;color: #ffffff; text-decoration: none }
body{
font-size: 9pt;
color: #000000;
font-family: verdana,??;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #006699;
scrollbar-base-color: #006699;
scrollbar-track-color: #006699;
}
th{
background-image: url(images/th_bg.gif);
background-color: #006699;
color: #FFA34F;
font-weight:bold;
height:28px;
}
.table_row_1 { background-color: #EEEEEE }
.table_row_2{ background-color: #ffffff }
.TopTitle{
background-image: url(images/td_title.gif);
font-weight: bold;
font-size: 12px;
color : #006699;
height:28px;
text-align: center;
}
.tableBorder1{
width:97%;
border: 1px;
background-color: #cccccc;
}
td.TableBody1{ background-color: #FFFFFF; }
select{
font-size: 12px; filter: alpha(opacity=50);
color: #000000;
font-family: "song", "ms shell dlg", "??";
background-color: #f5f5f5
}
.button{
border-right: #cccccc 1px groove;
font-weight: normal;
font-size: 9pt;
line-height: normal;
border-bottom: #cccccc 1px groove;
font-style: normal;
background-color: #eeeeee;
font-variant: normal
}
.editbox{
border-right: #ffffff 1px groove;
border-top: #ffffff 1px groove;
font: 12px verdana,geneva,sans-serif;
border-left: #ffffff 1px groove;
color: #000000;
border-bottom: #ffffff 1px groove;
background-color: #dff1f9
}
textarea{
border-right: #ffffff 1px groove; border-top: #ffffff 1px groove; font: 12px verdana,geneva,sans-serif; border-left: #ffffff 1px groove; color: #000000; border-bottom: #ffffff 1px groove; background-color: #dff1f9;
}
textarea.Content{
font: 12px "Arial", "Helvetica", "sans-serif", "??";
color: #000000;
background-color: #ffffff;
width:100%;
border: 0px;
}
.border-top{
border-right: #7d7d7d 1px solid;
border-top: #7d7d7d 1px solid;
border-left: #7d7d7d 1px solid;
}
.border-l-r{
border-right: #7d7d7d 1px solid;
border-left: #7d7d7d 1px solid;
border-top-style: none;
border-bottom-style: none;
}
.border-bottom{
border-right: #7d7d7d 1px solid; border-left: #7d7d7d 1px solid; border-top-style: none; border-bottom: #7d7d7d 1px solid
}
.border-l{
border-left: 1px solid #cccccc; border-top-style: none; border-right-style: none; border-bottom-style: none
}
.border-r{
border-right: #cccccc 1px solid; border-top-style: none; border-left-style: none; border-bottom-style: none
}
.border-all{
border-right: #006699 1px solid; border-top: #006699 1px solid; border-left: #006699 1px solid; border-bottom: #006699 1px solid; background-color: #ffffff
}
.border-b {
border-bottom: #cccccc 1px solid
}
.line-bg {
background-position-y: bottom; background-image: url(images/line_bg.gif); background-repeat: repeat-x
}
.line-topbg{
background-position-y: top; background-image: url(images/line_bg.gif); background-repeat: repeat-x
}
</style>
</head>
<body leftmargin="0" topmargin="50" onLoad="document.winstepsform.admin.focus();bodyload()" onmousemove=move()>
<br>
<br>
<br>
<DIV onmouseup=down=false
onmousedown=down=true;divleft=event.clientX-parseInt(plane.style.left);divtop=event.clientY-parseInt(plane.style.top)
id=plane
style="Z-INDEX: 1; LEFT: 180px; WIDTH: 1px; POSITION: absolute; TOP: 120px; HEIGHT: 1px">
<form name="winstepsform" method="post" action="che_adminlogin.asp" autocomplete=off>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="300" height="165" bordercolorlight="#DBDBDB" bordercolordark="#000000" >
<tr>
<td width="100%" height="165" valign="top"><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="367" height="22" bgcolor="#D6D3CE" bordercolorlight="#FFFFFF" bordercolordark="#A0A0A0">
<tr>
<td height="22" width="365" valign="middle" bgcolor="#6696C8" style="padding-left: 5; padding-right: 5;cursor:move"><p align=left><font color = white style="cursor:move"><b><%=const_txlname%>-<a href="http://99167.jahee.com" target="_blank"><font color=#FFFFFF style="cursor:move">自由領域</font></a></b></font></td>
</tr>
<tr>
<td height="100" width="365" valign="top"> <table border="0" cellspacing="5" cellpadding="4" width="95%" align="center">
<tr>
<td><fieldset>
<legend>管理登錄</legend>
<br>
<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" >
<tr >
<td><p align=center>帳號</td>
<td><input name="admin" type="text" id="admin" value="" size="25" maxlength="50"></td>
</tr>
<tr>
<td><p align=center>密碼</td>
<td><input name="password" type="password" id="password" value = "" size="25" maxlength="50"></td>
</tr>
<tr>
<td>驗證碼</td>
<td><input name="verifycode" type="text" id="verifycode" value="" size="20" maxlength="10">
<img src="show_verifycode.asp"></td>
</tr>
</table>
<br>
</fieldset></td>
</tr>
<tr>
<td> <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center">
<tr>
<td width="100%" colspan="4" align="right"><input name="action2" type="hidden" id="action22" value="chklogin">
<input name="submit" type="submit" class="buttons" value="登錄">
<input type="button" name="Submit22" value="取消" onClick="javascript:window.location.href='../'">
</td>
</tr>
</table></td>
</tr>
<tr>
<td></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -