28 lines
1.8 KiB
Plaintext
28 lines
1.8 KiB
Plaintext
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
|
|
<%@ Import Namespace="Microsoft.SharePoint.ApplicationPages" %>
|
|
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
|
|
<%@ Import Namespace="Microsoft.SharePoint" %>
|
|
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Start.aspx.cs" Inherits="Taloyhtio.GeneralApi.MOSS.Start" DynamicMasterPageFile="~masterurl/default.master" %>
|
|
|
|
<asp:Content ID="PageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
|
|
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
|
|
<div style="">
|
|
<asp:HyperLink ID="hplExport" runat="server" Text="<%$ Resources:Export %>"
|
|
NavigateUrl="~/_layouts/15/Taloyhtio/MDb/ExportBoardMembers.ashx" />
|
|
</div>
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="PageTitle" ContentPlaceHolderID="PlaceHolderPageTitle" runat="server">
|
|
<SharePoint:EncodedLiteral ID="Encodedliteral2" runat="server" text="<%$ Resources:Title %>" encodemethod='HtmlEncode' />
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="PageTitleInTitleArea" ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server" >
|
|
<SharePoint:EncodedLiteral ID="Encodedliteral1" runat="server" text="<%$ Resources:Title %>" encodemethod='HtmlEncode' />
|
|
</asp:Content>
|