Try to fix 500 error on test-helpcenter.onlyoffice.com/installation/desktop-install-flatpak.aspx. Remove redirected /desktop/documents/linux/installation-flatpak.aspx.

This commit is contained in:
Irina Tiulneva 2022-02-25 18:26:51 +03:00
parent a138c11949
commit 42dada0be0
3 changed files with 18 additions and 36 deletions

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="DeskEdCur" TagName="DeskEdCur" Src="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" %>
<script runat="server">
protected override void Init()
@ -14,7 +15,7 @@
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to install ONLYOFFICE Desktop Editors for Linux to your computer using Flatpak?</h1>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/Versions/DesktopEditors/DesktopEditors_Current.ascx" />
<DeskEdCur:DeskEdCur ID="DeskEdCur1" runat="server" />
<p><a href="https://flatpak.org/">Flatpak</a> is a distribution agnostic software utility for building and distributing desktop applications on Linux. It allows to install third-party Linux applications without having to add repositories or deal with dependencies.</p>
<h2 id="InstallFlatpak">Installing Flatpak </h2>
<div class="block_of_step">

View File

@ -1,20 +0,0 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Desktop/DesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors">
</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/DesktopLinuxInstallFlatpak/DesktopLinuxInstallFlatpak.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

@ -1,5 +1,6 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="DeskLinInstFp" TagName="DeskLinInstFp" Src="~/Controls/Help/Desktop/Documents/Linux/DeskLinInstFp/DeskLinInstFp.ascx" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="desktop_linux_version desktop_editors installation_desktop">
</asp:Content>
@ -7,7 +8,7 @@
<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/DesktopLinuxInstallFlatpak/DesktopLinuxInstallFlatpak.ascx" />
<DeskLinInstFp:DeskLinInstFp ID="DeskLinInstFp1" runat="server" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">