?? addtesttitle.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
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>My JSP 'addtesttitle.jsp' starting page</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">
-->
<style>
a{text-decoration:none;}
</style>
<style type="text/css">
<!--
.STYLE22 { color: #0000FF;
font-size: 16px;
}
.STYLE24 {font-size: 16px}
.STYLE25 {color: #0000FF}
.STYLE28 {font-size: 14px}
.STYLE29 {
font-size: 18px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="500" border="0" align="center">
<tr>
<td colspan="2" align="center">
<input type="image" name="imageField" src="image/zte.jpg" />
</td>
</tr>
<tr>
<td width="114" height="310" valign="top">
<span class="STYLE22"><a href="">試題數據管理</a></span><span class="STYLE24"><br />
<span class="STYLE28">
<a href="admin/addtest.jsp">預覽全部試題</a><br>
<a href="admin/addtest.jsp">添加考試類型</a><br>
<a href="admin/addtest.jsp">添加試題</a></span><br>
<span class="STYLE25"><a href="admin/loginsuccess.jsp">考生數據管理</a></span></span></td>
<td width="490" height="280" align="center" valign="top">
<form id="form" name="form" method="post" action="addexamtype">
<table width="500" height="280" border="0">
<tr>
<td height="44" colspan="3"><span class="STYLE29">添加試題</span></td>
</tr>
<tr>
<td height="44" colspan="3"> 試題名稱:
<input type="text" name="textfield2" size=16 /></td>
</tr>
<tr>
<td height="44" colspan="3"> 考試時間:
<input type="text" name="textfield" size=16/></td>
</tr>
<tr>
<td width="140"> </td>
<td width="107"><input type="submit" name="Submit" value="提交" /></td>
<td><input type="reset" name="Submit2" value="重寫" /></td>
</tr>
<tr>
<td height="80" colspan="3"> </td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td colspan="2">
<input type="image" name="imageField2" src="image/ztebottom.jpg" /> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -