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

📄 mywork.asp

📁 网络办公系统源码
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../config.asp"-->
<!--#include file="../checklogin.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../img/css1.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px
}
.style1 {color: #FFFFFF}
-->
</style>
</head>
<body>

<table width="99%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#F2F2F2">
  <tr bgcolor="#CC6633">
    <td width="85" height="25" colspan="5" align="center"><span class="style1"><strong>任务导航</strong></span></td>
  </tr>
  <tr>
    <td colspan="5" align="center">&nbsp;</td>
  </tr>
  <tr>
    <td height="25" colspan="5" align="center" class="table2"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="28%" height="150" align="center" valign="middle"><br>
            <img src="../img/Osx12.jpg" width="128" height="128"><br>
            <br>
        </td>
        <td width="72%" align="left"><table width="55%"  border="0" cellspacing="2" cellpadding="0">
            <tr align="center">
              <td width="42%" height="25" align="left"><input name="Submit" type="button" class="bon" value="代办任务" onClick="window.location.href='work_daiban.asp'"></td>
              <td width="58%" height="25" align="left">&nbsp;</td>
            </tr>
            <tr align="center">
              <td height="25" align="left"><input name="Submit22" type="button" class="bon" value="所有任务" onClick="window.location.href='allwork.asp'"></td>
              <td height="25" align="left">&nbsp;</td>
            </tr>
            <tr align="center">
              <td height="25" align="left">
                <input name="Submit3" type="button" class="bon" value="安排新任务" onClick="window.location.href='work_addnew.asp'"></td>
              <td height="25" align="left">&nbsp;</td>
            </tr>
            <tr align="center">
              <td height="25" align="left"><input name="Submit32" type="button" class="bon" value="我安排的任务" onClick="window.location.href='work_mywork.asp'"></td>
              <td height="25" align="left">&nbsp;</td>
            </tr>
            <tr align="center">
              <td height="25" align="left"><input name="Submit2" type="button" class="bon" value="查看已完成任务" onClick="window.location.href='work_havend.asp'"></td>
              <td height="25" align="left">&nbsp;</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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