?? modeladd.jsp
字號(hào):
<%--
模塊名稱:律所公告
模塊功能:公告顯示
版 本:V1.0
著 作 人:沈文炎 謝永剛
著作日期:2001-09-29
該模塊所需的文件:BulletionAmend.jsp
使用說(shuō)明:
主要技術(shù)說(shuō)明:
參考文獻(xiàn):法律事務(wù)設(shè)計(jì)書(shū)
修改歷史:= = = = = = = = = = = = = = = = = = = = = = = = = =
修改日期:
修 改 人:
修改理由:
修改出處:
= = = = = = = = = = = = = = = = = = = = = = = = = =
--%>
<%@ page contentType= "text/html; charset=gb2312" %>
<html>
<head>
<title>范本增加</title>
<%@ include file="../inc/config.jsp" %>
</head>
<body class=page>
<!--顯示工具條-->
<table width="98%" align="center" cellspacing="1">
<tr>
<td><a href="Model.jsp"><img src="../images/all.gif" height="22" border="0"></a><a href="ModelAdd.jsp"><img src="../images/add.gif" alt="增加內(nèi)容" width="79" height="22" border="0"></a><img src="../images/delete.gif" alt="刪除選中的內(nèi)容" onClick="return Del();" style="cursor:hand" width="79" height="22"><a href="ModelSearch.jsp"><img src="../images/query.gif" width="79" height="22" border="0"></a></td>
<td align="right"><img src="../images/back.gif" width="50" height="22" onClick="window.history.back()" style="cursor:hand" alt="返回"></td>
</tr>
</table>
<table width="98%" background="../images/line.gif" border="0" cellspacing="0" cellpadding="0" height="12" align="center">
<tr>
<td> </td>
</tr>
</table>
<!--顯示工具條結(jié)束-->
<table width="98%" border="0" cellspacing="1" cellpadding="5" class="table_bg" align="center">
<tr>
<td width="21%" class="title_bg" align="right"> 范本編號(hào):</td>
<td width="79%" class="tr_bg1">
<input type="text" name="textfield252233" size="14" class="input" maxlength="70">
</td>
</tr>
<tr>
<td width="21%" class="title_bg" height="4" align="right"> 范本名稱:</td>
<td width="79%" class="tr_bg1" height="-2">
<input type="text" name="textfield252234" size="30" class="input" maxlength="70">
</td>
</tr>
<tr>
<td width="21%" class="title_bg" height="4" align="right">范本文件類型:</td>
<td width="79%" class="tr_bg1" height="0">
<input type="text" name="textfield25223" size="14" class="input" maxlength="70">
</td>
</tr>
<tr>
<td width="21%" class="title_bg" height="9" align="right">錄入時(shí)間:</td>
<td width="79%" class="tr_bg1" height="9">
<input type="text" name="fromDate2" maxlength="10" size="10" value="2001/01/01" class="input" readOnly>
<img src="../images/datetime.gif" border="0" align="absmiddle"
alt="彈出日歷下拉菜單" onClick="fPopUpCalendarDlg(fromDate2);return false">
</td>
</tr>
<tr>
<td width="21%" class="title_bg" align="right"> 錄入人:</td>
<td width="79%" class="tr_bg1">
<input type="text" name="textfield252232" size="14" class="input" maxlength="70">
</td>
</tr>
</table>
<div align="center">
<input type="submit" name="Submit" value="保存" class="button">
<input type="submit" name="Submit2" value="重寫(xiě)" class="button">
<br>
</div>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -