helpcenter/Web/Controls/Help/UserGuides/MobileiOS.ascx

107 lines
6.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="video" TagName="avc0022" Src="~/Controls/Help/Video/AllVideoControls/0022_mob_docs.ascx" %>
<%@ Register TagPrefix="link" TagName="ma5333" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/5333_mobapps_changelog.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4107" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4107_mob_docs_overview.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4108" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4108_mob_docs_common_operations.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4130" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4130_mob_docs_open_create_files.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4131" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4131_mob_docs_share_files.ascx" %>
<script runat="server">
string CurCulture2ISOName = System.Threading.Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName;
string LocalizedPageTitle = "",
LocalizedMetaDescription = "",
LocalizedMetaKeyWords = "";
protected override void Init()
{
switch (CurCulture2ISOName)
{
case "en":
default:
LocalizedPageTitle = "UserGuides - Mobile Apps Documents for iOS";
LocalizedMetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Mobile Apps Documents for iOS.";
break;
case "de":
LocalizedPageTitle = "Benutzeranleitungen - Mobile Apps Dokumente für iOS";
LocalizedMetaDescription = "ONLYOFFICE Benutzeranleitungen - ONLYOFFICE Mobile Apps Dokumente für iOS.";
break;
case "fr":
LocalizedPageTitle = "Guides d'utilisateur - Application mobile Documents sur iOS";
LocalizedMetaDescription = "Guides d'utilisateur ONLYOFFICE - ONLYOFFICE Application mobile Documents sur iOS";
break;
case "ru":
LocalizedPageTitle = "Руководства пользователя - Мобильные приложения Документы для iOS";
LocalizedMetaDescription = "ONLYOFFICE Руководства пользователя - ONLYOFFICE Мобильные приложения Документы для iOS.";
break;
}
PageTitle = PageCaption = LocalizedPageTitle;
MetaKeyWords = LocalizedMetaKeyWords;
MetaDescription = LocalizedMetaDescription;
}
//public partial class _Default : BasePage
//{
// protected void Page_Load(object sender, EventArgs e)
// {
// }
//}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1><asp:Literal runat="server" Text="<%$ Resources:Resource, UserGuides %>" /></h1>
<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<video:avc0022 ID="avc1" runat="server" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor"><asp:Literal runat="server" Text="<%$ Resources:Resource, OODocsForIOS %>" /></h2>
<span class="toggler showcont">
<asp:Literal runat="server" Text="<%$ Resources:Resource, ShowDocumentationContents %>" />
</span>
<span class="toggler hidecont" style="display: none">
<asp:Literal runat="server" Text="<%$ Resources:Resource, HideDocumentationContents %>" />
</span>
<div class="described">
<p><asp:Literal runat="server" Text="<%$ Resources:Resource, MobIOSDescribed %>" /></p>
</div>
<div class="contents" style="display: none">
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, OODocsAppForIOS %>" /></a></h2>
<ul>
<li><link:ma5333 ID="ma1" runat="server" /></li>
<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, GettingStarted %>" /></h6>
<ul>
<li><link:ma4107 ID="ma2" runat="server" /></li>
</ul>
</li>
<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, CommonOpersForIOS %>" /></h6>
<ul>
<li><link:ma4108 ID="ma4" runat="server" /></li>
<li><link:ma4130 ID="ma5" runat="server" /></li>
<li><link:ma4131 ID="ma6" runat="server" /></li>
</ul>
</li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobApps/MobDocs/DocumentEditor/DocumentEditorTableOfContents/DocumentEditorTableOfContents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobApps/MobDocs/SpreadsheetEditor/SpreadsheetEditorTableOfContents/SpreadsheetEditorTableOfContents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobApps/MobDocs/PresentationEditor/PresentationEditorTableOfContents/PresentationEditorTableOfContents.ascx" /></li>
</ul>
</div>
<ul>
<li><link:ma4107 ID="ma3" runat="server" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/document-editor/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, DEForIOS %>" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/spreadsheet-editor/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, SEForIOS %>" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/presentation-editor/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, PEForIOS %>" /></a></li>
</ul>
</li>
</ul>
</div>