📄 masterpage.master
字号:
<%@ Master Language="C#" CodeFile="MasterPage.master.cs" Inherits="MasterPage_master" %>
<!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" xml:lang="en" >
<head runat="server">
<title>学生成绩管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="Microsoft Visual Studio, see http://msdn.microsoft.com/vstudio/" />
<meta name="Keywords" content="My Company, time tracker" />
<meta name="Description" content="Log your My Company hours" />
<meta name="copyright" content="Copyright (c) 2004 My Company. All rights reserved." />
<link href="timetracker.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="script.js"> </script>
</head>
<body style="text-align: left">
<form id="form1" runat="server">
<div id="header">
<div id="title">
<h1>
<asp:HyperLink ID="HyperLink1" NavigateUrl="~/Default.aspx" runat="server" Font-Size="Large">教学助手</asp:HyperLink> </h1>
<br />
<asp:HyperLink ID="HyperLink2" runat="server" Font-Bold="True" Font-Italic="False"
Font-Names="Stencil" Font-Overline="False" Font-Size="X-Large" Font-Strikeout="False"
ForeColor="White" NavigateUrl="~/Default.aspx">学生成绩管理</asp:HyperLink></div>
<div id="login" style="width: 185px; height: 1px;" align="left" dir="ltr">
<table style="width: 284px">
<tr>
<td style="height: 14px; width: 170px;">
<asp:LoginView ID="LoginView1" runat="server">
<LoggedInTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
</td>
</tr>
</table>
</LoggedInTemplate>
<RoleGroups>
<asp:RoleGroup Roles="学生">
<ContentTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
您的角色:<asp:Label ID="LabelRoles" runat="server">学生</asp:Label></td>
</tr>
</table>
</ContentTemplate>
</asp:RoleGroup>
<asp:RoleGroup Roles="科任老师">
<ContentTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
您的角色:<asp:Label ID="LabelRoles" runat="server">老师</asp:Label></td>
</tr>
</table>
</ContentTemplate>
</asp:RoleGroup>
<asp:RoleGroup Roles="班主任">
<ContentTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
您的角色:<asp:Label ID="LabelRoles" runat="server">班主任</asp:Label></td>
</tr>
</table>
</ContentTemplate>
</asp:RoleGroup>
<asp:RoleGroup Roles="系主任">
<ContentTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
您的角色:<asp:Label ID="LabelRoles" runat="server">系主任</asp:Label></td>
</tr>
</table>
</ContentTemplate>
</asp:RoleGroup>
<asp:RoleGroup Roles="校长">
<ContentTemplate>
<table style="width: 200px">
<tr>
<td align="left" colspan="2">
欢迎您:<asp:LoginName ID="LoginName1" runat="server" Font-Size="Small" />
</td>
</tr>
<tr>
<td style="height: 14px" align="left" colspan="2">
您的角色:<asp:Label ID="LabelRoles" runat="server">校长</asp:Label></td>
</tr>
</table>
</ContentTemplate>
</asp:RoleGroup>
</RoleGroups>
</asp:LoginView>
</td>
<td style="height: 14px" colspan="2">
<asp:LoginStatus ID="LoginStatus1" runat="server" Height="11px" LoginText="登录" LogoutText="注销" Width="36px" Font-Size="Small" />
</td>
</tr>
</table>
<!--
|
<a href="#">Help</a>
--></div>
</div>
<div class="none">
<a href="#content_start">Skip Repetitive Navigational Links</a></div>
<div id="navtop">
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false" />
<asp:Menu ID="MainMenu" runat="server" Orientation="Horizontal" MaximumDynamicDisplayLevels="2"
DataSourceID="SiteMapDataSource1" DynamicEnableDefaultPopOutImage="False" StaticEnableDefaultPopOutImage="False">
<StaticMenuStyle CssClass="menu" />
<StaticMenuItemStyle CssClass="menuItem" />
<StaticSelectedStyle CssClass="menuSelectedItem" />
<DynamicMenuStyle CssClass="menuPopup" />
<DynamicMenuItemStyle CssClass="menuPopupItem" Font-Strikeout="False" />
<DynamicHoverStyle CssClass="menuPopupItem" />
<StaticHoverStyle CssClass="menuItemHover" />
</asp:Menu>
</div>
<div id=breadcrumb style="font-size: 10pt">
<asp:SiteMapPath ID="SiteMapPath1" runat="server" PathSeparator=" | ">
<RootNodeStyle Font-Bold="True" />
</asp:SiteMapPath>
</div>
<div id="subnav">
<!-- sub navigation items can go in this div here -->
</div>
<div id="body">
<a name="content_start" id="content_start"></a>
<asp:ContentPlaceHolder ID="maincontent" runat="server" OnPreRender="maincontent_PreRender">
</asp:ContentPlaceHolder>
</div>
<span style="color: #ffffff">
<table align="center" style="width: 100%">
<tr>
<td colspan="3" nowrap="nowrap" rowspan="3">
©2005-2006 广东轻工职业技术学院,
Inc. All rights reserved.</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</span>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -