docmenu.htm

来自「全方面的OA管理程序代码」· HTM 代码 · 共 111 行

HTM
111
字号
<!--#include file="../inc/Secure.htm"-->
<!--#include file="../inc/conn.htm"-->
<!--#include file="../inc/SelfRights.htm"-->
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../CSS/main.css">
</HEAD>
<%
LoginID=trim(session("LoginID"))
if LoginID="" then LoginID=0
%>
<BODY BGCOLOR="#FFFFFF" leftmargin=5 marginwidth=0>
<table width="125" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td><img src="../images/bar_dzgw.gif" width="125" height="34"></td>
  </tr>
  <tr> 
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" background="../images/bar_bg.gif">
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Main.htm" target="DocMain">待办任务</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/NewDoc.htm" target="DocMain">新建发文单</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/NewDoc2.htm" target="DocMain">新建收文单</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Doc_Press.htm" target="DocMain">公文催办</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Doc_Supervise.htm" target="DocMain">流程监控</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Doc_dispense.htm" target="DocMain">公文分发</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right">
          <td height="27">
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Doc_pigeonhole.htm" target="DocMain">公文归档</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr align="right"> 
          <td height="27"> 
            <table width="75%" border="0" cellspacing="1" cellpadding="0">
              <tr> 
                <td width="10"><img src="../images/arrow.gif" width="4" height="18"></td>
                <td><a href="../Document/Doc_old.htm" target="DocMain">已归档公文</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td><img src="../images/bar_bottom.gif" width="125" height="11"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

</BODY>
</HTML>
<!--#include file="../inc/conn_close.htm"-->

⌨️ 快捷键说明

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