📄 default.ascx
字号:
<%@ Register TagPrefix="HDLabBBS" Namespace="HDLab.BBS.Controls" Assembly="HDLabBBS" %>
<%@ Import Namespace="HDLab.BBS" %>
<HDLabBBS:HDLabHeader ID="MyHDLabHeader" runat="server" SkinFileName="_Header.ascx" />
<form id="HDLabForm" runat="server">
<HDLabBBS:HDLabTop ID="MyHDLabTop" runat="server" SkinFileName="_Top.ascx" />
<div class="divwidth" style="height:66px;line-height: 20px">
<div style="float: left; width: 50%; text-align: left;">
<div><span class="bluefont">Welcome to <% = InfoContext.ForumName %>!</span> <span class="grayfont">今天是<script type="text/javascript" src="<% = SkinEngine.Current.JsDirectory %>ShowDate.js"></script></span></div>
<div style="height:20px;"><HDLabBBS:HDLabShowSms id="MyHDLabShowSms" Runat="server" HaveNew="msg_new_bar.gif" NoNew="msg_no_new_bar.gif" /></div>
<div><img src="<% = SkinEngine.Current.ImageDirectory %>ling.gif" width="17" height="15" alt="论坛公告" title="论坛公告" />论坛公告:<HDLabBBS:HDLabShowNotice id="MyHDLabShowNotice" Runat="server" /></div>
</div>
<div style="float: right; height: 66px;text-align: right">
<div>欢迎新会员:<a href = "ShowUser.aspx?UserName=<% = InfoContext.LastUser %>"><span class="redfont"><strong><% = InfoContext.LastUser %></strong></span></a> (<a href="TopList.aspx?Orders=2">More.</a>)<img src="<% = SkinEngine.Current.ImageDirectory %>new_f.gif" width="13" height="13" alt="欢迎新会员" title="欢迎新会员" /></div>
<div>注册会员:<strong><% = InfoContext.UserCount %></strong>位 , 主题总数:<strong><% = InfoContext.TopicCount %></strong>, 帖子总数:<strong><% = InfoContext.PostCount %></strong></div>
<div>今日发贴:<span class="redfont"><strong><% = InfoContext.TodayCount %></strong></span>, 昨日发贴:<strong><% = InfoContext.YesterdayCount %></strong>, 最高日发贴:<strong><% = InfoContext.MaxPostCount %></strong></div>
</div>
</div>
<HDLabBBS:HDLabLogin ID="MyHDLabLogin" runat="server" SkinFileName="_QuickLogin.ascx" ControlType="Quick" />
<HDLabBBS:HDLabForumGroups ID="MyHDLabForumGroups" runat="server" SkinFileName="_ForumGroups.ascx" />
<div class="titlebar" style="text-indent: 3px; text-align: left;">-=> 友情论坛</div>
<div class="listborder4">
<HDLabBBS:HDLabLink id="MyHDLabLink" Runat="server" />
</div>
<br />
<div class="titlebar" style="text-indent: 3px; text-align: left;"> -=> 用户来访信息</div>
<div class="listborder3" style="text-align: left; text-indent: 3px"><HDLabBBS:HDLabBrowser id="MyHDLabBrowser" Runat="server" /></div>
<div class="titlebar" style="text-indent: 3px; text-align: left;"> -=> 论坛在线统计</div>
<div class="listborder4" style="text-align: left; text-indent: 3px">
<div><HDLabBBS:HDLabOnline id="MyHDLabOnline" Runat="server" /></div>
<div><HDLabBBS:HDLabSystemInfo id="MySystemInfo" Runat="server" /></div>
<div>[<span id="OnlineShowStr"><a href="Online.aspx?action=1&ForumID=0" target="OnlineHiddenFrame">显示详细列表</a></span>][<a href="ForumStat.aspx?Action=online">查看在线用户位置</a>]</div>
<div><span id="OnlineTR" style="DISPLAY: none"></span></div><br />
</div>
<div class="divwidth" style="background-image: url(<% = SkinEngine.Current.ImageDirectory %>co_bg.jpg);height: 70px">
<div style="height: 30px"></div>
<div style="float: left; text-align:left;">
<div><span class="bluefont"><a href="<% = InfoContext.Contact %>" target="_blank">联系我们</a></span>
| <a href="TopList.aspx?Orders=5"><span class="grayfont">管理团队</span></a>
| <a href="Search.aspx?stype=3&pSearch=0&nSearch=0"><span class="grayfont">查看新帖</span></a>
| <a href="Search.aspx?stype=4&pSearch=0&nSearch=0"><span class="grayfont">热门话题</span></a>
| <a href="ShowTopic.aspx?Orders=1"><font class="grayfont">发帖排行</font></a>
| <a href="TopList.aspx?Orders=4"><font class="grayfont">用户列表</font></a></div>
<div>论坛成立于<span class="bluefont"><strong><% = InfoContext.CreateDate %></strong></span>;今日:<span class="redfont"><strong><% = InfoContext.TodayCount %></strong></span>;主题:<strong><% = InfoContext.TopicCount %></strong>;帖子:<strong><% = InfoContext.PostCount %></strong></div>
</div>
<div style="float: right"><img src="<% = SkinEngine.Current.ImageDirectory %>NoNew.gif" alt="没有新的帖子" title="没有新的帖子" />没有新的帖子<img src="<% = SkinEngine.Current.ImageDirectory %>HaveNew.gif" alt="有新的帖子" title="有新的帖子" />有新的帖子<img src="<% = SkinEngine.Current.ImageDirectory %>ForumLocked.gif" alt="被锁定的论坛" title="被锁定的论坛" />被锁定的论坛</div>
</div>
<hr />
</form>
<HDLabBBS:HDLabFooter ID="MyHDLabFooter" runat="server" SkinFileName="_Footer.ascx" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -