helpcenter/Web/Controls/Help/Administration/ControlPanel.de.ascx

78 lines
5.4 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="video" TagName="avc0035" Src="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0069" Src="~/Controls/Help/Video/AllVideoControls/0069_cp_overview.ascx" %>
<%@ Register TagPrefix="video" TagName="avc0082" Src="~/Controls/Help/Video/AllVideoControls/0082_backup_restore.ascx" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Anleitungen für Administratoren - Systemsteuerung";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Anleitungen für Administratoren. Systemsteuerung.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Anleitungen für Administratoren</h1>
<h2>ONLYOFFICE Workspace</h2>
<div class="watchvideo_block">
<h2><asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" /></h2>
<div class="slider autoplay with_arrows">
<video:avc0035 ID="avc4" runat="server" />
<video:avc0069 ID="avc5" runat="server" />
<video:avc0082 ID="avc6" runat="server" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Systemsteuerung</h2>
<div class="described">
<p>Erfahren Sie, wie Sie ONLYOFFICE Workspace (Community oder Enterprise Edition) mit entsprechenden Systemsteuerungen konfigurieren.</p>
</div>
<ul>
<li><h6>Installation</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90002_install_mail_server.ascx" /></li>
</ul>
</li>
<li><h6>Aktualisierung</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90005_update_enterprise.ascx" /></li>
</ul>
</li>
<li><h6>Alle Portale konfigurieren</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90004_switch_to_https.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90001_backup_restore.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90019_storage.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90020_encryption.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90041_quota.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90021_full_text_search.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90003_white_labeling.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90006_multitenancy.ascx" /></li>
</ul>
</li>
<li><h6>Aktuelles Portal konfigurieren</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100023_private_room.ascx" /> <span class="badge">Desktop Editoren v.5.6 sind ebenfalls erforderlich</span></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90036_ldap.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90014_sso_description.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90003_white_labeling.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90039_nextcloud_migration.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90040_google_migration.ascx" /></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>