zoukankan      html  css  js  c++  java
  • SharePoint母版页

    <%@ Page language="C#"

    Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full"

    meta:progid="SharePoint.WebPartPage.Document" %>

    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

     

    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitle" runat="server">

    <SharePoint:FieldValue id="PageTitle" FieldName="Title" runat="server"/>

    </asp:Content>

     

    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server">

    </asp:Content>

    <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></asp:Content>

    <asp:Content ContentPlaceHolderId="PlaceHolderTitleBreadcrumb" runat="server"/>

    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">

    <style>

    TD.ms-titleareaframe, .ms-pagetitleareaframe {

        height: 10px;

    }

    Div.ms-titleareaframe {

        height: 100%;

    }

    .ms-pagetitleareaframe table {

        background: none;

        height: 10px;

    }

    </style>

    </asp:Content>

     

    <asp:Content ContentPlaceHolderId="PlaceHolderBodyAreaClass" runat="server">

    <style type="text/css">

    .ms-bodyareaframe {

        padding: 0px;

    }

    </style>

    </asp:Content>

     

    <asp:Content ContentPlaceHolderID="PlaceHolderMain" runat="server">

    <table style="padding-top:0px;" border="0" cellpadding="0" cellspacing="0" ID="OuterZoneTable" width="100%">

         <tr>

         <td class="ms-pagebreadcrumb" colspan="2">

            <asp:SiteMapPath ID="ContentMap" Runat="server" SiteMapProvider="CurrentNavSiteMapProviderNoEncode" RenderCurrentNodeAsLink="false" SkipLinkText="" NodeStyle-CssClass="ms-sitemapdirectional"/>

         </td>

         </tr>

        <tr ID="OuterRow">

            <td ID="OuterLeftCell" style="padding-left:10px;" width="80%" valign="top">

                 <table class="floatLeft">

                 <tr>

                    <td valign="top">

                        <PublishingWebControls:RichImageField id="ImageField" FieldName="PublishingPageImage" runat="server"/>

                    </td>

                    <td class="caption">

                        <PublishingWebControls:RichHtmlField id="Content" FieldName="PublishingPageContent" runat="server"/>

                    </td>

                 </tr>

             </table>

                <table border="0" cellpadding="0" cellspacing="0" ID="ZoneTable" width="100%">

                    <tr ID="TopRow" style="padding-top: 6px;padding-right: 6px;padding-left:6px;padding-bottom: 18px;">

                        <td valign="top" ID="TopCell" width="100%" colspan="3">

                            <WebPartPages:WebPartZone runat="server" AllowPersonalization="false" FrameType="TitleBarOnly" ID="TopZone"

    Title="<%$Resources:sps,LayoutPageZone_TopZone%>" Orientation="Vertical"

    QuickAdd-GroupNames="Default" QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>

                        </td>

                    </tr>

                    <tr ID="MiddleRow" style="padding-top: 6px;padding-right: 6px;padding-left:6px;padding-bottom:0px;">

                        <td valign="top" ID="MiddleLeftCell" width="100%" style="padding-top: 6px;padding-right: 6px;padding-left:6px;padding-bottom: 6px;">

                            <WebPartPages:WebPartZone runat="server" AllowPersonalization="false" FrameType="TitleBarOnly" ID="MiddleLeftZone"

    Title="<%$Resources:sps,LayoutPageZone_MiddleLeftZone%>" Orientation="Vertical"

    QuickAdd-GroupNames="Default" QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>&nbsp;

                        </td>

                        <td>&nbsp;</td>

                        <td valign="top" ID="MiddleRightCell" style="padding-top: 6px;padding-right: 6px;padding-left:6px;padding-bottom: 6px;">

    <WebPartPages:WebPartZone runat="server" AllowPersonalization="false" FrameType="TitleBarOnly" ID="MiddleRightZone"

    Title="<%$Resources:sps,LayoutPageZone_MiddleRightZone%>" Orientation="Vertical"

    QuickAdd-GroupNames="Default" QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>&nbsp;

                        </td>

                    </tr>

                    <tr ID="BottomRow" style="padding-top: 0px;padding-right: 6px;padding-left:6px;padding-bottom: 6px;">

                        <td valign="top" ID="BottomCell" width="100%" colspan="3">

                            <WebPartPages:WebPartZone runat="server" AllowPersonalization="false" FrameType="TitleBarOnly" ID="BottomZone"

    Title="<%$Resources:sps,LayoutPageZone_BottomZone%>" Orientation="Vertical"

    QuickAdd-GroupNames="Default" QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>

                        </td>

                    </tr>

                </table>

            </td>

            <td ID="OuterRightCell" style="padding-left:10px;padding-right:10px;" valign="top" height="100%" width="180px;" rowspan="3">

                    <WebPartPages:WebPartZone runat="server" AllowPersonalization="false" FrameType="TitleBarOnly" ID="RightZone"

    Title="<%$Resources:sps,LayoutPageZone_RightZone%>" Orientation="Vertical"

    QuickAdd-GroupNames="Default" QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>

            </td>

        </tr>

    </table>

    </asp:Content>

  • 相关阅读:
    十一、EnterpriseFrameWork框架的分层与系统业务的结合
    十八、【开源】EnterpriseFrameWork框架核心类库之Winform控制器
    进步的起点
    六、EnterpriseFrameWork框架基础功能之权限管理
    十四、EnterpriseFrameWork框架核心类库之简易ORM
    八、EnterpriseFrameWork框架基础功能之自定义报表
    五、利用EnterpriseFrameWork快速开发基于WebServices的接口
    十五、EnterpriseFrameWork框架核心类库之系统启动入口与初始化
    十二、EnterpriseFrameWork框架核心类库之与EntLib结合
    十七、EnterpriseFrameWork框架核心类库之Web控制器
  • 原文地址:https://www.cnblogs.com/captain_ccc/p/1526178.html
Copyright © 2011-2022 走看看