<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
#myhead{
text-align:center;
}
#Image1{
height:115px;
width:1000px;
}
#hengxiang{
height:60px;
width:1000px;
position:relative;
margin-left:167px;
}
#mycontent{
text-align:center;
position:relative;
margin-left:167px;
height:600px;
width:1000px;
}
#vertical{
width:30%;
height:600px;
float:left;
}
#content{
width:70%;
height:600px;
float:right;
}
#copyright{
text-align:center;
position:relative;
margin-left:167px;
height:50px;
width:1000px;
}
</style>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div id="myhead">
<asp:Image ID="Image1" runat="server" ImageUrl="~/photo/1.png" />
</div>
<div id="hengxiang">
<asp:SiteMapPath ID="SiteMapPath1" runat="server">
</asp:SiteMapPath>
</div>
<div id="mycontent">
<div id="vertical">
<asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1">
</asp:TreeView>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
</div>
<div id="content">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
<div id="copyright">
</div>
</form>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
#myhead{
text-align:center;
}
#Image1{
height:115px;
width:1000px;
}
#hengxiang{
height:60px;
width:1000px;
position:relative;
margin-left:167px;
}
#mycontent{
text-align:center;
position:relative;
margin-left:167px;
height:600px;
width:1000px;
}
#vertical{
width:30%;
height:600px;
float:left;
}
#content{
width:70%;
height:600px;
float:right;
}
#copyright{
text-align:center;
position:relative;
margin-left:167px;
height:50px;
width:1000px;
}
</style>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div id="myhead">
<asp:Image ID="Image1" runat="server" ImageUrl="~/photo/1.png" />
</div>
<div id="hengxiang">
<asp:SiteMapPath ID="SiteMapPath1" runat="server">
</asp:SiteMapPath>
</div>
<div id="mycontent">
<div id="vertical">
<asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1">
</asp:TreeView>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
</div>
<div id="content">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
<div id="copyright">
</div>
</form>
</body>
</html>