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

71 lines
4.2 KiB
Plaintext
Raw Blame History

<%@ 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>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0006_calendar_overview/0006_calendar_overview.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0007_assign_color/0007_assign_color.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0008_all_day_event/0008_all_day_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0009_recurring_event/0009_recurring_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0010_share_calendar/0010_share_calendar.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0011_share_event/0011_share_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0012_event_reminder/0012_event_reminder.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Talk Module</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p><b>Talk</b><3E>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>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Messenger</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/talk.aspx#CreatingProject_block")%>">Instant messenger</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/128_changing-attachment-size/128_changing-attachment-size.ascx" /></li>
</ul>
</li>
<li>
<h6>Messages</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/talk.aspx#ManagingYourTeam_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("~/gettingstarted/talk.aspx#SchedulingWorkflow_block")%>">Receiving portal notifications</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>