?? login.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>歡迎登陸新聞管理系統(tǒng)</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="logon.do" method="post">
<DIV align="center" class="title1">
<FONT size="5"><STRONG>新聞管理系統(tǒng)</STRONG></FONT>
</DIV>
<TABLE width="100%">
<TR>
<TD align="center">用戶名:<input type="text" name="userName"></TD>
</TR>
<TR>
<TD align="center">密 碼:<input type="password" name="passWord"></TD>
</TR>
<TR>
<TD align="center"><input type="submit" value="登陸"><input type="reset" value="重置"></TD>
</TR>
</TABLE>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -