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

48 lines
3.8 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 = "Серверная версия Education Edition";
MetaKeyWords = "";
MetaDescription = "Статьи документации по Education Edition.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Серверная версия Education 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 ID="LocalizeContent2" runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0034_virtual_vmware/0034_virtual_vmware.ascx" />
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0032_virtual_hyperv/0032_virtual_hyperv.ascx" />
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0033_virtual_virtualbox/0033_virtual_virtualbox.ascx" />
</div>
</div>
<h2>Начало работы</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#Introduction_block")%>">Первоначальная настройка</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#SMTP_block")%>">Настройка параметров SMTP</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#DomainName_block")%>">Указание своего доменного имени</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#HTTPS_block")%>">Переход на HTTPS</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#Security_block")%>">Настройка параметров безопасности</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#Appearance_block")%>">Изменение оформления портала</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/education/configure-education.aspx#Users_block")%>">Добавление пользователей и настройка прав доступа</a></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/education/index.aspx")%>">Education Edition<br />для Docker</a>
</div>
<div class="help_links hcmain_virtual">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/virtual/education/index.aspx")%>">Education Edition<br />виртуальные машины</a>
</div>
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/education/index.aspx")%>">Education Edition<br />для Windows</a>
</div>
</div>
</div>