?? browseweekrep.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> </p>
<p> </p>
<div align="center"> </div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -