📄 insert.jsp
字号:
<%@ page language="java" pageEncoding="GB18030"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<html>
<head>
<title>会议管理系统---$--J2EE</title>
<style type="text/css">
<!--
.style1 {
font-size: large;
font-weight: bold;
.STYLE9 {font-family: "华文楷体"; font-size: large; font-weight: bold; }
.STYLE14 {font-family: "华文楷体"; font-weight: bold; font-size: medium; }
}
-->
</style>
<script language="javascript" src="images/all.js"></script>
</head>
<body background="../file/bg.jpg">
<center>
<%@ include file="top.jsp"%>
<TABLE border=0 cellPadding=1 cellSpacing=1 width=760 align="center">
<TBODY>
<tr>
<td align="left" width="30%">当前位置:-->插入会议内容</td>
<td align="left" width="50%"> <marquee direction="left" scrollamount="2" scrolldelay="90" width="400"> <script language="javascript" src="file/hello.js"></script></marquee></td>
<td align="left" width=20%> </td>
</tr>
<TR bgColor=#3399ff>
<TD height=1 colspan="6"></TD>
</TR>
<tr>
<td height=10 colspan="6"></td>
</tr>
</TBODY>
</TABLE>
<html:form action="/insert">
<table width="592" height="122" border="1"bordercolorlight="#3399FF" bordercolordark="#E6E6FA" >
<tr>
<td ><span class="STYLE9">会议主题:</span></td>
<td ><html:text property="title" size="30"></html:text></td>
</tr>
<tr>
<td><span class="STYLE9">会议类型:</span></td>
<td ><html:select property="type" >
<html:option value="周会" />
<html:option value="报告会" />
<html:option value="考务会" />
</html:select></td>
</tr>
<tr>
<td ><span class="STYLE9">会议状态:</span></td>
<td ><html:select property="state" >
<html:option value="进行中" />
<html:option value="准备中" />
<html:option value="已结束" />
</html:select></td>
</tr>
</table>
<br><br>
<table width="593" height="157" border="1" bordercolorlight="#3399FF" bordercolordark="#E6E6FA">
<tr>
<td width="189"><span class="STYLE14">会议时间:</span></td>
<td width="388"><html:text property="time" size="30"></html:text>例:2008-4-12</td>
</tr>
<tr>
<td><span class="STYLE14">会议地点:</span></td>
<td><html:text property="local" size="30"></html:text></td>
</tr>
<tr>
<td><span class="STYLE14">主要参与者:</span></td>
<td><html:text property="people" size="30"></html:text>人名之间用/分离</td>
</tr>
<tr>
<td><span class="STYLE14">会议主要内容:</span></td>
<td><html:text property="neinong" size="30" maxlength="500"></html:text></td>
</tr>
<tr>
<td><span class="STYLE14">会议结果:</span></td>
<td><html:text property="result" size="30"></html:text></td>
</tr>
<tr>
<td><span class="STYLE14">领导签字:</span></td>
<td><html:text property="leader" size="30"></html:text></td>
</tr>
</table>
<html:submit/><html:cancel/>
</html:form>
</center>
<%@ include file="foot.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -