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

42 lines
2.1 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 = "ONLYOFFICE Mail";
MetaKeyWords = "";
MetaDescription = "Статьи документации по ONLYOFFICE Mail.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>ONLYOFFICE Mail</h1>
<%-- <div class="watchvideo_block">
<h2>Watch Video</h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker/0030_install_docker.ascx" />
</div>
</div>--%>
<h2>Общая информация</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70041_mail_server_changelog/70041_mail_server_changelog.ascx" /></li>
</ul>
<h2>Настройка</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70024_mail_open_ports/70024_mail_open_ports.ascx" /></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<%-- <div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/mail/index.aspx")%>">Mail Server<br />для Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/Mail/index.aspx")%>">Mail Server<br />для Linux</a>
</div>--%>
<div class="help_links hcmain_docker">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/mail/index.aspx")%>">Почтовый сервер<br />для Docker</a>
</div>
</div>
</div>