📄 add_text.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ taglib uri="struts-html" prefix="html" %>
<html>
<head>
<html:base/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建发文</title>
</head>
<body bgcolor="#DFE5F5">
<center>
<table width=967 border=1 cellpadding="0" cellspacing="0" bordercolor=gray bordercolorlight=gray bordercolordark=white>
<tr>
<td colspan=2 align=center height=100 vliagn=top>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/top.jsp"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/side.jsp"/></td>
</tr>
</table>
</td>
<td align="center" valign="top" width="900" background="<%=request.getContextPath()%>/image/right_round.jpg">
<br>
<br>
<table width="70%" border="1" cellspacing="-1" cellpadding="2" bordercolor=black bordercolorlight=black bordercolordark=white>
<tr align="center" bgcolor="#DFE5F5">
<td height="25" colspan="2"><b>新建发文</b></td>
</tr>
<html:form action="/text/text_add.do?addtype=add" focus="geter">
<tr>
<td height="25" align="right" bgcolor="#DFE5F5">收文人:</td>
<td height="30"> <html:text property="geter" style="border:1 solid" size="40" maxlength="10"/> 最大长度为10个字符!</td>
</tr>
<tr>
<td width="32%" height="25" align="right" bgcolor="#DFE5F5"> 主题:</td>
<td width="68%" height="30"> <html:text property="subject" style="border:1 solid" size="40" maxlength="25"/> 最大长度为25个字符!</td>
</tr>
<tr>
<td rowspan="2" align="right" bgcolor="#DFE5F5">内容:</td>
<td align="left" valign="baseline"> <html:textarea property="content" style="border:1 solid" rows="7" cols="50"/></td>
</tr>
<tr>
<td height="30" align="center" valign="middle"><html:submit value="提交"/> <html:reset value="重置"/></td>
</tr>
</html:form>
</table>
<table>
<tr>
<td><html:errors/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><jsp:include page="/end.jsp"/></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -