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

57 lines
2.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.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Workspace - Talk module";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Workspace - Talk module.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>User Guides</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/0013_ways_communicate.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0014_talkvideo/0014_talkvideo.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Talk Module</h2>
<div class="described">
<p><b>Talk</b> is an instant messenger that provides a real-time communication between the co-workers. It offers all the traditional features you expect from a messenger: history archiving, file transfer, multi-user chat support, search function, emoticons.</p>
</div>
<ul>
<li>
<h6>Messenger</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-gettingstarted-talk.aspx#UsingTalk_block")%>">Instant messenger</a></li>
</ul>
</li>
<li>
<h6>Messages</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-gettingstarted-talk.aspx#ExchangingMessages_block")%>">Exchanging instant text messages</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>Portal notifications</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-gettingstarted-talk.aspx#ReceivingNotifications_block")%>">Receiving portal notifications</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>