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

68 lines
4.6 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Mobile Apps Documents for iOS";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Mobile Apps Documents for iOS.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>User Guides</h1>
<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0022_mob_docs/0022_mob_docs.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Documents for iOS</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>The <b>Documents</b> app for iOS allows you to access the files stored in your ONLYOFFICE account on your mobile device, view and edit existing text documents, spreadsheets and presentations, create new ones and organize them as well as connect third-party cloud storages. You can edit documents collaboratively with other portal users or work on your files offline.</p>
</div>
<div class="contents" style="display: none">
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/index.aspx")%>">ONLYOFFICE Documents app for iOS</a></h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/5333_mobapps_changelog/5333_mobapps_changelog.ascx" /></li>
<li><h6>Getting Started</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4107_mob_docs_overview/4107_mob_docs_overview.ascx" /></li>
</ul>
</li>
<li><h6><asp:Literal runat="server" Text="<%$ Resources:Resource, CommonOpersForIOS %>" /></h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4108_mob_docs_common_operations/4108_mob_docs_common_operations.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4130_mob_docs_open_create_files.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4131_mob_docs_share_files.ascx" /></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><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4107_mob_docs_overview/4107_mob_docs_overview.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/document-editor/index.aspx")%>">Document Editor for iOS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/spreadsheet-editor/index.aspx")%>">Spreadsheet Editor for iOS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/presentation-editor/index.aspx")%>">Presentation Editor for iOS</a></li>
</ul>
</li>
</ul>
</div>