helpcenter/Web/Controls/Help/MobileApps/MobileDocuments/MobileDocuments.ascx
2017-07-18 10:59:11 +03:00

28 lines
1.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 = "ONLYOFFICE Documents for iOS";
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<div class="MainHelpCenter PageGuides MobileApps TableOfContentsPage">
<h1><%= PageTitle%></h1>
<div class="watchvideo_block">
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" /></h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0022_mobile_documents/0022_mobile_documents.ascx" />
</div>
</div>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4107_mobile_documents_overview/4107_mobile_documents_overview.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4108_mobile_documents_common_operations/4108_mobile_documents_common_operations.ascx" /></li>
</ul>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobileApps/MobileDocuments/DocumentEditor/DocumentEditorTableOfContents/DocumentEditorTableOfContents.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobileApps/MobileDocuments/SpreadsheetEditor/SpreadsheetEditorTableOfContents/SpreadsheetEditorTableOfContents.ascx" />
</div>