?? insert.jsp
字號(hào):
<%@ 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>會(huì)議管理系統(tǒng)---$--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%">當(dāng)前位置:-->插入會(huì)議內(nèi)容</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">會(huì)議主題:</span></td>
<td ><html:text property="title" size="30"></html:text></td>
</tr>
<tr>
<td><span class="STYLE9">會(huì)議類型:</span></td>
<td ><html:select property="type" >
<html:option value="周會(huì)" />
<html:option value="報(bào)告會(huì)" />
<html:option value="考務(wù)會(huì)" />
</html:select></td>
</tr>
<tr>
<td ><span class="STYLE9">會(huì)議狀態(tài):</span></td>
<td ><html:select property="state" >
<html:option value="進(jìn)行中" />
<html:option value="準(zhǔn)備中" />
<html:option value="已結(jié)束" />
</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">會(huì)議時(shí)間:</span></td>
<td width="388"><html:text property="time" size="30"></html:text>例:2008-4-12</td>
</tr>
<tr>
<td><span class="STYLE14">會(huì)議地點(diǎn):</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">會(huì)議主要內(nèi)容:</span></td>
<td><html:text property="neinong" size="30" maxlength="500"></html:text></td>
</tr>
<tr>
<td><span class="STYLE14">會(huì)議結(jié)果:</span></td>
<td><html:text property="result" size="30"></html:text></td>
</tr>
<tr>
<td><span class="STYLE14">領(lǐng)導(dǎo)簽字:</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>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -