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

📄 browseweekrep.asp

📁 功能齐全的oa网络办公源码asp+acce
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<title>修改总结</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<% dim mystr,weekrepRs,rscount
  mystr="select * from [weekrep] where weekrepKey="&request("weekrepKey")
   set weekrepRs=server.CreateObject("adodb.recordset")
   weekrepRs.open mystr,cnSQL,1,1   
   rscount=weekrepRs.recordcount    
 %>
  <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><div align="center"><strong>修改工作总结 </strong></div></td>
              </tr>
              <tr> 
                <td height="223"><div align="center"> 
                    <%if rscount>0 then
				       response.Write(weekrepRs("sumcontent"))
					end if 
				   %>
                  </div></td>
              </tr>
              <tr> 
                <td> <div align="center"></div>
                  <div align="center"> 
                    <% if request("action")="person" then %>
                    <a href="weekrep.Asp?action=<%=request("person")%>&myyear=<%=request("yearvalue")%>&mymonth=<%=request("monvalue") %>"> 
                    <% else %><a href="stafweekrep.Asp?action=<%=request("person")%>&myyear=<%=request("yearvalue")%>&mymonth=<%=request("monvalue") %>">
                    <% 					       
				   end if 
				%>
                    返回</a></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>
</body>
</html>

⌨️ 快捷键说明

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