helpcenter/Web/Controls/Help/Desktop/Documents/Documents.ascx
svetlana maleeva 5baa63fd9b Merge branch 'feature/structure' into feature/structure-new
# Conflicts:
#	Web/Controls/Help/ABCIndex/CompleteArticleList.ascx
#	Web/Controls/Help/ArticlesCompleteList/Desktop/100025_pro_features/100025_pro_features.ascx
#	Web/Controls/Help/Server/Docker/Document/DockerInstallation/DockerInstallation.ascx
#	Web/Controls/Help/Server/Docker/Document/DockerInstallation/DockerInstallation.es.ascx
#	Web/Controls/Help/Server/Docker/Document/DockerInstallation/DockerInstallation.ru.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.es.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationEnterprise36/LinuxInstallationEnterprise36.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationEnterprise36/LinuxInstallationEnterprise36.es.ascx
#	Web/Controls/Help/Server/Linux/Document/LinuxInstallationEnterprise36/LinuxInstallationEnterprise36.ru.ascx
#	Web/Controls/Help/Server/Windows/Document/AddThemes/AddThemes.ascx
#	Web/Controls/Help/Server/Windows/Document/AddThemes/AddThemes.ru.ascx
#	Web/Controls/Help/SideMenu/Server/CommunityEdition/CommunityEdition.ascx
#	Web/Controls/Help/Tags/local-server/local-server.ascx
#	Web/Controls/Help/Tags/local-server/local-server.de.ascx
#	Web/Controls/Help/Tags/local-server/local-server.es.ascx
#	Web/Controls/Help/Tags/local-server/local-server.fr.ascx
#	Web/Controls/Help/Tags/local-server/local-server.it.ascx
#	Web/Controls/Help/Tags/local-server/local-server.ru.ascx
#	Web/css/help.less
#	Web/server/docker/opensource/deploy-community-edition-in-digitalocean.aspx
#	Web/server/windows/document/install-office-apps.aspx
2020-09-22 11:00:57 +03:00

61 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 = "Desktop Editors";
MetaKeyWords = "";
MetaDescription = "Desktop Editors documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DesktopEditors/DesktopEditors.ascx" /></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/0037_desktop_editors/0037_desktop_editors.ascx" />
</div>
</div>
<h2>General information</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100012_desktop_changelog/100012_desktop_changelog.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100013_desktop_available_languages/100013_desktop_available_languages.ascx" /></li>
</ul>
<h2>Common operations</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100024_get_started/100024_get_started.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100025_pro_features/100025_pro_features.ascx" /></li>
</ul>
<h2>Connecting to a cloud</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100008_connect_saas/100008_connect_saas.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100026_personal/100026_personal.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100015_connect_enterprise/100015_connect_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100017_connect_nextcloud_owncloud/100017_connect_nextcloud_owncloud.ascx" /></li>
</ul>
<h2>Security</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100023_private_room/100023_private_room.ascx" /> <span class="badge">Paid server version also required</span></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100020_protect_with_password/100020_protect_with_password.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100025_pro_features/100025_pro_features.ascx" /></li>
</ul>
<h2>Troubleshooting</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" /></li>
</ul>
<p class="platform_specific_section">Platform specific installation, configuration and any other arising questions can be found in their corresponding sections:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/windows/index.aspx")%>">Desktop Editors<br />for Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/linux/index.aspx")%>">Desktop Editors<br />for Linux</a>
</div>
<div class="help_links hcmain_macos">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/macos/index.aspx")%>">Desktop Editors<br />for Mac OS</a>
</div>
</div>
</div>