helpcenter/Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.es.ascx
alexandervnuchkov 58dd33cf4c Latest updates
2019-10-03 18:48:27 +03:00

37 lines
1.6 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Editores Desktop para Windows";
MetaKeyWords = "";
MetaDescription = "Artículos de documentación de Editores Desktop para Windows.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Editores Desktop para Windows</h1>
<h2>Información general</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100012_desktop_changelog/100012_desktop_changelog.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100013_desktop_available_languages/100013_desktop_available_languages.ascx" /></li>
</ul>
<h2>Requisitos del sistema</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100001_windows_system_requirements/100001_windows_system_requirements.ascx" /></li>
</ul>
<h2>Instalación</h2>
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100004_windows_installation/100004_windows_installation.ascx" />
</li>
</ul>
<h2>Configuración</h2>
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100016_windows_associate_files/100016_windows_associate_files.ascx" />
</li>
</ul>
</div>