📄 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 runat="server">
<title>红旗汽车修理厂—物资流通管理系统</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #B3B3B3;
}
body,td,th {
font-size: 12px;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form id="form1" runat="server">
<div>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="92" valign="top" background="images/top_bg.gif"><table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="53"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="46%" align="left"><img src="images/top_name.gif" width="331" height="53" /></td>
<td width="54%" align="right"><img src="images/top_r.gif" width="400" height="53" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="39"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="images/log.gif" width="59" height="39" /></td>
<td style="width: 350px">
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>您好,欢迎使用本系统!今天是
<asp:Label ID="Label2" runat="server" ForeColor="Red"></asp:Label>
日
<asp:Label ID="Label3" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#daedfe"><asp:contentplaceholder id="Counts" runat="server"></asp:contentplaceholder></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="58" background="images/foot_bg.gif" valign="top" class="Copy"><div align="center"><br />© 2007-2008 红旗汽车修理厂 Power By AL <a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</div></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -