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

📄 systemdefault.aspx

📁 课程设计时使用的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SystemDefault.aspx.cs" Inherits="SystemDefault" %>

<!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 runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
      <table width="980"  border="0" align="center" cellpadding="0" cellspacing="0" style="height: 450px">
  <tr>
    <td width="230" rowspan="2" background="images/back_01.jpg" align=center valign=top>
        <table width="95%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td style="height: 100px">&nbsp;</td>
        </tr>
      <tr>
        <td style="height: 56px">&nbsp;<asp:TreeView ID="TreeView1" runat="server" ImageSet="Inbox">
                <ParentNodeStyle Font-Bold="False" />
                <HoverNodeStyle Font-Underline="True" />
                <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" />
                <Nodes>
                    <asp:TreeNode Text="部门信息" Value="部门信息">
                        <asp:TreeNode Text="新建部门" Value="新建部门" NavigateUrl="~/ManageInfoPages/AddDept.aspx" Target="MainFrame"></asp:TreeNode>
                        <asp:TreeNode Text="信息编辑" Value="信息编辑"></asp:TreeNode>
                    </asp:TreeNode>
                </Nodes>
                <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
                    NodeSpacing="0px" VerticalPadding="0px" />
            </asp:TreeView>
        </td>
        </tr>
    </table>
    </td>
    <td background="images/back_02.jpg" style="width: 719px; height: 100px">&nbsp;</td>
  </tr>
  <tr >
    <td background="images/back_03.jpg" style="height:507px; width:800px;" align=center>
     <table width="95%"  border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td>  <iframe id="MainFrame"  name ="MainFrame" width=600 frameborder=0 height=400></iframe>
        </td>
      </tr>
    </table>
   </td>
  </tr>
</table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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