helpcenter/Web/Controls/Help/UserGuides/WorkspaceTalk.ru.ascx

65 lines
3.8 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 = "Руководства пользователя - Workspace - Talk";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Руководства пользователя - ONLYOFFICE Workspace - Talk.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>Руководства пользователя</h1>
<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0013_ways_communicate.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0014_talkvideo.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Talk</h2>
<span class="toggler showcont">
<asp:Literal runat="server" Text="<%$ Resources:Resource, ShowDocumentationContents %>" />
</span>
<span class="toggler hidecont" style="display: none">
<asp:Literal runat="server" Text="<%$ Resources:Resource, HideDocumentationContents %>" />
</span>
<div class="described">
<p><b>ONLYOFFICE Talk</b> - это система обмена мгновенными сообщениями, которая обеспечивает общение между коллегами в реальном времени. Она предлагает все традиционные функции, которых вы ожидаете от мессенджера: сохранение истории, передача файлов, поддержка многопользовательских чатов, функция поиска, смайлики.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Мессенджер</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-gettingstarted-talk.aspx#UsingTalk_block")%>">Использование мессенджера</a></li>
</ul>
</li>
<li>
<h6>Сообщения</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-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>
</li>
<li>
<h6>Оповещения портала</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-gettingstarted-talk.aspx#ReceivingNotifications_block")%>">Получение оповещений с портала</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>