helpcenter/Web/Controls/Help/Installation/WorkspaceSaas.ru.ascx
Ilya Sobolev 177980755d Added translations for Main sections, Sidemenu, DownloadButtons, Video, and Desktop mac OS Installation article (ru)
# Conflicts:
#	Web/Controls/Help/ArticlesCompleteList/ControlPanel/90021_full_text_search/90021_full_text_search.ru.ascx
#	Web/Controls/Help/ArticlesCompleteList/ControlPanel/90033_ce_encryption/90033_ce_encryption.ru.ascx
#	Web/Controls/Help/ArticlesCompleteList/ControlPanel/90034_ce_full_text_search/90034_ce_full_text_search.ru.ascx
#	Web/OfficeWeb/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReferencesTab.htm
2021-02-11 17:42:48 +03:00

58 lines
2.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Руководства по установке - Workspace Cloud Service";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Руководства по установке - ONLYOFFICE Workspace Облачный сервис.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_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 with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0015_coordinate_aspects/0015_coordinate_aspects.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Workspace<br />Облачный сервис (SaaS-версия)</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Узнайте, как создать и настроить ONLYOFFICE Workspace в облаке.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li><h6>Создание портала</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/040_create-portal/040_create-portal.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration.aspx")%>">Настройка параметров портала</a></li>
</ul>
</li>
<li><h6>Оплата</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/118_pay-for-portal/118_pay-for-portal.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/093_change-payment-plan/093_change-payment-plan.ascx" /></li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">Часто задаваемые вопросы</a></h2>
</div>
</li>
</ul>
</div>