helpcenter/Web/installation/workspace-install-windows.aspx

31 lines
1.9 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationArticles.master" %>
<%@ 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 Community Edition"; %>
<% ((BasePage)Page).CommandName = "download"; %>
<% ((BasePage)Page).VersionName = "guide92"; %>
<body class="windows_version community_edition installation_workspace_ce">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/OpensourceTop/OpensourceTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Windows/Enterprise/InstallEnterpriseWindowsVersion/InstallEnterpriseWindowsVersion.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/lpKcXRfk7ls?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationworkspacepage general">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
</div>
</div>
</asp:Content>