📄 week.asp
字号:
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" align="center" bgcolor="#E7E7E7">星期二</td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweek3%></td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweekfor3%></td>
<td height="20" bgcolor="#E7E7E7" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek3/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek3/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="19" align="center">星期三</td>
<td height="19" align="center"><%=tweek4%></td>
<td height="19" align="center"><%=tweekfor4%></td>
<td height="19" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek4/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek4/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" align="center" bgcolor="#E7E7E7">星期四</td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweek5%></td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweekfor5%></td>
<td height="20" bgcolor="#E7E7E7" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek5/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek5/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" align="center">星期五</td>
<td height="20" align="center"><%=tweek6%></td>
<td height="20" align="center"><%=tweekfor6%></td>
<td height="20" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek6/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek6/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" align="center" bgcolor="#E7E7E7">星期六</td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweek7%></td>
<td height="20" bgcolor="#E7E7E7" align="center"><%=tweekfor7%></td>
<td height="20" bgcolor="#E7E7E7" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek7/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek7/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" align="center">星期日</td>
<td align="center"><%=tweek1%></td>
<td align="center"><%=tweekfor1%></td>
<td width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%if kwnote="1" then response.write (tweek1/newrssqlweekdm2)*200 else response.write 1 end if%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td>
<%if kwnote="1" then response.write FormatNumber((tweek1/newrssqlweekdm2)*100,1)&"%" else response.write "0%" end if%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><!--#include file=copyright.htm--></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%
conn.close
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -