📄 login.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<html>
<head>
<title> 通讯薄管理系统</title>
<link rel="stylesheet" type="text/css" href="file:///H|/模板/c107/Template068Blank.css">
<bgsound src="fengyutonglu.mp3" loop="-1">
<style type="text/css">
<!--
.STYLE2 {
color: #009966;
font-weight: bold;
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #6600FF;
}
a:hover {
color: #0000FF;
}
.STYLE6 {color: #6666FF}
.STYLE9 {
font-size: 24px;
color: #6666CC;
}
.STYLE33 {font-weight: bold; font-size: 36px; color: #009966;}
.STYLE45 {
color: #3333CC;
font-weight: bold;
}
.STYLE46 {
color: #333300;
font-weight: bold;
}
.STYLE47 {color: #333333}
.STYLE50 {color: #000000}
body {
margin-left: 5px;
margin-top: 3px;
margin-right: 5px;
margin-bottom: 2px;
}
.STYLE53 {
color: #FFFFFF;
font-weight: bold;
}
.STYLE54 {color: #FFFFFF}
.STYLE56 {font-size: 24px}
.STYLE57 {color: #00FF00}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body background= "2.jpg">
<script language="JavaScript">
dCol='000000';//date colour.
fCol='000000';//face colour.
sCol='000000';//seconds colour.
mCol='000000';//minutes colour.
hCol='000000';//hours colour.
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;
//Alter nothing below! Alignments will be lost!
d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");
m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+"><B>";
props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
for (i=0; i < n; i++)
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < D.length; i++)
document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++)
document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');
document.write('</div></div>');
document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++)
document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');
document.write('</div></div>')
document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++)
document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');
document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < H.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',20);
}
if (ns||ie)window.onload=Delay;
</script>
<center>
<p> </p>
<p> </p>
<table cellpadding="0" cellspacing="0" width="752" class="Top">
<tr>
<td><img src="logo.jpg" width="750" height="108"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="752" class="Middle">
<tr>
<td><img src="Back1.jpg" width="336" height="32"></td>
<td><img src="ButtonHome.gif" width="69" height="32" border="0"></td>
<td><img src="ButtonCompany.gif" width="88" height="32" border="0"></td>
<td><a href="l"><img src="ButtonProducts.gif" width="93" height="32" border="0"></a></td>
<td><img src="ButtonService.gif" width="75" height="32" border="0"></td>
<td><img src="ButtonService.gif" width="75" height="32" border="0"></td>
<td><img src="Back2.gif" width="16" height="32"></td>
</tr>
</table>
<table width="753" height="500" border="1" bordercolor="#C7C6C4">
<tr>
<th width="259" height="547" bordercolor="#90ACD6" background="0006.jpg" scope="row"><table width="312" height="494" border="1" bordercolor="#7293C5">
<tr>
<th height="175" scope="col"><html>
<left>
<p class="STYLE5 STYLE56"></p>
<p class="STYLE21 STYLE54 STYLE56" color="#6600FF">用户登陆 </p>
<form method="post" action="process.jsp">
<table width="267" height="96" >
<tr><td width="30%" height="35" align="right"><span class="STYLE50 STYLE10"><strong><font color="black" size=""></strong></span><span class="STYLE21 STYLE54"><strong>用户名:</strong></span></td>
<td><input name="username" type="text" class="STYLE45"></td>
<tr>
<td width="30%" align="right" class="STYLE50 STYLE21"><span class="STYLE53"> 密码:</span></td>
<td><input name="password" type="password" class="STYLE46"></td>
<tr>
<td colspan="2" align="center">
<input type="submit" class="STYLE7" value="登录">
<input type="reset" class="STYLE7" value="清空"> </td>
</table>
<a href="help.htm" class="STYLE3">帮助界面</a></span>
<a href="register.htm" class="STYLE3">新用户注册</a></span>
</form>
</left>
</body>
</html>
</th>
</tr>
<tr>
<td height="312"><center>
<table width="279" height="251" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="310" height="245">
<script type="text/javascript">
imgUrl1="images/10.jpg";
imgtext1="华科足球场"
imgLink1=escape("http://www.jxatei.net/BigClass.asp?TypeId=14&BigClassId=92");
imgUrl2="images/2.jpg";
imgtext2="校园一角"
imgLink2=escape("http://www.jxatei.net/ReadNews.asp?NewsID=2504");
imgUrl3="images/3.jpg";
imgtext3="校园正门"
imgLink3=escape("http://www.jxatei.net/BigClass.asp?TypeId=14&BigClassId=92");
imgUrl4="images/4.jpg";
imgtext4="华科图书馆"
imgLink4=escape("http://www.jxatei.net/ReadNews.asp?NewsID=2491");
imgUrl5="images/1.jpg";
imgtext5="图书馆一层大厅"
imgLink5=escape("http://www.jxatei.net/BigClass.asp?TypeId=14&BigClassId=92");
var focus_width=310
var focus_height=300
var text_height=18
var swf_height = focus_height+text_height
var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5
var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="images/focus1.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('</object>');
</script> </td>
</tr>
</table>
</center></td>
</tr>
</table>
</th>
<td width="478" valign="top" bordercolor="#9999FF" background="e.jpg" bgcolor="#D2D1CF"><span class="STYLE2"><p class="STYLE33"><span class="STYLE6">网络B052班</span></p>
<p> </p>
</span><p class="STYLE6 STYLE9">
<marquee direction=up width=300 height=400 scrollamount=1 scrolldelay=50 class=p4 STYLE37 style="class:" text-align: left? border="0" ;>
<span class="STYLE47">华北科技学院<br>
计算机系<br>
网络工程成立与2005年<br>
作为本院第一届网络工程班的学生<br>
四年的大学生活转眼即逝<br>
现在大家即将面临毕业分离<br>
所以建一个本班通讯系统;<br>
以方便大家工作以后 <br>
能够联系上;<br>
希望同学们能认真填写自己的资料;</span><br>
<br>
</marquee>
</p>
<span class="STYLE41"><span class="STYLE45">建站人:</span><span class="STYLE47"><span class="STYLE30">张立清</span></span><span class="STYLE2">
<p> </p>
</span></td>
</tr>
</table>
<table width="752" cellpadding="0" cellspacing="0" background="ButtonProducts.gif" class="Bottom">
<tr>
<td width="53%" background="ButtonProducts.gif" class="BarBack"> </td>
<td width="9%"><img src="ButtonHome.gif" border="0" width="69" height="32"></td>
<td width="9%"><img src="ButtonLogin.gif" border="0" width="67" height="32"></td>
<td width="9%"><img src="ButtonLogin.gif" border="0" width="67" height="32"></td>
<td width="9%"><img src="ButtonLogin.gif" border="0" width="67" height="32"></td>
<td width="9%"><img src="ButtonLogin.gif" border="0" width="67" height="32"></td>
<td width="2%"><img src="Back2.gif" width="14" height="32"></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -