Initial commit.

This commit is contained in:
Olga Vlasiuk 2021-11-30 16:43:53 +03:00
parent 733144e440
commit 9a0aad3372
25 changed files with 409 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100032" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-sparkylinux.aspx")%>">Installing Desktop Editors on SparkyLinux</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100033" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-endlessos.aspx")%>">Installing Desktop Editors on EndlessOS</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100034" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-manjaro.aspx")%>">Installing Desktop Editors on Manjaro</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100035" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-linuxmint.aspx")%>">Installing Desktop Editors on Linux Mint</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100036" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-deepin.aspx")%>">Installing Desktop Editors on Deepin</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_linux sm_desktop sm_document" id="link_100037" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-install-zorinos.aspx")%>">Installing Desktop Editors on Zorin OS</a>

View File

@ -0,0 +1,38 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on Deepin";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on Deepin";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing ONLYOFFICE Desktop Editors on Deepin</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for Deepin is by using the App Store as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing ONLYOFFICE Desktop Editors via App Store</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Open <b>App Store</b>.</li>
<li>Find <b>ONLYOFFICE Desktop Editors</b>.
<p><img alt="App Store" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide154/appstore.png")%>" /></p>
</li>
<li>Click <b>Install</b>, open the downloaded file and follow the instructions.</li>
</ol>
</div>
</div>
</div>

View File

@ -0,0 +1,55 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on EndlessOS";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on EndlessOS";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing Desktop Editors on EndlessOS</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for EndlessOS is by using the EndlessOS terminal or Flathub as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing ONLYOFFICE Desktop Editors via terminal</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Open the terminal.</li>
<li>Enter the following commands:
<pre><code>flatpak install flathub org.onlyoffice.desktopeditors 1 flatpak install flathub org.onlyoffice.desktopeditors</code></pre>
<pre><code>apt install onlyoffice-desktopeditors</code></pre>
</li>
<li>To run Desktop Editors, use the following command:
<pre><code>flatpak run org.onlyoffice.desktopeditors</code></pre>
</li>
</ol>
</div>
</div>
<h2 id="Getting&Building">Installing ONLYOFFICE Desktop Editors via Flathub</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Go to <a href="https://flathub.org/home">Flathub</a>.</li>
<li>Open the <b>Productivity</b> category.</li>
<li>Find <b>ONLYOFFICE Desktop Editors</b>.
<p><img alt="Flathub" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide152/flathub.png")%>" /></p>
</li>
<li>Click <b>Install</b>, open the downloaded file and follow the instructions.</li>
</ol>
<p>Launch the Desktop Editors as usual.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,42 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on Linux Mint";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on Linux Mint";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing ONLYOFFICE Desktop Editors on Linux Mint</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for Linux Mint is by using the Linux Mint Software Store as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing and running ONLYOFFICE Desktop Editors on Linux Mint</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Open <b>Linux Mint Software Store</b>.
<p><img alt="Linux Mint Software Store" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide155/linux_mint_software_store.png")%>" /></p>
</li>
<li>To install the Desktop Editors, enter the following command:
<pre><code>flatpak install flathub org.onlyoffice.desktopeditors</code></pre>
</li>
<li>To run the Desktop Editors, enter the following command:
<pre><code>flatpak run org.onlyoffice.desktopeditors</code></pre>
</li>
</ol>
</div>
</div>
</div>

View File

