⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fileselect.vm

📁 负责公文的传输及一些处理功能
💻 VM
字号:
<html>
<head>
<title>文种选择</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/csslib/style.css">
<script language="JavaScript" src='$request.getContextPath()/jslib/dagl.js'></script>
<script language="JavaScript">
function init(){
  parent.parent.topMenu.location = "$request.getContextPath()/root/topmenu.vm";
}
function pageStatus(val){
  if(val.substring(0,1) == "0"){
    return "1";
  }else{
    return "0";
  }
}
function createPage(num){
  location = "$request.getContextPath()/senddoc/fileselect.vm";
}
function xz(val){
  form1.type.value=val;
  //alert(form1.type.value);
}
function create(){
  var docKind=form1.type.value;
  location="$request.getContextPath()/sendDocAction.do?method=getEditDoc&docKind="+docKind;
}
function reset(){
}
</script>
<body onload="init()">
<center>
<form method="post" name="form1">
<input type="hidden" name="type" value="0">
<table align=center width=100% height=90% border=0>
 <tr>
   <td>
     <table align="center" valign=middle width="320px" border="1" cellpadding="0" cellspacing="0" bordercolordark="white" bordercolorlight="black">
       <tr height=38 bgcolor="#DDE9FD" align="center">
          <td nowrap colspan=4 ><font color=black size=2><b>【 文 种 选 择 】</b></font></td>
       </tr>
       <tr height=85>
         <td colspan=4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;请您选择文种:
            <!--select name=cxfs onchange="xz(this.value)" style="width: 100; height: 51; font-size:9pt"  >
              <option value="0">正式公文</option>
              <option value="1">其它</option>
            </select-->
			<input type="radio" name="radio1" value="0" onclick="xz(this.value)" style="border:#D4D0C8" checked>正式公文
			<input type="radio" name="radio1" value="1" onclick="xz(this.value)" style="border:#D4D0C8">其它文种
         </td>
       </tr>
       <tr bgcolor="#DDE9FD" height=45>
         <td colspan=4 align=center>
           <button onclick="create();" accesskey="S">确定(S)</button>&nbsp;&nbsp;&nbsp;
           <!--button onclick="reset();">重&nbsp;&nbsp;置</button-->
         </td>
       </tr>
     </table>
   </td>
 </tr>
</table>
</form>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -