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

📄 manager.master

📁 新闻管理后台源码,包括添加,删除,修改新闻
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Manager.master.cs" Inherits="Manager" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>新闻发布系统</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

    <script language="JavaScript" type="text/JavaScript">
<!--



function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
    </script>

    <script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function IMG1_onclick() {

}

//-->
    </script>

</head>
<body bgcolor="#FFFFFF" left="0" top="0" width="0" height="0">
<EMBED style="LEFT:0px; POSITION: absolute; TOP:17px" align="center" 
 src="images/top.swf" width="1024" height="170"
type="application/x-shockwave-flash" ; quality="high" wmode="transparent">
    <form id="form1" runat="server">
        <div align="center">
            <div style="font-size: 12px; z-index: 101; left: 891px; width: 73px; position: absolute;
                top: 152px; height: 18px">
               <a href=javascript:window.close()> 安全退出</a></div>
            <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
                <!--DWLayoutTable-->
                <tr>
                    <td width="1000" height="9" valign="top">
                        <img src="images/page_01.jpg" width="1000" height="9"></td>
                </tr>
                <tr>
                    <td valign="top" style="height: 154px">
                        <asp:Image ID="Image2" runat="server" ImageUrl="~/images/head(thelast).png" />
                        <div style="z-index: 102; left: 777px; width: 62px; position: absolute; top: 153px;
                            height: 18px">
                            <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="12px" PostBackUrl="~/AddUser.aspx">首页</asp:LinkButton></div>
                    </td>
                </tr>
                <tr>
                    <td width="199" valign="top" style="height: 343px; text-align: justify">
                        <!--DWLayoutEmptyCell-->
                        <table style="width: 997px">
                            <tr>
                                <td align="left" rowspan="3" style="width: 290px; height: 322px" valign="top">
                                    <asp:TreeView ID="TreeView1" runat="server" Font-Italic="False" Font-Names="宋体" Font-Size="12px"
                                        Height="318px" ImageSet="Contacts" Width="154px" NodeIndent="10">
                                        <ParentNodeStyle Font-Bold="True" ForeColor="#5555DD" />
                                        <HoverNodeStyle Font-Underline="False" />
                                        <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" />
                                        <Nodes>
                                            <asp:TreeNode Text="管理员管理" Value="管理员管理">
                                                <asp:TreeNode Text="添加用户" Value="添加用户" NavigateUrl="~/AddUser.aspx"></asp:TreeNode>
                                                <asp:TreeNode Text="管理用户" Value="管理用户" NavigateUrl="~/usermanager.aspx"></asp:TreeNode>
                                            </asp:TreeNode>
                                            <asp:TreeNode Text="分类管理" Value="分类管理">
                                                <asp:TreeNode Text="添加栏目" Value="添加栏目" NavigateUrl="~/Addlanmu.aspx"></asp:TreeNode>
                                                <asp:TreeNode Text="栏目管理" Value="栏目管理" NavigateUrl="~/lanmuManager.aspx"></asp:TreeNode>
                                                <asp:TreeNode Text="添加类别" Value="添加类别" NavigateUrl="~/Addleibie.aspx"></asp:TreeNode>
                                                <asp:TreeNode Text="类别管理" Value="类别管理" NavigateUrl="~/liebieManage.aspx"></asp:TreeNode>
                                            </asp:TreeNode>
                                            <asp:TreeNode Text="  管理日志" Value="  管理日志" NavigateUrl="~/rizhiMangage.aspx">
                                                <asp:TreeNode Text="日志管理" Value="日志管理" NavigateUrl="~/rizhiMangage.aspx"></asp:TreeNode>
                                            </asp:TreeNode>
                                        </Nodes>
                                        <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
                                            NodeSpacing="0px" VerticalPadding="0px" />
                                    </asp:TreeView>
                                </td>
                                <td colspan="2" rowspan="3" style="width: 1148px; height: 322px" valign="top">
                                    <table>
                                        <tr>
                                            <td style="width: 838px; height: 1px">
                                                <asp:Image ID="Image1" runat="server" ImageUrl="~/images/ddd.png" Width="824px" /></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 838px; height: 300px">
                                                <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                                                </asp:ContentPlaceHolder>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                        <asp:Image ID="Image3" runat="server" ImageUrl="~/images/page_16.png" />
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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