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

49 lines
2.3 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 = "Руководства пользователя - Groups - Люди";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Руководства пользователя - ONLYOFFICE Groups - Люди.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>Руководства пользователя</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0005_manage_people/0005_manage_people.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0017_guest_users/0017_guest_users.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Люди</h2>
<div class="described">
<p><b>Люди</b> - это модуль, в котором представлены все участники портала, а также группы, в которые они входят.</p>
</div>
<ul>
<li>
<h6>Профиль пользователя</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-people.aspx#EditingProfile_block")%>">Редактирование профиля</a></li>
</ul>
</li>
<li>
<h6>Дни рождения</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-people.aspx#TrackingBirthdays_block")%>">Отслеживание дней рождения</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>