📄 _manager.ascx
字号:
<%@ Register TagPrefix="HDLabBBS" NameSpace="HDLab.BBS.Controls" Assembly="HDLabBBS" %>
<div class="titlebar">欢迎进入前台管理中心</div>
<div class="listborder5" style="height: 25px; font-weight:bold;">
管理选项:
<a href="Notice.aspx?ForumID=<%=Request.QueryString["ForumID"]%>&Action=Add">发布公告</a>
| <a href="Notice.aspx?ForumID=<%=Request.QueryString["ForumID"]%>">管理公告</a>
<asp:Label Runat="server" ID="ForumMasterShow">
| <a href="Manager.aspx?Action=Edit&ForumID={$ForumID$}">基本信息管理</a>
| <a href="Manager.aspx?Action=Batch&ForumID={$ForumID$}">批量管理帖子</a>
</asp:Label>
| <a href="Manager.aspx?Action=Set&ForumID=<%=Request.QueryString["ForumID"]%>">分版广告管理</a>
| <a href="Manager.aspx?Action=FindUser">用户管理</a>
</div>
<br />
<div class="titlebar" style="height:25px;">《 基本信息栏 》</div>
<div class="listborder5" style="height:25px;"><asp:Literal ID="ForumName" Runat="server"></asp:Literal></div>
<div class="listborder1" style="text-indent:5px; height:25px;">
<div class="listbody1_r" style="width: 80px;"><span class="redfont"><asp:Literal ID="PostNum" Runat="server"></asp:Literal></span></div>
<div class="listbody2_r" style="width: 110px;">帖子总数:</div>
<div class="listbody1_r" style="width: 80px;"><span class="redfont"><asp:Literal ID="TopicNum" Runat="server"></asp:Literal></span></div>
<div class="listbody2_r" style="width: 110px;">主题总数:</div>
<div class="listbody1_r" style="width: 80px;"><span class="redfont"><asp:Literal ID="TodayPost" Runat="server"></asp:Literal></span></div>
<div class="listbody2_r" style="width: 110px;">今日新帖:</div>
<div class="listbody2_l" style="width: 110px;">管理成员:</div>
<div class="listbody1_l"><asp:Literal ID="ForumMaster" Runat="server"></asp:Literal></div>
</div>
<div class="listborder4" style="height:25px ;text-indent:5px; text-align:left;">
<strong>注意:</strong>各个版面版主可以在自己版面自由发布公告和版面设置,管理员可以在所有版面发布,并对信息进行管理操作。
</div>
<br />
<div class="titlebar" style="text-align:left; text-indent:5px; background-image:none; overflow:hidden; ">注意:本页面为版主专用,使用前请看上边相对应的功能是否打开,在进行管理设置的时候,不要随意更改设置,如需更改,必须填写完整或者正确的填写<br /></div>
<br />
<HDLabBBS:HDLabEditForum id="MyHDLabEditForum" Runat="server" SkinFileName="_EditForum.ascx" />
<HDLabBBS:HDLabAds id="MyHDLabAds" Runat="server" SkinFileName="_Ads.ascx" />
<HDLabBBS:HDLabUserListTitle id="MyHDLabUserListTitle" Runat="server" SkinFileName="_UserListTitle.ascx" />
<HDLabBBS:HDLabUserSearch id="MyHDLabUserSearch" Runat="server" SkinFileName="_UserSearch.ascx" />
<HDLabBBS:HDLabUserList id="MyHDLabUserList" Runat="server" SkinFileName="_UserList.ascx" ControlName="HDLabUserList" />
<HDLabBBS:HDLabBatchTopic id="MyHDLabBatchTopic" Runat="server" SkinFileName="_BatchTopic.ascx" ControlName="HDLabBatchTopic" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -