helpcenter/Web/Controls/Help/Desktop/Documents/Documents.ascx
2017-03-10 15:45:03 +03:00

46 lines
2.4 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";
MetaKeyWords = "";
MetaDescription = "Desktop Editors documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DesktopEditors/DesktopEditors.ascx" /></h1>
<div class="watchvideo_block">
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" /></h2>
<div class="slider autoplay">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0037_desktop_editors/0037_desktop_editors.ascx" />
</div>
</div>
<h2>General information</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100012_desktop_changelog/100012_desktop_changelog.ascx" /></li>
</ul>
<h2>Common operations</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100008_connect_saas/100008_connect_saas.ascx" /></li>
</ul>
<h2>Troubleshooting</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" /></li>
</ul>
<p class="platform_specific_section">Platform specific installation, configuration and any other arising questions can be found in their corresponding sections:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/windows/index.aspx")%>">Desktop Editors<br />for Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/linux/index.aspx")%>">Desktop Editors<br />for Linux</a>
</div>
<div class="help_links hcmain_macos">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/macos/index.aspx")%>">Desktop Editors<br />for Mac OS</a>
</div>
</div>
</div>