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

70 lines
6.4 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 = "ONLYOFFICE Руководства пользователя. Общие вопросы.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>Руководства пользователя</h1>
<h2>Общие вопросы</h2>
<%--<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/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0050_digitalocean_oneclick/0050_digitalocean_oneclick.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker/0030_install_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0028_install_communitys_ubuntu/0028_install_communitys_ubuntu.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0027_install_community_windows/0027_install_community_windows.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows/0029_connect_document_windows.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">Управление уведомлениями</h2>
<div class="described">
<p>Уведомления онлайн-офиса созданы для того, чтобы предоставлять вам информациб обо всех изменения на портале, а также напоминать о событиях. Вы можете подписаться на уведомления или отписаться от них и изменить тип уведомлений. Все подписки, которыми вы можете управлять, находятся на странице вашего профиля.</p>
</div>
<h2>Начало работы</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx")%>">Вход в раздел уведомлений</a></li>
</ul>
<h2>Управление подписками на портале</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#changetype")%>">Изменение типа оповещения</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#subscribe")%>">Подписка на оповещения</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#unsubscribe")%>">Отключение подписки на оповещения</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#unsubscribe_projects")%>">Отключение подписки на оповещения в модуле Проекты и Сообщество</a></li>
</ul>
<h2>Управляемые оповещения</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#general")%>">Общие оповещения</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#docs")%>">Оповещения для модуля Документы</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#projects")%>">Оповещения для модуля Проекты</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#crm")%>">Оповещения для модуля CRM</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#community")%>">Оповещения для модуля Сообщество</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#calendar")%>">Оповещения для модуля Календарь</a></li>
</ul>
<h2>Неуправляемые оповещения</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#general")%>">Общие оповещения</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#owner")%>">Извещения владельцев портала</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#projects")%>">Оповещения, относящиеся к Проектам</a></li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-using-search.aspx")%>">Использование опций поиска на портале</a></h2>
</li>
</ul>
</div>