helpcenter/Web/Controls/Help/Talk/Talk.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

42 lines
2.6 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/Talk/LocalizeTalk.ascx" /></h1>
<div class="watchvideo_block">
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" /></h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0013_ways_communicate/0013_ways_communicate.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0014_talkvideo/0014_talkvideo.ascx" />
</div>
</div>
<h2>Обзор</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/080_talk/080_talk.ascx" /></li>
</ul>
<h2>Мессенджер</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/talk.aspx#UsingTalk_block")%>">Использование мессенджера</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/128_changing-attachment-size/128_changing-attachment-size.ascx" /></li>
</ul>
<h2>Сообщения</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/talk.aspx#ExchangingMessages_block")%>">Обмен мгновенными текстовыми сообщениями</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/037_mailinglist/037_mailinglist.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/034_chatroom/034_chatroom.ascx" /></li>
</ul>
<h2>Оповещения портала</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/talk.aspx#ReceivingNotifications_block")%>">Получение оповещений с портала</a></li>
</ul>
</div>