?? edu_add.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" %>
<%
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></title>
</head>
<body>
<center>
<table width="331" border="0">
<tr>
<th colspan="2" scope="col">添加培訓</th>
</tr>
<tr>
<th width="121" scope="row">培訓名稱</th>
<td width="369">
<input type="text" name="eduName" />
</td>
</tr>
<tr>
<th scope="row">開始日期</th>
<td><input type="text" name="startDate" /></td>
</tr>
<tr>
<th scope="row">結束日期</th>
<td><input type="text" name="endDate" /></td>
</tr>
<tr>
<th scope="row">培訓內容</th>
<td><input type="text" name="content" /></td>
</tr>
<tr>
<th colspan="2" scope="row">
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
</th>
</tr>
</table>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -