📄 masterpage2.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
<!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 style="text-align: center; vertical-align: top;">
<form id="form1" runat="server">
<div>
<br />
<table style="background-image: url(igm/rightFrame.gif); width: 800px; height: 533px" id="TABLE1" onclick="return TABLE1_onclick()">
<tr>
<td colspan="3" style="height: 148px; text-align: left;">
<br />
</td>
</tr>
<tr>
<td style="width: 53px; height: 447px; text-align: left">
</td>
<td style="vertical-align: top; width: 71px; text-align: left; height: 447px; color: red;">
<br />
<asp:TreeView ID="TreeView1" runat="server" Width="101px" ImageSet="Arrows" Height="200px" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
<Nodes>
<asp:TreeNode NavigateUrl="~/stu/stu.aspx" Text="个人信息" Value="个人信息"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/stu/pas_change.aspx" Text="修改密码" Value="修改密码"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/stu/cour_infor.aspx" Text="所选课程" Value="所选课程"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/stu/cour_choose.aspx" Text="选课操作" Value="选课操作"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/stu/score.aspx" Text="查询成绩" Value="查询成绩"></asp:TreeNode>
<asp:TreeNode Text="退出系统" Value="退出系统"></asp:TreeNode>
</Nodes>
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
VerticalPadding="0px" ForeColor="#5555DD" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Red" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</td>
<td style="width: 500px; vertical-align: top; height: 447px; text-align: center;">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server" />
</td>
</tr>
<tr>
</tr>
<tr>
<td colspan="3" style="height: 1px; font-size: 15px; color: red; font-style: normal; font-family: 华文行楷;">
<br />
Copyright 2008 武汉软件工程职业学院计算机应用工程系(版权所有)All Right Reserved<br />
学院地址:武汉市东湖新技术开发区关凤路特1号 邮编:430205,<a href="http://www.cnzz.cn" target="_blank" title="中国站长">download from cnzz.cn</a>
<br />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -