statistic.ascx
来自「ASP.net网站开发四“酷”全书:新闻、论坛、电子商城、博客_源码」· ASCX 代码 · 共 33 行
ASCX
33 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Statistic.ascx.cs" Inherits="WesternByte.MyBlog.Controls.Statistic" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="251" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<td>
<table border="1" cellpadding="0" cellspacing="0" style="background-color:#FFFFFF;BORDER-RIGHT:#cccccc 1px solid; BORDER-TOP:#cccccc 1px solid; BORDER-LEFT:#cccccc 1px solid; BORDER-BOTTOM:#cccccc 1px solid; BORDER-COLLAPSE:collapse">
<tr height="25" align="center">
<td colspan="2" background="/Images/main/l-bg5.jpg"><font color="#ffff66">统计信息</font></td>
</tr>
<tr>
<td>
<table width="241" border="0" cellpadding="3" cellspacing="1">
<tr>
<td width="50" rowspan="4"></td>
<td>博客 - <asp:Label ID="blogCount" Runat="server" /></td>
</tr>
<tr>
<td>随笔 - <asp:Label ID="essayCount" Runat="server" /></td>
</tr>
<tr>
<td>文章 - <asp:Label ID="articleCount" Runat="server" /></td>
</tr>
<tr>
<td>评论 - <asp:Label ID="feedBackCount" Runat="server" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?