?? index.jsp
字號:
<html>
<head>
<title>娛樂門戶管理平臺</title>
<META http-equiv=Pragma content=no-cache>
<META http-equiv=Cache-Control content=no-cache>
<META http-equiv=Expires content=0>
</head>
<script>
function validatelogin(){
if(document.form1.username.value==""){
window.alert("用戶名不能為空!");
window.form1.username.focus();
return false;
}
if(document.form1.password.value==""){
window.alert("密碼不能為空!");
window.form1.password.focus();
return false;
}
}
</script>
<body>
<table width="100%" height="100%" border="0" cellpadding="1" cellspacing="1">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="458">
<tr>
<td><img src="../images/spacer.gif" width="5" height="1" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="444" height="1" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="9" height="1" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img name="index_r1_c1" src="../images/index_r1_c1.jpg" width="458" height="15" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="15" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="3"><img name="index_r2_c1" src="../images/index_r2_c1.jpg"
width="5" height="262" border="0" alt=""></td>
<td><img name="index_r2_c2" src="../images/index_r2_c2.jpg" width="444"
height="71" border="0" alt=""></td>
<td rowspan="3"><img name="index_r2_c3" src="../images/index_r2_c3.jpg"
width="9" height="262" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="71" border="0"
alt=""></td>
</tr>
<tr>
<td background="../images/index_r3_c2.jpg">
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" class="p9white2">
<form name="form1" method="post" action="login.jspa" onsubmit="return validatelogin()">
<tr>
<td height="20" align="right"><font color="#FFFFFF">用戶名:</font></td>
<td><input type="text" name="username" value="${username?if_exists}" size="20" /></td>
</tr>
<tr>
<td width="33%" height="20" align="right"><font color="#FFFFFF">密 碼:</font></td>
<td width="67%"><input type="password" name="password" value="${password?if_exists}" size="20" /></td>
</tr>
<tr>
<td height="30"> </td>
<td><input type="submit" name="submit" value="登陸" /></td>
</tr>
<tr>
<td colspan="2"><font color="#FFFFFF"><@ww.actionmessage/><@ww.actionerror/></font></td>
</tr>
</form>
</table>
</td>
<td><img src="../images/spacer.gif" width="1" height="174" border="0"
alt=""></td>
</tr>
<tr>
<td><img name="index_r4_c2" src="../images/index_r4_c2.jpg" width="444"
height="17" border="0" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="17" border="0"
alt=""></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -