?? masterpage.master
字號(hào):
?<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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>無標(biāo)題頁(yè)</title>
</head>
<body>
<form id="form1" runat="server">
<div align="center" style="position: static">
<table style="position: static; width: 506px; height: 308px;">
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td style="width: 41px; height: 20px;">
</td>
<td colspan="2" style="width: 639px; height: 20px;" align="right">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="Smaller" OnClick="LinkButton1_Click">返回登錄頁(yè)</asp:LinkButton></td>
</tr>
<tr>
<td style="width: 41px; height: 297px;" valign="top" align="right">
<asp:TreeView ID="TreeView1" runat="server" ImageSet="Contacts" NodeIndent="10">
<ParentNodeStyle Font-Bold="True" ForeColor="#5555DD" />
<HoverNodeStyle Font-Underline="False" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
<asp:SiteMapDataSource ID="TeacherSiteMap" runat="server" SiteMapProvider="TeacherSiteMap" />
<asp:SiteMapDataSource ID="StudentSiteMap" runat="server" SiteMapProvider="StudentSiteMap" />
<asp:SiteMapDataSource ID="DeptAdminSiteMap" runat="server" SiteMapProvider="DeptAdminSiteMap" /><asp:SiteMapDataSource ID="AdminSiteMap" runat="server" SiteMapProvider="AdminSiteMap" EnableViewState="False" />
</td>
<td colspan="2" valign="top" style="width: 639px; height: 297px;" align="left">
<asp:contentplaceholder id="cphMain" runat="server">
</asp:contentplaceholder>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -