helpcenter/Web/installation/workspace-enterprise-install-docker-parameters.aspx

35 lines
2.2 KiB
Plaintext
Raw Normal View History

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationEEArticles.master" %>
2020-09-22 07:02:59 +00:00
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string title = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo);
VideoContainer.Capture = title;
}
</script>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Workspace Enterprise Edition"; %>
<% ((BasePage)Page).CommandName = "workspace-enterprise"; %>
2020-09-22 07:02:59 +00:00
<% ((BasePage)Page).VersionName = "u/onlyoffice4enterprise"; %>
<body class="docker_version enterprise_edition installation_workspace_ee">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/EnterpriseTop/EnterpriseTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/SIFzHv52zc0?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationworkspacepage enterprise">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration.ascx" />
2020-09-22 07:02:59 +00:00
</div>
<div class="caption video">
2022-07-31 11:39:17 +00:00
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/140_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/130_docker_install.ascx" />
2020-09-22 07:02:59 +00:00
</div>
</div>
</asp:Content>