?? masterpage.master
字號:
?<%--文件名:MasterPage.master--%>
<%@ 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 id="Head1" runat="server">
<title>歡迎使用華安紙業商品銷售管理系統</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 532px; height: 270px">
<tr>
<td rowspan="2" style="width: 57px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/HuaAnLogo.JPG" Height="29px" Width="70px" /></td>
<td colspan="2" rowspan="2" style="width: 82px" align="center">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True" Font-Size="XX-Large"
Width="398px">華安紙業商品銷售管理系統</asp:HyperLink></td>
<td style="width: 129px; font-family: 宋體; font-size: 0.8em; color: black; background-color: white;">
當前操作用戶</td>
</tr>
<tr>
<td style="width: 129px; height: 8px; font-size: 0.8em; font-family: 宋體; color: black; background-color: white;" align="center">
<asp:Label ID="Label3" runat="server" ForeColor="Green"></asp:Label></td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
<asp:Menu ID="Menu1" runat="server" BackColor="DarkTurquoise" BorderStyle="Outset"
DataSourceID="SiteMapDataSource1" DynamicHorizontalOffset="2" Font-Names="宋體"
Font-Size="Small" ForeColor="Honeydew" Orientation="Horizontal" StaticDisplayLevels="2"
StaticSubMenuIndent="5px">
<StaticMenuItemStyle BackColor="DeepSkyBlue" BorderStyle="Solid" HorizontalPadding="5px"
VerticalPadding="2px" />
<DynamicHoverStyle BackColor="Violet" BorderStyle="Groove" ForeColor="Red" />
<DynamicMenuStyle BackColor="Peru" BorderStyle="Groove" />
<StaticSelectedStyle BackColor="#FF8000" BorderStyle="Outset" />
<DynamicSelectedStyle BackColor="#C04000" />
<DynamicMenuItemStyle BackColor="Olive" BorderStyle="Outset" HorizontalPadding="5px"
VerticalPadding="2px" />
<StaticHoverStyle BackColor="#00C000" BorderStyle="Outset" ForeColor="White" />
<StaticMenuStyle BackColor="WhiteSmoke" />
</asp:Menu>
</td>
</tr>
<tr>
<td colspan="4" style="height:28px; display: inline; float: right;" align="left">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
<asp:Image ID="Image2" runat="server" ImageUrl="~/Images/BottomLine.JPG" Width="561px" /></td>
</tr>
<tr>
<td colspan="4" style="height: 10px" align="center">
<asp:Label ID="Label1" runat="server" Font-Size="Small" Text="版權所有(2007-2010):重慶華安紙業有限公司 地址:重慶長壽上東街76號 電話:023-40251988"
Width="533px"></asp:Label></td>
</tr>
<tr>
<td colspan="4" align="center">
<asp:Label ID="Label2" runat="server" Text="網站設計:羅斌 聯系電話:023-40405690 電子信箱:binluobin@163.com" Width="413px" Font-Size="Small"></asp:Label></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -