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

📄 s_managelist.jsp

📁 参照saas-oa写的一个oa系统的框架
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html; charset=gb2312" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> OA 系统</title>
<link href="<%=request.getContextPath()%>/css/oa.css" rel="stylesheet" type="text/css">
<link href="<%=request.getContextPath()%>/css/layout.css" rel="stylesheet" type="text/css">
<LINK href="<%=request.getContextPath()%>/gw_css/css.css" type="text/css" rel="stylesheet">
<style type="text/css">
<!--
.style1 {font-family: "Courier New", Courier, mono}
.style2 {color: #FF0000}
-->
</style>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/AlicnTree.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=request.getContextPath()%>/css/AlicnTree.css" type="text/css" />
</head>


<body>


 <div class="header"></div>


<table align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="2">
        <%@include file="../../xtop.jsp"%>
    </td>
  </tr>
  <tr>
    <td width="168" valign="top">
	   
	<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:5px;">
      <tr>
        <td><div class="sidebariconone"><%@include file="../../xoa_left.jsp" %></div></td></tr>
    </table></td>
    <td width="832" valign="top">
	<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:5px;">
  <tr>
    <td>

<br>



<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR class=main_title>
    <TD height=23>&nbsp;&nbsp;<B>公文管理</B>--&gt;<B>发文管理--&gt;发文管理列表</B></TD>
  </TR></TBODY></TABLE>
<TABLE class=tab_back>
  <TBODY>
  <TR>
    <TD>
      <TABLE height=25 cellSpacing=0 cellPadding=0 border=0>
        <TBODY>
        <TR align=middle>
          <TD width=5>&nbsp;</TD>
          <TD class=tab_left>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom><SPAN 
            style="BACKGROUND-COLOR: #b0cdfc"><A  href="<%=request.getContextPath()%>/gw/send/s_manageList.jsp">发文管理</A>
            </SPAN></TD>
          <TD class=tab_middle>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom> 
           <A  href="<%=request.getContextPath()%>/gw/send/s_pigeonholeList.jsp">归档管理</A>   
          </TD>
          <TD class=tab_middle>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom> 
           <A  href="<%=request.getContextPath()%>/gw/send/s_performanceList.jsp">绩效查询</A>
          </TD>
          <TD class=tab_right 
  vAlign=bottom>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!--  列表工具条上 2004-04-28 -->
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR class=toptr2>
    <TD>
      <TABLE class=msglistcntrl id=msglistcntrl cellSpacing=0 cellPadding=3 
      width="100%" border=0>
        <FORM name=form1 action=manage_list.jsp method=post>
        <TBODY>
        <TR>
          <TD><INPUT class="sbttn" value="删除" onClick="javaScript:goFormUrlConfirm(formList,'manage_control.jsp?ACTION=DELETE','删除将不能恢复,是否继续?')" type=button name=del></TD>
          <TD noWrap><SELECT class=search id=searchField size=1 
            name=searchField> <OPTION value="" selected>--查找--</OPTION> 
              <OPTION value=WZNGDW>拟稿单位</OPTION> <OPTION 
              value=WZNGRY>拟稿人</OPTION> <OPTION value=WZMJ>密级</OPTION> <OPTION 
              value=WZHJ>缓急</OPTION> <OPTION value=WZBT>标题</OPTION> <OPTION 
              value=WZSJ>拟稿时间</OPTION></SELECT> <INPUT class=search id=searchKey 
            maxLength=12 name=searchKey>
              <SCRIPT language=Javascript>
    // 查询
    function  CheckSearch(theForm)
    {
        if (theForm.searchField.value == "")
        {
            alert ("请选择查询字段!");
            theForm.searchField.focus();
            return false;
        }
        if (theForm.searchKey.value == "")
        {
            alert ("请输入查询内容!");
            theForm.searchKey.focus();
            return false;
        }
        theForm.action="manage_list.jsp?page=1";
        theForm.target="_self";
        theForm.submit();
    }
</SCRIPT>             <input class="sbttn" value="查询" onClick=CheckSearch(this.form) type=button name=B22></TD>
          </TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
<!--  列表数据区 2004-04-28 --><!--  列表数据区 2004-04-28
      /share/page/page_hidden.jsp  放分页,查询等hidden
      selectField,selectValue     放列表查询的值,主要是针对按栏目分类
-->
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#d4d0c8 border=0>
  <FORM name=formList action=manage_list.jsp method=post>
  <TBODY>
  <TR class=toptr><!--查询信息--><INPUT type=hidden name=searchField> <INPUT 
    type=hidden name=searchKey> <!--分页信息--><INPUT type=hidden value=0 name=page> 
<!--动作信息--><INPUT type=hidden name=ACTION>
    <SCRIPT language=Javascript>
    function  goUrl(url) {
        document.formPage.action = url;
        document.formPage.submit();
    }

    function goUrlConfirm(url,msg) {
        if (confirm(msg)) {
            document.formPage.action = url;
            document.formPage.submit();
        } else {
            ////////////需要在这里加入控制光标形状的代码
        }
    }

    function  goFormUrl(theForm, url) {
        theForm.action = url;
        theForm.submit();
    }

    function goFormUrlConfirm(theForm, url, msg) {
        if (confirm(msg)) {
            theForm.action = url;
            theForm.submit();
        } else {
            ////////////需要在这里加入控制光标形状的代码
        }
    }
    // 全选
    function CheckAll(theForm) {
       for (var i=0;i<theForm.elements.length;i++) {
           var e = theForm.elements[i];
           if (e.name != "checkall") {
               e.checked = theForm.checkall.checked;
           }
       }
    }
    //打开新窗口的函数
    function toUrl(url) {
        if  (window.closed)
                window.open(url,"","width=600,height=500,top="+(screen.availHeight-500)/2+",left="+(screen.availWidth-600)/2,resizable=true,scrollbars=true,menubar=true);
        else
        {
                window.close();
                window.open(url,"","width=600,height=500,top="+(screen.availHeight-500)/2+",left="+(screen.availWidth-600)/2,resizable=true,scrollbars=true,menubar=true);
        }

    }
</SCRIPT>
     <INPUT type=hidden name=""> 
    <TD align=middle width="5%"><INPUT onclick=CheckAll(this.form) type=checkbox 
      value=1 name=checkall> </TD>
    <TD width="10%"><A 
      href="javascript:goFormUrl(formList,'manage_list.jsp?sortOrder=1&amp;sortField=WZNGDW')">拟稿单位 
      </A></TD>
    <TD width="15%"><A 
      href="javascript:goFormUrl(formList,'manage_list.jsp?sortOrder=1&amp;sortField=WZNGRY')">拟稿人 
      </A></TD>
    <TD width="20%"><A 
      href="javascript:goFormUrl(formList,'manage_list.jsp?sortOrder=1&amp;sortField=WZBT')">标题 
      </A></TD>
    <TD width="30%">待办人员</TD>
    <TD width="10%">状态</TD>
    <TD width="10%">
      <P align=center>操作</P></TD></TR><!--值-->
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=218 name=C_ID> </TD>
    <TD>办公室</TD>
    <TD>test9</TD>
    <TD>xsss</TD>
    <TD>test9 &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,218);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=218&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=213 name=C_ID> </TD>
    <TD>系统管理</TD>
    <TD>test5</TD>
    <TD>财务公文</TD>
    <TD>分管常委 &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,213);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=213&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=212 name=C_ID> </TD>
    <TD>财务部</TD>
    <TD>test4</TD>
    <TD>sss</TD>
    <TD>分管常委 &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,212);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=212&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=211 name=C_ID> </TD>
    <TD>财务部</TD>
    <TD>test4</TD>
    <TD>ddd</TD>
    <TD>分管常委 &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,211);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=211&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=210 name=C_ID> </TD>
    <TD>系统管理</TD>
    <TD>test1(BOM)</TD>
    <TD>ddddddd</TD>
    <TD>test3(总经理) &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,210);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=210&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=208 name=C_ID> </TD>
    <TD>系统管理</TD>
    <TD>test1(BOM)</TD>
    <TD>1</TD>
    <TD>ky7 tong youngcool yyy &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,208);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=208&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD align=middle><INPUT disabled type=checkbox value=205 name=C_ID> </TD>
    <TD>系统管理</TD>
    <TD>test3(总经理)</TD>
    <TD>tttttttttttttttt</TD>
    <TD>test3(总经理) &nbsp;</TD>
    <TD>办理中</TD><!--按纽-->
    <TD><A href="javascript:FunView(0,205);">查看</A> <A 
      href="javascript:goFormUrlConfirm(formList,'manage_control.jsp?WZID=205&amp;ACTION=CUIBAN','确定要发送催办信息?')">催办</A> 
    </TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">

⌨️ 快捷键说明

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