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

69 lines
3.6 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 - Groups - Community module";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Groups - Community module.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>User Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">Community Module</h2>
<div class="described">
<p>The <b>Community</b> module offers you a complete toolset for building a social network inside your company. It lets you communicate and collaborate not only with your project team, but with the entire company.</p>
</div>
<ul>
<li>
<h6>Blogs</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#MaintainingBlog_block")%>">Maintaining blog</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts.ascx" /></li>
</ul>
</li>
<li>
<h6>Events</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#SharingEvents_block")%>">Sharing events</a></li>
</ul>
</li>
<li>
<h6>Polls</h6>
<ul><li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#AddingPoll_block")%>">Adding poll</a></li></ul>
</li>
<li>
<h6>Forums</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#LeadingForumDiscussion_block")%>">Leading forum discussion</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/046_add-poll-to-post.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/042_insert-images-into-post.ascx" /></li>
</ul>
</li>
<li>
<h6>Bookmarks</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#AddingBookmarks_block")%>">Adding bookmarks</a></li>
</ul>
</li>
<li>
<h6>Wiki</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-community.aspx#UsingWiki_block")%>">Using Wiki</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/036_knowledgebase.ascx" /></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>