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

📄 generaluser.master

📁 新闻管理后台源码,包括添加,删除,修改新闻
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="GeneralUser.master.cs" Inherits="GeneralUser" %>

<!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() {

}

function DIV1_onclick() {

}

//-->
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="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: 882px; width: 68px; position: absolute;
        top: 138px; height: 16px"><a href=javascript:window.close()>安全退出</a>
        </div>
    <div style="z-index: 102; left: 778px; width: 62px; position: absolute; top: 138px;
        height: 18px">
        <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="12px" PostBackUrl="~/newsfabu.aspx">首页</asp:LinkButton></div>
  <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr> 
      <td height="9" valign="top" style="width: 999px"><img src="images/page_01.jpg" width="1000" height="9"></td>
    </tr>
    <tr> 
      <td valign="top" style="height: 148px; width: 999px;">
          <asp:Image ID="Image3" runat="server" ImageUrl="~/images/head(thelast).png" />
      </td>
    </tr>
    <tr> 
     <td valign="top" style="height: 340px; text-align: justify; width: 999px;"><!--DWLayoutEmptyCell-->
         <table style="width: 997px">
             <tr>
                 <td align="left" rowspan="3" style="width: 41px; height: 322px" valign="top">
                     <asp:TreeView ID="TreeView1" runat="server" Font-Italic="False" Font-Names="宋体"
                         Font-Size="12px" Height="329px" ImageSet="Contacts" Width="158px" 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="~/newsfabu.aspx"></asp:TreeNode>
                                 <asp:TreeNode Text="新闻管理" Value="新闻管理" NavigateUrl="~/newsmanage.aspx"></asp:TreeNode>
                             </asp:TreeNode>
                             <asp:TreeNode Text="后台资料" Value="后台资料">
                                 <asp:TreeNode NavigateUrl="~/houtaiziliao.aspx" Text="网站配置" Value="网站配置"></asp:TreeNode>
                                 <asp:TreeNode NavigateUrl="~/todaytext.aspx" Text="今日文章" Value="今日文章"></asp:TreeNode>
                                 <asp:TreeNode NavigateUrl="~/monthTotal.aspx" Text="分月统计" Value="分月统计"></asp:TreeNode>
                                 <asp:TreeNode NavigateUrl="~/Password.aspx" Text="密码修改" Value="密码修改"></asp:TreeNode>
                             </asp:TreeNode>
                             <asp:TreeNode Text="使用帮助" Value="使用帮助">
                                 <asp:TreeNode Text="查看帮助" Value="查看帮助" NavigateUrl="~/help.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: 1142px; height: 322px" valign="top">
                     <table>
                         <tr>
                             <td style="width: 838px; height: 1px">
                                 <asp:Image ID="Image2" runat="server" ImageUrl="~/images/ddd.png" Width="826px" /></td>
                         </tr>
                         <tr>
                             <td style="width: 838px; height: 300px">
                                 <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                                 </asp:ContentPlaceHolder>
                             </td>
                         </tr>
                     </table>
                 </td>
             </tr>
             <tr>
             </tr>
             <tr>
             </tr>
         </table>
         <asp:Image ID="Image1" runat="server" ImageUrl="~/images/page_16.png" /></table>
         </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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