📄 documentshow.asp
字号:
webform.action="Document_EditSave.asp";
if (require(webform)<%if mEditType<>0 then%>&&SaveDocument()<%end if%>) webform.submit();
}
</script>
<style type="text/css">
<!--
.style1 {color: #FF0000}
textarea {border-style: solid; border-width: 0; overflow:hidden; height:expression(scrollHeight)}
@media print {
.noprint{display:none}
}
-->
</style>
</head>
<body class="tdbottom" onload="WindowResize();Load()" onunload="UnLoad()" topmargin="1" leftmargin="1">
<form name="webform" method="post" action="DocumentSave.asp" onsubmit="return require(this)&&SaveDocument();">
<input type=hidden name=czlx value="">
<input type=hidden name=RecordID value="<%=mRecordID%>">
<input type=hidden name=Template value="<%=mTemplate%>">
<input type=hidden name=FileType value="<%=mFileType%>">
<input type=hidden name=EditType value="<%=mEditType%>">
<input type=hidden name=HTMLPath value="<%=mHTMLPath%>">
<input type=hidden name=Status value="<%=mStatus%>">
<table border=0 cellspacing='1' cellpadding='3' width=100% align=center class="noprint">
<tr>
<td align=left class="td3">
<table border=0 cellspacing='0' cellpadding='0' width=100%>
<tr>
<td nowrap>
<img src="../images/icon_title.gif" align="absmiddle"> <b>阅读公文
</td>
<td width="85" nowrap>
<object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"> </object>
<img src="../images/print.gif" align="absmiddle"> <a href="#" onClick="javascript:WindowOpen1('DocumentHeadPrint.asp?RecordID=<%=mRecordID%>&GZDBH=<%=mGZDBH%>')">打印文头</a>
</td>
<td width="110" nowrap>
<img src="../images/icon_flow.gif" align="absmiddle"> <a href="javascript:WindowOpen1('F_Point_Show.asp?RecordID=<%=mRecordID%>')">公文流转情况</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table border=0 cellspacing='0' cellpadding='1' width=100% align=center>
<%if mid(dtcs1,2,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>公文种类:</td>
<td class="tdBottom" nowrap>
<input name='DocType' value="<%=htmlout(mDocType)%>" size='4' <%Call input_disabled(DTCS2,2,1)%>>
<input name='DC_Doc_Sort' value="<%=htmlout(GetTableValue("tbioaOffice_Document_Sort","doc_sort","id",mDC_Doc_Sort))%>" size='24' <%Call input_disabled(DTCS2,2,1)%>>
公文类型:
<input name='DocMod' value="<%=htmlout(mDocMod)%>" size='4' <%Call input_disabled(DTCS2,2,1)%>>
公文紧急程度:
<input name='DC_Doc_Exigence' value="<%=htmlout(mDC_Doc_Exigence)%>" size='4' <%Call input_disabled(DTCS2,2,1)%>>
公文密级:
<input name='DC_Doc_Security' value="<%=htmlout(mDC_Doc_Security)%>" size='4' <%Call input_disabled(DTCS2,2,1)%>>
</td>
</tr>
<%end if
if mid(dtcs1,1,1)="1" then
%>
<tr>
<td align="right" class="tdBottom" nowrap>公文文号:</td>
<td class="tdBottom" nowrap><input type="text" name="DocFileNo" size="80" maxlength="15" value="<%=mDocFileNo%>" <%Call input_disabled(DTCS2,1,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,3,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>公文标题:</td>
<td class="tdBottom" nowrap><input type="text" name="Subject" size="80" maxlength="150" value="<%=mSubject%>" <%Call input_disabled(DTCS2,3,1)%> class="input2">
</td>
</tr>
<%end if
if mid(dtcs1,4,1)="1" then
%>
<tr>
<td align="right" class="tdBottom" nowrap>主题词:</td>
<td class="tdBottom" nowrap><input type="text" name="MainTitle" size="80" maxlength="50" value="<%=mMainTitle%>" <%Call input_disabled(DTCS2,4,1)%> class="input2">
</td>
</tr>
<%end if
if mid(dtcs1,5,1)="1" then%>
<tr class="tdBottom">
<td align="right" valign="top" class="tdBottom" nowrap>摘要:</td>
<td nowrap><textarea name="Memo" rows="3" cols="81" <%Call input_disabled(DTCS2,5,1)%>><%=mMemo%></textarea></td>
</tr>
<%
end if
if mid(dtcs1,6,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>发文单位:</td>
<td class="tdBottom" nowrap>
<input type="text" name="PSend_Dept" size="80" maxlength="100" value="<%=mPSend_Dept%>" <%Call input_disabled(DTCS2,6,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,7,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>主送单位:</td>
<td class="tdBottom" nowrap>
<input type="text" name="MSend_Dept" size="80" maxlength="100" value="<%=mMSend_Dept%>" <%Call input_disabled(DTCS2,7,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,8,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>抄送机关:</td>
<td class="tdBottom" nowrap>
<input type="text" name="CSend_Dept" size="80" maxlength="100" value="<%=mCSend_Dept%>" <%Call input_disabled(DTCS2,8,1)%> class="input2">
</td>
</tr>
<tr>
<td align="right" class="tdBottom" nowrap>抄报机关:</td>
<td class="tdBottom" nowrap>
<input type="text" name="CReport_Dept" size="80" maxlength="100" value="<%=mCReport_Dept%>" <%Call input_disabled(DTCS2,8,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,9,1)="1" then%>
<tr>
<td align="right" class="tdBottom" nowrap>收文单位:</td>
<td class="tdBottom" nowrap>
<input type="text" name="Receive_Dept" size="80" maxlength="100" value="<%=mReceive_Dept%>" <%Call input_disabled(DTCS2,9,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,10,1)="1" then%>
<tr class="tdBottom">
<td align="right" valign="top" class="tdBottom" nowrap>附注:</td>
<td nowrap><textarea name="Do_Advice" rows="3" cols="81" <%Call input_disabled(DTCS2,10,1)%>><%=mDo_Advice%></textarea></td>
</tr>
<%
end if
if mid(dtcs1,11,1)="1" then%>
<tr>
<td align=right class="tdBottom" nowrap> 拟制人:</td>
<td class="tdBottom" nowrap>
<input type=text name=NiziMan value="<%=mNiziMan%>" <%Call input_disabled(DTCS2,11,1)%> class="input2">
拟制日期:<input type=text name=NiziDate value="<%=mNiziDate%>" <%Call input_disabled(DTCS2,11,1)%> class="input2">
拟制部门:<input type=text name=NiziDept value="<%=mNiziDept%>" <%Call input_disabled(DTCS2,11,1)%> class="input2">
</td>
</tr>
<%
end if
if mid(dtcs1,12,1)="1" then%>
<tr>
<td align=right class="tdBottom" nowrap>签发人:</td>
<td class="tdBottom" nowrap>
<input type=text name=Sign_Man value="<%=mSign_Man%>" <%Call input_disabled(DTCS2,12,1)%>>
签发日期:<input type=text name=Sign_Date value="<%=mSign_Date%>" <%Call input_disabled(DTCS2,12,1)%>>
</td>
</tr>
<%
end if
if mid(dtcs1,13,1)="1" then%>
<tr>
<td align=right class="tdBottom" nowrap>登记人:</td>
<td class="tdBottom" nowrap>
<input type=text name=Registration_Man value="<%=mRegistration_Man%>" <%Call input_disabled(DTCS2,13,1)%>>
登记日期:<input type=text name=Registration_Date value="<%=mRegistration_Date%>" <%Call input_disabled(DTCS2,13,1)%>>
</td>
</tr>
<%
end if
if FJZT="1" or FJZT="2" then%>
<tr class="noprint">
<td colspan=2 align="center" class="tdBottom" valign="top" nowrap>
<fieldset style="width:98%" align="center"> <legend>相关附件 <%if fjzt="2" then%>[<img src="../images/icon_close.gif" align="absmiddle"> <a href='javascript:WindowOpen("FileUpForm.asp?infoid=<%=mRecordID%>")'>添加附件</a>]<%end if%></legend>
<iframe id="Accessory" src="Document_Accessory.asp?infoid=<%=mRecordID%>&fjzt=<%=FJZT%>" frameBorder="0" width="100%" height="70" marginHeight="0" marginWidth="0" scrolling="auto"></iframe>
</td>
</tr>
<%end if%>
<tr class="noprint">
<td colspan=2 height=100% class="tdBottom">
<table border=0 cellspacing='0' cellpadding='0' width='100%' height='100%'>
<tr>
<td height="28">
<iframe id="toolbar" src="../inc/toolbar.asp?Status=<%=mEditType%>&Type=<%=mFileType%>&DYZWBB=<%=DYZWBB%>" frameBorder="0" width="100%" height="28" marginHeight="0" marginWidth="0" scrolling="no"></iframe>
</td>
</tr>
<tr>
<td colspan=2 height=630>
<OBJECT id="WebOffice" width="100%" height="100%" classid="clsid:23739A7E-5741-4D1C-88D5-D50B18F7C347" codebase="<%=mClientUrl%>"></OBJECT>
</td>
</tr>
<tr>
<td bgcolor=menu height='20'>
<div id=StatusBar>状态栏</div>
</td>
</tr>
</table>
</td>
</tr>
<tr class="noprint">
<td colspan=2 height=100% class="tdBottom">
<input type=button value=" 退出 " onclick="window.close()" class=td3>
</td>
</tr>
</table>
</form>
</body>
</html>
<%'释放对象变量
<!--#include file="../inc/conn_close.asp"-->
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -