📄 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>
<link href="css/style.css" type="text/css" rel="stylesheet"/>
<!--字体大小和顏色可以改变,其余不要改变-->
<style id="JoustStyles" type="text/css">
<!--
.node A:link { color: #FFF; text-decoration: none; }
.node A:visited { color: #FFF; text-decoration: none; }
.node A:active { color: #005BB7; text-decoration: none; }
.node A:hover { color: #FFF; text-decoration: none; }
-->
</style>
</head>
<body>
<form id="form1" runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div style="border-bottom:solid 1px #666;">
<table style="width:100%;">
<tr >
<td style="width: 211px; height: 42px;" ><img id="img" src="../images/logo.gif" alt=""/></td>
<td style="font-family:黑体;font-size:33px;font-weight:bold; width: 389px; height: 42px;"> 客户关系管理系统</td>
<td align="right" style="font-size:12px; width: 27%; height: 42px;" valign="bottom">当前用户:<asp:Label runat="server" ID="name" ></asp:Label>(<asp:Label runat="server" ID="role"></asp:Label>)<asp:LinkButton runat="server" ID="exit" Text="退出系统" OnClick="exit_Click"></asp:LinkButton> </td>
</tr>
</table>
</div><div style="width:905px;">
<div style="width:177px; height:514px; background-color:#0066cc; float:left;" ID="menuBottom">
<asp:TreeView ID="TreeView1" runat="server" Height="418px" Style="left: 15px; position: relative;
top: 11px" Width="143px" ExpandDepth="1" Font-Names="宋体" Font-Size="13px" ForeColor="White" ShowLines="True" CssClass="node">
</asp:TreeView>
</div>
<div style=" float:left; width:725px; height: 512px;">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div></div><hr style="width: 899px" />
<div style="width:905px; float:left; text-align:right;">© 2008 北大青鸟APTECH(涞水慧仁)授权培训中心 Y272班 第7组,<a href="http://www.51aspx.com/CV/APTechCRM" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -