?? loginindex.asp
字號(hào):
<!--#include file="conn.asp"-->
<!--#include file="sn.asp"-->
<!--#include file="webinfo.asp"-->
<!--#include file="fun.asp"-->
<!--#include file="CodeGen.asp"-->
<html>
<head>
<script language=javascript>
function checklogin()
{
if (document.logina.user.value=="") {alert("請(qǐng)輸入賬號(hào)");return false;}
if (document.logina.password.value=="") {alert("請(qǐng)輸入密碼");return false;}
if (document.logina.yzm.value=="") {alert("請(qǐng)輸入驗(yàn)證碼");return false;}
document.logina.submit();
}
</script>
<link rel="stylesheet" href="indexlogin.css" type="text/css">
<title>請(qǐng)先登陸:<%=webname%></title>
</head>
<body background="images/loginbg.JPG" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#eeeeee" onkeydown="if(event.keyCode==122){event.keyCode=0;return false}">
<% if isinstall=0 then
response.write "<script>alert('請(qǐng)先運(yùn)行install.asp進(jìn)行系統(tǒng)初始化安裝\n\n安裝碼在sn.txt文件中\(zhòng)n\n雖然你刪除這一段判斷代碼本頁面可以正常執(zhí)行\(zhòng)n\n但是數(shù)據(jù)庫沒有初始化\n\n可能會(huì)影響該軟件在結(jié)算模塊功能\n\n上的正確性!因?yàn)榻Y(jié)算是以你的服務(wù)器時(shí)間為判斷標(biāo)準(zhǔn)的!');location.href='install.asp';</script>"
end if
%>
<table width="100%" height="760" border="0">
<tr>
<td height="93" align="center"><font color=#ffaa00 size=7><BR></BR><%=webname%> 登陸</font>
<br><div align=right><font color=#ffff00 SIZE=4><%=webver%></font></div></td>
</tr>
<tr>
<td valign=top>重要公告:
<marquee scrolldelay=0 scrollamount=3 onMouseOver="this.scrollDelay=200" onMouseOut="this.scrollDelay=30" width=80%>
<%call annouce()%>
</marquee></td>
</tr>
<tr>
<td height="231" align="center">
<% IF SESSION("NAME")=EMPTY THEN%>
<br><br>
<form action="manager/logindo.asp" method=post name=logina>
<table height="195" border=0 >
<tr>
<td align=center colspan=2>
<input type=radio name=action value=adminloginin onclick='document.logina.fog.disabled=1;'>
<font color="#ffffff"><B>管理員</B></font><font color=#ffffff>
<input type=radio checked name=action value=loginin onclick='document.logina.fog.disabled=0'>
工作人員</font>
</td>
</tr>
<tr >
<td align="center" >賬 號(hào):</td><td ><input type="text" name="user" size="10" class="loginzhbox"></td>
<td align="center">密 碼:</td><td><input type="password" name="password" size="10" class="loginzhbox"> </td>
</tr>
<tr ><td align="center">驗(yàn)證碼:</td><td><input type="text" name="yzm" size=10 class=loginyzmbox ></td>
<td align="center" >請(qǐng)輸入:</td><td align=center >
<img src="VerifyCode.asp" title="驗(yàn)證碼,看不清楚?請(qǐng)點(diǎn)擊刷新驗(yàn)證碼" style="cursor:pointer" onclick="this.src='VerifyCode.asp?'+Math.random();document.logina.yzm.value='444';" id='VerifyCodeimg'>
</td>
</tr>
<tr>
<td colspan=2 align=center >
<input type=button value=登陸 class=loginbtnbox onclick='javascript:checklogin();'>
<input type=reset class=loginbtnbox value=重置>
<input type=button class=loginbtnbox name=fog value=忘記 onclick=window.open("userpass.asp?action=get")>
<%if zizhusign=1 then%>
<input type=button class=loginbtnbox value=注冊(cè) onclick=window.open("zizhusign.asp")>
<%end if%>
</td>
</tr>
</table>
</form>
<%else
response.write "<br><font size=6 color=red>"&session("name")&"<br><br><Br>歡迎登陸到本系統(tǒng)!</font>"
if (session("qx")=5 or session("qx")=0)then
response.write "<br><br>[<a href='qd.asp'>進(jìn)入操作</a> | <a href='manager/logindo.asp?action=loginout' >退出系統(tǒng)</a></a>]</td>"
elseif (session("qx")<4 and session("qx")>0) then
response.write "<br><br>[<a href='manager/adminindex.asp'>進(jìn)入操作</a> | <a href='manager/logindo.asp?action=loginout' >退出系統(tǒng)</a></a>]</td>"
end if
end if%>
</td>
</tr>
<tr>
<td align=center valign=top>
分辨率1024X768最佳<br>
Made By ASOFT © 2004-2007, ASOFT All Rights Saved .
<table width=100%>
<tr>
<td height="58" align="center" valign="middle" > <font color="#222222">當(dāng)前版本:<a href="mailto:ctplr@163.com" class=wht title="和制作者聯(lián)系"><%=webver%></a>
| 授權(quán)給<a href=<%=weburl%> class=wht ><%=webname%> </a>使用! | 站長<a href="mailto:<%=email%>" title="聯(lián)系站長" class=wht ><%=webmaster%></a>歡迎您!
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -