📄 index_body.asp
字号:
<%
sub index_body()
%>
<table width="<%=tablewidth%>" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td valign="top" width="205">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="118" bgcolor="#FFFFFF" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td align="center" class="newshead" height="20" bgcolor="#F5F5F5">
Welcome to CICHINA<span lang="en-us">.com</span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" class="chinese" height="16"> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" class="chinese" height="61">
<font color="#666666">日记数目:<span class="newshead"><%=diarycount%></span>篇,新闻数目:<span class="newshead"><%=newscount%></span>篇<br>
酷站数目:<span class="newshead"><%=coolsitescount%></span>个,链接数目:<span class="newshead"><%=friendlinkcount%></span>个<br>
文章数目:<span class="newshead"><%=articlecount%></span>篇,文件数目:<span class="newshead"><%=softcount%></span>个</font></td>
</tr>
<!--#include file="online.asp"-->
<tr>
<td bgcolor="#FFFFFF" align="center" class="chinese" height="16">
<font color="#666666">当前在线:<span class="newshead"><%=total%></span>人</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" class="chinese" height="43">
<font color="#666666">峰值在<span class="newshead"><%=online_topdate%></span><br>
曾经有<span class="newshead"><%=online_topnum%></span>人在线</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" class="chinese" height="9">
</td>
</tr>
</table>
<%call index_vote()%>
<%call index_coolsites()%>
<%call index_flink()%>
</td>
<td width="1" background="images/dotlinev.gif"></td>
<td width="554" valign="top">
<%call index_diary()%>
<%call index_news()%>
<%call index_article()%>
<%call index_soft()%>
</td>
</tr>
<tr>
<td height="2" background="images/dotlineh.gif" colspan=3></td>
</tr>
</table>
<%
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -