helpcenter/Web/Controls/Help/Installation/Mobile.ascx

68 lines
4.0 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - Mobile Apps";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE Mobile Apps.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation 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/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0050_digitalocean_oneclick/0050_digitalocean_oneclick.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker/0030_install_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0028_install_communitys_ubuntu/0028_install_communitys_ubuntu.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0027_install_community_windows/0027_install_community_windows.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows/0029_connect_document_windows.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Mobile Apps</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>Learn how to install and update ONLYOFFICE Projects on iOS and ONLYOFFICE Documents on iOS and Android.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li><h6>Installing ONLYOFFICE Projects on iOS</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/overview.aspx")%>">Installing</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/overview.aspx")%>">Updating</a></li>
</ul>
</li>
<li><h6>Installing ONLYOFFICE Documents on iOS</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/overview.aspx")%>">Installing</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/overview.aspx")%>">Updating</a></li>
</ul>
</li>
<li><h6>Installing ONLYOFFICE Documents on Android</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/overview.aspx")%>">Installing</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/overview.aspx")%>">Updating</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>