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

70 lines
5.5 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "User Guides - General questions";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE User Guides. General questions.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>User Guides</h1>
<h2>General questions</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">User profile notifications</h2>
<div class="described">
<p>Online office notifications are made to provide you with information about every change at your portal as well as remind you of some events. You can subscribe to notifications and unsubscribe from them, change the notification type. All the subscriptions you can manage are situated on your profile page.</p>
</div>
<h2>Getting Started</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx")%>">Entering notifications section</a></li>
</ul>
<h2>Managing portal subscriptions</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#changetype")%>">Changing notification type</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#subscribe")%>">Subscribing to notifications</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#unsubscribe")%>">Unsubscribing from notifications</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-managing-subscriptions.aspx#unsubscribe_projects")%>">Unsubscribing from notifications within Project and Community modules</a></li>
</ul>
<h2>Manageable notifications</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#general")%>">General notifications</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#docs")%>">Notifications for Documents module</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#projects")%>">Notifications for Projects module</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#crm")%>">Notifications for CRM module</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#community")%>">Notifications for Community module</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-manageable-notifications.aspx#calendar")%>">Notifications for Calendar module</a></li>
</ul>
<h2>Non-manageable notifications</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#general")%>">General notifications</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#owner")%>">Portal owner notifications</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-nonmanageable-notifications.aspx#projects")%>">Project-related notifications</a></li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-using-search.aspx")%>">Using search options on your portal</a></h2>
</li>
</ul>
</div>