helpcenter/helpcenter.r7-office.ru/Web/Controls/Help/Community/Community.ascx
2018-11-20 18:38:25 +03:00

58 lines
3.5 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/Community/Community.ascx" /></h1>
<h2>Обзор</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/010_community/010_community.ascx" /></li>
</ul>
<h2>Блоги</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#MaintainingBlog_block")%>">Ведение блога</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" /></li>
</ul>
<h2>События</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#SharingEvents_block")%>">Публикация событий</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" /></li>
</ul>
<h2>Опросы</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#AddingPoll_block")%>">Добавление опросов</a></li>
</ul>
<h2>Форумы</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#LeadingForumDiscussion_block")%>">Проведение дискуссий на форуме</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/046_add-poll-to-post/046_add-poll-to-post.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/042_insert-images-into-post/042_insert-images-into-post.ascx" /></li>
</ul>
<h2>Закладки</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#AddingBookmarks_block")%>">Добавление закладок</a></li>
</ul>
<h2>Wiki</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#UsingWiki_block")%>">Использование Wiki</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/036_knowledgebase/036_knowledgebase.ascx" /></li>
</ul>
<h2>Дни рождения</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#TrackingBirthdays_block")%>">Отслеживание дней рождения</a></li>
</ul>
<h2>Настройки</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#ChangingCommunitySettings_block")%>">Изменение настроек Сообщества</a></li>
</ul>
</div>