📄 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.gif" 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">51aspx工资管理系统</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):重庆某公司 地址:重庆**号 电话:023-1234588"
Width="533px"></asp:Label></td>
</tr>
<tr>
<td colspan="4" align="center">
<asp:Label ID="Label2" runat="server" Text="作者:罗斌 联系电话:023-1234588 电子信箱:binluobin@163.com" Width="413px" Font-Size="Small"></asp:Label><a href="http://www.51aspx.com/CV/StaffSalaryManage" target="_blank" title="Asp.net源码下载专业站">51aspx.com</a>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -