helpcenter/Web/Controls/Help/Server/Enterprise/Enterprise.ru.ascx

56 lines
4.2 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Серверная версия Enterprise Edition";
MetaKeyWords = "";
MetaDescription = "Статьи документации по Enterprise Edition.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Серверная версия Enterprise Edition</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/0034_virtual_vmware/0034_virtual_vmware.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0032_virtual_hyperv/0032_virtual_hyperv.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0033_virtual_virtualbox/0033_virtual_virtualbox.ascx" />
2016-08-29 13:51:20 +00:00
</div>
</div>
<h2>Начало работы</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#Introduction_block")%>">Первоначальная настройка</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#SMTP_block")%>">Настройка параметров SMTP</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#DomainName_block")%>">Указание своего доменного имени</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#HTTPS_block")%>">Переход на HTTPS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#Security_block")%>">Настройка параметров безопасности</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#Appearance_block")%>">Изменение оформления портала</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise/configure-enterprise.aspx#Users_block")%>">Добавление пользователей и настройка прав доступа</a></li>
</ul>
<h2>Вопросы оплаты</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
</ul>
<h2>Часто задаваемые вопросы</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/114_server-enterprise/114_server-enterprise.ascx" /></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_docker">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/enterprise/index.aspx")%>">Enterprise Edition<br />для Docker</a>
</div>
<div class="help_links hcmain_virtual">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/virtual/enterprise/index.aspx")%>">Enterprise Edition<br />виртуальные машины</a>
</div>
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/enterprise/index.aspx")%>">Enterprise Edition<br />для Windows</a>
</div>
2016-08-29 13:51:20 +00:00
</div>
</div>