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

📄 passportmasterpage.master

📁 具有的功能适合于网站的运营和管理
💻 MASTER
字号:
<%@ master language="C#" autoeventwireup="true" inherits="Passport_PassportMasterPage, HoWaveIMSV5.0" %>
<%@ Register Src="UserControls/CopyRight.ascx" TagName="CopyRight" TagPrefix="uc1" %>

<!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/PassportStyleSheet.css" rel="stylesheet" type="text/css" />
<script  type="text/javascript">
function killErrors() {
return true;
}

window.onerror = killErrors;
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
 <div style="width:760px; margin:0 auto;"> 
    <div style=" float:left; height:60px; text-align:right; width:250px"><img src="Images/passport_logo.gif" ></div>
    <div style="width:490px; height:60px;float:right; text-align:right; ">
     <a href="MySpace.aspx">我的空间</a> &nbsp; <asp:Label ID="welcome" runat="server" />&nbsp;<asp:HyperLink ID="login_status" runat="server" />
        <br /><br />         
        <b style="color:#b70000; font-size:13px">通 行 证 在 手,网 络 随 你 游</b></div>
      
  </div>
  <div style="background:#2d5bbb; line-height:2px; width:100% ; clear:both;" >&nbsp;</div>    
  <div style="clear:both"></div>
<div style="width:760px;margin:0 auto;">
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
</div>
      <div style="width:760px;margin:0 auto;">
         <div style="float:left; width:100px;padding-top:30px; text-align: right;"></div>
         <div style="float:left; width:550px;height:104px; text-align: center;">
             <br />
             <br />
             <uc1:CopyRight ID="CopyRight1" runat="server" />
         </div>
         <div style="float:right;width:115px;padding-top:30px;"></div>
      </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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