⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 masterpage.master

📁 网上销售订单管理系统借助现代信息技术和管理理论
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<%@ Register Src="Control/Top.ascx" TagName="Top" TagPrefix="uc1" %>
<%@ Register Src="Control/Left.ascx" TagName="Left" TagPrefix="uc2" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head  runat="server">
<title>销售订单管理系统</title>
<style type="text/css">
body
 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF
 }
 .LeftBigTB
 {
   width:167px; height:100%; background-image:url(Images/main_06.gif);vertical-align:top
 }
</style>
<link rel="stylesheet" type="text/css" href="css/css.css" />
</head>
<body >
    <form id="form_master" runat="server">
    
<table border="0" cellpadding="0" cellspacing="0" style="width:1003px; height:110px;">
	<tr>
		<td  style="width:1003px; height:94px;" >
            <uc1:Top ID="Top1" runat="server" />
		</td>
	</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"  style="width:1003px; height:100%">
	<tr>
		<td class="LeftBigTB">
            <uc2:Left ID="Left1" runat="server" />
		</td>
		<td style="width:832px; vertical-align:top">
<div style="text-align:center; vertical-align:top">
    &nbsp;<table border="0" cellpadding="0" cellspacing="0" style="width:780px; height:34px; background-image:url(images/biao_bg.gif)" >
				<tr>
					<td style="width:12px;"> </td>
					<td style="width:768px; text-align:left; vertical-align:middle">
					      
					 <asp:contentplaceholder id="ContentPlaceHolder_title" runat="server">
                     </asp:contentplaceholder>
                     
					</td>
				</tr>
			</table>
           <table border="0" cellpadding="0" cellspacing="0"  style=" width:780px;border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-color:#CCCCCC" >
				<tr>
					<td style="width:780px; height:30px; vertical-align:top"> </td>
				</tr>
				<tr>
					<td style="width:780px; height:30px; vertical-align:top"> 
        <asp:contentplaceholder id="ContentPlaceHolder_Pages" runat="server">
        </asp:contentplaceholder>
					</td>
				</tr>
			</table>
		</div>
		
		</td>
	</tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -