?? log.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理員登陸</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
th{font-size:16px;}
td{font-size:14px;}
-->
</style>
</head>
<body>
<%
String id=request.getParameter("id");
%>
<form name="form1" method="post" action="logo.jsp">
<table width="300" border="0" align="center" cellspacing="1" style="BORDER-BOTTOM: #4F7B0D 1px solid; BORDER-LEFT: #4F7B0D 1px solid; BORDER-RIGHT: #4F7B0D 1px solid; BORDER-TOP: #4F7B0D 1px solid">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0">
<tr>
<th height="20" bgcolor="#4F7B0D"><span class="style1">登陸管理頁面</span></th>
</tr>
</table></td>
</tr>
<tr>
<td height="10" colspan="2"></td>
</tr>
<tr>
<td width="152"><div align="right">請輸入管理員密碼:</div></td>
<td width="159">
<input name="mm" type="password" id="mm" style="BORDER: #4F7B0D 1px solid;color: #4F7B0D;" size="15">
</td>
</tr>
<tr>
<td height="10" colspan="2"></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input name="imageField" type="image" src="img/sumbit.jpg" width="69" height="20" border="0">
<% if(id!=null){%><input name="id" type="hidden" id="id" value="<%=id%>"><% }%>
<a href="index.jsp"><img src="img/back.jpg" width="69" height="20" border="0"></a></div></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -