?? forumstat.asp
字號(hào):
<!--#include file="up.asp"--><br><br>
<div align='center'>
<center><table border=0 cellpadding=0 cellspacing=0 style='border-collapse: collapse' bordercolor=#111111 width=98% ><tr>
<td bgcolor=<%=c1%> width=100% background=pic/<%=sp%>3.gif height=23> <img border=0 src=pic/fl.gif> <font color=#FFFFFF><b>帖 子 統(tǒng) 計(jì) 圖 例</b></font></td></tr></table>
</center>
</div>
<%tietotal=myconn.execute("select count(*)from bbs"&totable&" where type<>5")(0)
response.write"<table cellpadding=6 cellspacing=0 width=98% align=center border=1 style='border-collapse: collapse' bordercolor='"&c1&"'><tr><th width='22%'>版面名稱</th><th width='64%'>圖形比例</th><th width='8%'>總帖數(shù)</th></tr>"
set fen=myconn.execute("select bdname,bn from bdinfo where key<>'0'")
do while not fen.eof
tie=myconn.execute("select count(*)from bbs"&totable&" where type<>5 and bd="&fen("bn")&"")(0)
chang=cint(tie/tietotal*450)
response.write"<tr><td align=center>"&fen("bdname")&"</td><td><img src=img/bar2.gif width="&chang&" height=10></td><td align=center><font color=red>"&tie&"</font></td></tr>"
set tie=nothing
fen.movenext
loop
set fen=nothing
response.write"<tr><td><font color=red><center>全站統(tǒng)計(jì)</center></font></td><td><img src=img/bar1.gif width=450 height=10></td><td align=center>"&tietotal&"</table>"
%><br><hr color=<%=c1%> size=1 width=98%>
<!--#include file="down.asp"-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -