helpcenter/Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.ascx

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 = "Desktop Editors for Windows";
MetaKeyWords = "";
MetaDescription = "Desktop Editors for Windows documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Desktop Editors for Windows</h1>
<h2>General information</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>System requirements</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100001_windows_system_requirements/100001_windows_system_requirements.ascx" /></li>
</ul>
<h2>Installation</h2>
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100004_windows_installation/100004_windows_installation.ascx" />
</li>
</ul>
<h2>Configuring</h2>
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100016_windows_associate_files/100016_windows_associate_files.ascx" />
</li>
</ul>
</div>