helpcenter/Web/Controls/Help/Desktop/Documents/DocumentsDesktop.ru.ascx
SvetlanaLisina 5526849ebf Фикс прекомпиляции хелпцентра
# Conflicts:
#	Web/Controls/Help/GettingStarted/Integration/Jira/GettingStartedJira.ascx
#	Web/Controls/Help/GettingStarted/Integration/Mattermost/GettingStartedMattermost.ascx
#	Web/Integration/gettingstarted-mattermost.aspx
#	Web/Integration/gettingstarted-redmine.aspx
2021-11-24 19:02:19 +03:00

55 lines
3.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Десктопные редакторы";
MetaKeyWords = "";
MetaDescription = "Статьи документации по десктопным редакторам.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DesktopEditors/LocalizeDesktopEditors.ascx" /></h1>
<h2>Общая информация</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>Общие операции</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>Подключение к облаку</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>Безопасность</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>Устранение неполадок</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" /></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/windows/index.aspx")%>">Десктопные редакторы<br />для Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/linux/index.aspx")%>">Десктопные редакторы<br />для Linux</a>
</div>
<div class="help_links hcmain_macos">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/macos/index.aspx")%>">Десктопные редакторы<br />для Mac OS</a>
</div>
</div>
</div>