@ -0,0 +1,40 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on Manjaro";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on Manjaro";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing Desktop Editors on SparkyLinux</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for Manjaro is by using the Pamac package manager as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing ONLYOFFICE Desktop Editors via Pamac</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Click the <b>Add/Remove software</b> button and open <b>Pamac</b>.</li>
<li>Find <b>ONLYOFFICE Desktop Editors</b>.</li>
<li>Click <b>Install</b> and <b>Apply</b>.
<p><img alt="Pamac" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide153/pamac.png")%>" /></p>
</li>
<li>Enter your password to get installation started.</li>
</ol>
<p>Launch the Desktop Editors as usual.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,53 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on SparkyLinux";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on SparkyLinux";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing Desktop Editors on SparkyLinux</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for SparkyLinux is by using the SparkyLinux terminal or APTus as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing ONLYOFFICE Desktop Editors via terminal</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Open the terminal.</li>
<li>Enter the following commands:
<pre><code>apt update</code></pre>
<pre><code>apt install onlyoffice-desktopeditors</code></pre>
</li>
</ol>
<p>Launch the Desktop Editors as usual.</p>
</div>
</div>
<h2 id="Getting&Building">Installing ONLYOFFICE Desktop Editors via APTus</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Open <b>Menu</b> -> <b>System Tools</b> -> <b>APTus</b>.
<p><img alt="APTus" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/APTus.png")%>" /></p>
</li>
<li>In the opened window choose the <b>Office</b> directory -> <b>ONLYOFFICE</b>.
<p><img alt="APTus ONLYOFFICE" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/APTus_onlyoffice.png")%>" /></p>
</li>
</ol>
<p>Launch the Desktop Editors as usual.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,37 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installing ONLYOFFICE Desktop Editors on Zorin OS";
MetaKeyWords = "";
MetaDescription = "Installing ONLYOFFICE Desktop Editors on Zorin OS";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Installing ONLYOFFICE Desktop Editors on Zorin OS</h1>
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p><b>Desktop Editors</b> is an application that allows to edit documents, spreadsheets and presentations stored on your computer in the offline mode. Its also possible to connect <b>Desktop Editors</b> to your cloud and edit documents collaboratively.</p>
<p>You can install <b>Desktop Editors</b> by using the installation package depending on the Linux version installed on your computer (download the required package <a href="https://www.onlyoffice.com/download-desktop.aspx">here</a>) or by compiling it for Ubuntu as per the <a href="https://helpcenter.onlyoffice.com/installation/desktop-compile.aspx">corresponding guide</a>.</p>
<p>The easier and faster option for Zorin OS is by using the Zorin OS Software Store as per the following guide.</p>
</div>
</div>
<h2 id="Compiling">Installing ONLYOFFICE Desktop Editors via Zorin OS Software Store</h2>
<div class="block_of_step">
<div class="screen_text">
<ol>
<li>Go to the Zorin menu and click <b>Software</b>.</li>
<li>Find <b>ONLYOFFICE</b> among recommended apps or using search.</li>
<li>Click <b>Install</b>.</li>
<li>Find <b>ONLYOFFICE Desktop Editors</b> in the <b>Office</b> category of the menu.</li>
</ol>
</div>
</div>
</div>

View File

@ -72,6 +72,12 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100014_linux_installation_snap/100014_linux_installation_snap.ascx" />
</li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100021_linux_installation_flatpak/100021_linux_installation_flatpak.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100032_linux_installation_sparkylinux/100032_linux_installation_sparkylinux.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100033_linux_installation_endlessos/100033_linux_installation_endlessos.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100034_linux_installation_manjaro/100034_linux_installation_manjaro.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100035_linux_installation_linuxmint/100035_linux_installation_linuxmint.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100036_linux_installation_deepin/100036_linux_installation_deepin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100037_linux_installation_zorinos/100037_linux_installation_zorinos.ascx" /></li>
</ul>
</li>
<li>Mac OS version

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallDeepin/DesktopLinuxInstallDeepin.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallEndlessOS/DesktopLinuxInstallEndlessOS.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallLinuxMint/DesktopLinuxInstallLinuxMint.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallManjaro/DesktopLinuxInstallManjaro.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallSparkyLinux/DesktopLinuxInstallSparkyLinux.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallZorinOS/DesktopLinuxInstallZorinOS.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100003_linux_system_requirements/100003_linux_system_requirements.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>