helpcenter/Web/Controls/Help/Installation/WorkspaceSaas.de.ascx

52 lines
2.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="video" TagName="avc0015" Src="~/Controls/Help/Video/AllVideoControls/0015_coordinate_aspects.ascx" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installationsanleitungen - Workspace Cloud-Dienst";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installationsanleitungen - ONLYOFFICE Workspace Cloud-Dienst.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installationsanleitungen</h1>
<div class="watchvideo_block">
<h2><asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" /></h2>
<div class="slider autoplay with_arrows">
<video:avc0015 ID="avc1" runat="server" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Workspace Cloud-Dienst (SaaS-Version)</h2>
<div class="described">
<p>Erfahren Sie, wie Sie ONLYOFFICE Workspace in der Cloud erstellen und konfigurieren.</p>
</div>
<ul>
<li><h6>Portalerstellung</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/040_create-portal.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration.aspx")%>">Portaleinstellungen konfigurieren</a></li>
</ul>
</li>
<li><h6>Zahlung</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/118_pay-for-portal.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/093_change-payment-plan.ascx" /></li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>