页面:

 1 <%@ Assembly Name="HP.EUSM.Self-ServiceUpgradeQuota.SPCustomAction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c0bc8231d98f244c" %>
 2 <%@ Assembly Name="Microsoft.SharePoint.ApplicationPages, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
 3 <%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls"
 4     Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
 5 
 6 <%@ Page Language="C#" MasterPageFile="~/_layouts/application.master" Inherits="Microsoft.SharePoint.WebControls.LayoutsPageBase" %>
 7 
 8 <%@ Register TagPrefix="Action" TagName="MainControl" Src="~/_controltemplates/SelfserviceUpgradeQuota/MainControl.ascx" %>
 9 <%@ Register TagPrefix="Action" TagName="Navigator" Src="~/_controltemplates/SelfserviceUpgradeQuota/NavigationBanner.ascx" %>
10 <asp:Content ID="AdditionalPageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead"
11     runat="server">
12     <SharePoint:cssregistration runat="server" name="core.css" />
13     <link rel="stylesheet" type="text/css" href="/_layouts/hp/Styles.css" />
14     <%--<link rel="stylesheet" type="text/css" href="/_layouts/hp/hp.css" />--%>
15     <SharePoint:scriptlink language="javascript" name="core.js" runat="server" />
16 </asp:Content>
17 <asp:Content ID="PageTitle" ContentPlaceHolderID="PlaceHolderPageTitle" runat="server">
18     <SharePoint:encodedliteral runat="server" text="Request more space" encodemethod='HtmlEncode' />
19 </asp:Content>
20 <asp:Content ID="TitleBreadcrumb" ContentPlaceHolderID="PlaceHolderTitleBreadcrumb"
21     runat="server">
22     <Action:Navigator ID="Navigator" runat="server" PageHolderName="Default.aspx" />
23 </asp:Content>
24 <asp:Content ID="PageTitleInTitleArea" ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea"
25     runat="server">
26     <a href="..\settings.aspx">
27         <SharePoint:encodedliteral runat="server" text="Site Settings" encodemethod="HtmlEncode" />
28     </a>&#32;<%--<SharePoint:clustereddirectionalseparatorarrow runat="server" />--%>
29     <SharePoint:encodedliteral runat="server" text="Request more space" encodemethod='HtmlEncode' />
30 </asp:Content>
31 <asp:Content ID="PageDescription" ContentPlaceHolderID="PlaceHolderPageDescription"
32     runat="server">
33     <asp:Label runat="server" ID="lblInfo" Text="This page determines the site collection's eligibility for more space.  Please view<a href='../storman.aspx'><u> storage space allocation</u></a> for more details about the content in this site collection." />
34 </asp:Content>
35 <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
36     <Action:MainControl ID="MainControl" runat="server" />
37 </asp:Content>
View Code

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2021-11-04
  • 2021-05-19
  • 2021-09-13
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2022-03-02
  • 2021-09-14
  • 2022-03-03
  • 2022-01-18
相关资源
相似解决方案