📄 addaffiche.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="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>My JSP 'addaffiche.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">
-->
</head>
<body bgcolor="#c5def6"><iframe height=0></iframe>
<h2 align="center">
添加公告信息
</h2>
<FORM action="servlet/addffichelistSer" method="GET">
<table border="1" align="center" bgcolor="#C5DEF6" bgcolor="#6685C5">
<TR bgcolor="#FFFFFF">
<TD>
公告主题:
</TD>
<TD>
<INPUT type="text" name="affiche" size="20" />
</TD>
</TR>
<tr bgcolor="#FFFFFF">
<td>
内 容:
</td>
<td>
<TEXTAREA rows="" name="afficheTextArea"></TEXTAREA>
</td>
</tr>
</table>
<table align="center">
<tr>
<td>
<INPUT type="submit" value="提交" />
</td>
<td>
<INPUT type="Reset" value="重写" />
</td>
</tr>
</table>
</FORM>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -