zoukankan      html  css  js  c++  java
  • [ASP.NET]书店后台开发-模板页

    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="admin.master.cs" Inherits="Admin_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>
        <asp:ContentPlaceHolder id="head" runat="server">
        </asp:ContentPlaceHolder>
         <style type="text/css">
            <!--
            body {
                background-image: url(../Images/di-admini2.gif);
                background-repeat: no-repeat;
            }
            #Layer5 {
                position:absolute;
                left:22px;
                top:87px;
                144px;
                height:21px;
                z-index:1;
            }
            .STYLE1 {
                font-family: "宋体";
                font-size: 12px;
                color: #FFFFFF;
            }
            a:link {
                color: #000000;
            }
            a:visited {
                color: #000099;
            }
            a:hover {
                color: #000000;
            }
            a:active {
                color: #000000;
            }
            #Layer6 {
                position:absolute;
                left:22px;
                top:120px;
                145px;
                height:281px;
                z-index:2;
            }
            #Layer8 {
                position:absolute;
                left:228px;
                top:91px;
                520px;
                height:16px;
                z-index:4;
            }
            .STYLE3 {font-family: "宋体"; font-size: 12px; font-weight: bold; }
            #Layer19 {
                position:absolute;
                left:7px;
                top:9px;
                156px;
                height:59px;
                z-index:14;
            }
            #Layer20 {
                position:absolute;
                left:210px;
                top:113px;
                736px;
                height:606px;
                z-index:15;
            }
            -->
       </style>
    </head>
    <body>
        <form id="form1" runat="server">
        <div id="Layer5">
          <div align="right" class="STYLE1">管理员,您好!</div>
        </div>
        <div id="Layer6" style="font-size:small">
          
        </div>
        <div id="Layer20">
        </div>
        <div id="Layer8">
          <div class="STYLE3" id="__breadcrumb">
                    您现在的位置: 
          </div>
        </div>
        <div id="Layer19"><img src="../Images/touming.gif" width="126" height="61" border="0" usemap="#Map" />
        <map name="Map" id="Map"><area shape="rect" coords="4,2,113,56" href="首页.html" />
        </map></div>         
        </form>
    </body>
    </html>
  • 相关阅读:
    Java常用的7大排序算法汇总
    swift 内存管理,WEAK 和 UNOWNED
    Java关键字final、static使用总结
    Swift对面向对象提供了良好的支持,下面介绍几个其独有的特性。
    如何自己动手实现 KVO(转)
    Method Swizzling 和 AOP 实践(转)
    Objective-C Runtime(转)
    在多线程中进行UI操作
    iOS 详解NSXMLParser方法解析XML数据方法
    用一张日落照片估算出地球的半径
  • 原文地址:https://www.cnblogs.com/Wzqa/p/3318995.html
Copyright © 2011-2022 走看看