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

62 lines
4.1 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 - Moile 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>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</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">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</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 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><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Commonoperations/Commonoperations.ascx" /></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/4130_mob_docs_open_create_files.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4131_mob_docs_share_files/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>
</li>
</ul>
</div>