<%@ Assembly Name="Microsoft.SharePoint.ApplicationPages, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> <%@ Page Language="C#" DynamicMasterPageFile="~masterurl/default.master" Inherits="Microsoft.SharePoint.ApplicationPages.SettingsPage" EnableViewState="false" EnableViewStateMac="false" %> <%@ Import Namespace="Microsoft.SharePoint.ApplicationPages" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="wssawc" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register TagPrefix="wssuc" TagName="LinkSection" src="~/_controltemplates/LinkSection.ascx" %>
<% string externalPath = SPMobileUtility.GenerateExternalUri(new Uri(siteUrl)); if (!String.IsNullOrEmpty(externalPath)) { if (!externalPath.EndsWith("/", StringComparison.InvariantCulture)) { externalPath += "/"; } %> <% } %> <% if (!String.IsNullOrEmpty(externalPath)) { %> <% } %>

:<% string siteUrl = Web.Url + "/"; SPHttpUtility.HtmlEncode(siteUrl,Response.Output);%>
: <% SPHttpUtility.HtmlEncode(externalPath,Response.Output); %>
: <% string mobilePath = SPMobileUtility.AppendMobileQueryString(siteUrl, true); SPHttpUtility.HtmlEncode(mobilePath,Response.Output); %>
: <% string mobileExternalPath = SPMobileUtility.AppendMobileQueryString(externalPath, true); SPHttpUtility.HtmlEncode(mobileExternalPath,Response.Output); %>
<% string columnDivStyle = GetResourceString("multipages_direction_left_align_value"); %>
<% string externalPath = SPMobileUtility.GenerateExternalUri(new Uri(siteUrl)); if (!String.IsNullOrEmpty(externalPath)) { if (!externalPath.EndsWith("/", StringComparison.InvariantCulture)) { externalPath += "/"; } %> <% } %> <% if (!String.IsNullOrEmpty(externalPath)) { %> <% } %>

:
<% SPHttpUtility.HtmlEncode(siteUrl,Response.Output);%>
:
<% SPHttpUtility.HtmlEncode(externalPath,Response.Output); %>
:
<% SPHttpUtility.HtmlEncode(mobilePath,Response.Output); %>
:
<% SPHttpUtility.HtmlEncode(mobileExternalPath,Response.Output); %>
<%@ Register TagPrefix="wssuc" TagName="TopNavBar" src="~/_controltemplates/TopNavBar.ascx" %>