⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_templateedit.ascx

📁 good code for bbs develop with java and mysql
💻 ASCX
📖 第 1 页 / 共 2 页
字号:
<%@ Import Namespace="DXBBS.Components"%>
<%@ Control Language="C#" AutoEventWireup="true"%>
<div class="BodyBlock Middle">
    <div class="Header TC PTB5 Hidden">当前模板:<asp:Label ID="TemplateName" Font-Bold="true" ForeColor="red" runat="server" /></div>
    <div class="Hidden" style="width:98%;margin:5px auto">
        <div style="width:100%">
            <div class="Title TC PTB5 Hidden">前台文件</div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=MasterPage.ascx">前台母板<br />&nbsp;MasterPage.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Header.ascx">论坛顶部<br />&nbsp;Header.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Footer.ascx">论坛底部<br />&nbsp;Footer.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Frame.ascx">分栏模式<br />&nbsp;Frame.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Left.ascx">分栏模式左侧<br />&nbsp;Left.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Index.ascx">论坛首页<br />&nbsp;Index.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Board.ascx">主题列表<br />&nbsp;Board.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Topic.ascx">帖子内容<br />&nbsp;Topic.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Register.ascx">用户注册<br />&nbsp;Register.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Login.ascx">用户登录<br />&nbsp;Login.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=ControlPanel.ascx">用户中心<br />&nbsp;ControlPanel.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=ForgetPassword.ascx">忘记密码<br />&nbsp;ForgetPassword.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Members.ascx">用户列表<br />&nbsp;Members.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=UserOnline.ascx">在线列表<br />&nbsp;UserOnline.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=TopicEdit.ascx">版面帖子管理<br />&nbsp;TopicEdit.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=BoardNews.ascx">版面公告管理<br />&nbsp;BoardNews.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=BoardLog.ascx">版面日志管理<br />&nbsp;BoardLog.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=ForumTopic.ascx">全局主题列表<br />&nbsp;ForumTopic.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Post.ascx">发表主题<br />&nbsp;Post.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Reply.ascx">发表回复<br />&nbsp;Reply.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=PostEdit.ascx">帖子编辑<br />&nbsp;PostEdit.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=VoteView.ascx">查看投票<br />&nbsp;VoteView.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=SendMessage.ascx">发送短信息<br />&nbsp;SendMessage.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=MessageView.ascx">阅读短信息<br />&nbsp;MessageView.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=NewsView.ascx">阅读公告<br />&nbsp;NewsView.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Information.ascx">信息提示<br />&nbsp;Information.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Search.ascx">论坛搜索<br />&nbsp;Search.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Team.ascx">圈子<br />&nbsp;Team.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=Upload.ascx">上传文件<br />&nbsp;Upload.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=UploadFace.ascx">上传头像<br />&nbsp;UploadFace.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=UserFace.ascx">用户头像选择<br />&nbsp;UserFace.ascx</a></div>
            </div>
        </div>
        <div style="width:100%">
            <div class="Title TC PTB5">前台子控件</div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/BoardMaster.ascx">版主控件<br />&nbsp;BoardMaster.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/BoardRepeater.ascx">版面列表控件<br />&nbsp;BoardRepeater.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/BoardRule.ascx">版面规则控件<br />&nbsp;BoardRule.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/ForumNews.ascx">论坛公告控件<br />&nbsp;ForumNews.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/ForumOnline.ascx">首页在线列表控件<br />&nbsp;ForumOnline.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/ForumPager.ascx">分页控件<br />&nbsp;ForumPager.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/GroupList.ascx">专题控件<br />&nbsp;GroupList.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/IsOnline.ascx">在线状态控件<br />&nbsp;IsOnline.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/LoginForm.ascx">首页登录框控件<br />&nbsp;LoginForm.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/MessageBox.ascx">未读信息控件<br />&nbsp;MessageBox.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/PhotoLink.ascx">图片友情链接控件<br />&nbsp;PhotoLink.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/TextLink.ascx">文件友情链接控件<br />&nbsp;TextLink.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/Possition.ascx">论坛位置控件<br />&nbsp;Possition.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/PostEditMenu.ascx">帖子管理功能按钮控件<br />&nbsp;PostEditMenu.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/ShowVote.ascx">显示投票控件<br />&nbsp;ShowVote.ascx</a></div>
            </div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/UserPanel.ascx">用户资料控件<br />&nbsp;UserPanel.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=controls/UserSign.ascx">用户签名档控件<br />&nbsp;UserSign.ascx</a></div>
            </div>
        </div>
        <div style="width:100%">
            <div class="Title TC PTB5">后台文件</div>
            <div class="Hidden">
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=AdminMasterPage.ascx">后台母板<br />&nbsp;AdminMasterPage.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=admin/Admin_Index.ascx">后面首页<br />&nbsp;Admin_Index.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=admin/Admin_Left.ascx">后台左侧<br />&nbsp;Admin_Left.ascx</a></div>
                <div class="Left BR BB PTB5" style="width:20%">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=admin/Admin_Right.ascx">后台右侧<br />&nbsp;Admin_Right.ascx</a></div>
                <div class="Left BB PTB5" style="width:20%;margin-right:-4px">&nbsp;<a href="Admin_TemplatePage.aspx?ID=<%= Requests.GetIntQueryString("ID") %>&FileName=admin/Admin_OK.ascx">成功提示信息<br />&nbsp;Admin_OK.ascx</a></div>
            </div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -