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

21 lines
1000 B
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Серверная версия Education Edition для Windows";
MetaKeyWords = "";
MetaDescription = "Статьи документации по серверной версии Education Edition для Windows.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Серверная версия Education Edition для Windows</h1>
<h2>Установка</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50014_education/50014_education.ascx" /></li>
</ul>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SeeAlsoLists/SeeAlsoList_windows/SeeAlsoList_windows.ascx" />
</div>