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

📄 addweekrep.asp

📁 为我们公司使用的oa系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="CP_ACP"%>
<html>
<head>
<title>添加工作总结</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<form name="form1" method="post" action="addweekrepresult.Asp">
    <input name="userinfkey" type="hidden" id="userinfkey" value="<%=request("usrinfkey") %>">
    <input name="yearvalue" type="hidden" id="yearvalue" value="<%=request("yearvalue") %>">
    <input name="monvalue" type="hidden" id="monvalue" value="<%=request("monvalue") %>">
    <input name="sumorder" type="hidden" id="sumorder" value="<%=request("sumorder") %>">
  <input name="action" type="hidden" value="<%=request("action") %>">
  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr> 
      <td height=68> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="68">
          <tr> 
            <td width=64><img border="0" src="images/j1.gif" width="64" height="68"></td>
            <td background="images/j2.gif" width="100%" height="68" align=center> 
            </td>
            <td width="60" height="68"><img border="0" src="images/j3.gif" width="60" height="68"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td valign=top> <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr> 
            <td background="images/j4.gif" width=18 height=280></td>
            <td valign=top height=280><table width="75%" border="1" align="center" bordercolor="#00CCFF">
                <tr> 
                  <td width="23%"><div align="center"><strong>添加工作总结 </strong></div></td>
                </tr>
                <tr> 
                  <td><div align="center"> 
                      <textarea name="content" cols="60" rows="12" id="textarea2"></textarea>
                    </div></td>
                </tr>
                <tr> 
                  <td><div align="center"> 
                      <input type="submit" name="Submit" value="增  加">
                      <% if request("action")="person" then %>
					       <a href="weekrep.Asp?myyear=<%=request("yearvalue")%>&mymonth=<%=request("monvalue") %>"> 返回</a>
					  <% else %>  
					      <a href="stafweekrep.Asp?myyear=<%=request("yearvalue")%>&mymonth=<%=request("monvalue") %>">返回</a>
					  <% 					       
					     end if 
					  %>
						  </div></td>
                </tr>
              </table> </td>
            <td background="images/j5.gif" width=18 height=280></td>
          </tr>
        </table></tr>
    <tr> 
      <td height=19> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="19">
          <tr> 
            <td width=18 height=19><img border="0" src="images/j6.gif" width="18" height="19"></td>
            <td background="images/j7.gif" width=100% height=19></td>
            <td width="18" height="19"><img border="0" src="images/j8.gif" width="18" height="19"></td>
          </tr>
        </table></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp; </p>
  <div align="center"> </div>
</form>
</body>
</html>

⌨️ 快捷键说明

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