helpcenter/helpcenter.r7-office.ru/Web/Controls/Help/HelpCenter.ascx
2019-02-05 17:24:28 +03:00

59 lines
3.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Справочный центр";
MetaKeyWords = "";
MetaDescription = "Справочный центр: найдите ответы на большинство вопросов. Читайте пошаговые инструкции, советы и приемы, смотрите видео.";
var helpcenter = new HelpCenterModel();
helpcenter.WaterMark = "Введите вопрос";
(Page as BasePage).HelpCenter = helpcenter;
}
</script>
<div class="MainHelpCenter style_help_center">
<h2 class="hcmain_section2">Добро пожаловать в документацию по Р7-Офис!</h2>
<div class="maincontent modules" id="productsMainContent">
<div class="help_links hcmain_documenteditors">
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/documentation-editors/index.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DocumentEditors/DocumentEditors.ascx" /></a></p>
</div>
</div>
<h2>Общая информация</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/100015_pdf_documentation/100015_pdf_documentation.ascx" />
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/viewers/index.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Viewers/Viewers.ascx" /></a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/organizer/organizer-pdf-documentation.aspx")%>">Документация по Органайзеру в формате PDF</a></li>
</ul>
<h2>Р7-Офис. Сервер. Профессиональный</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/enterprise.aspx")%>">Установка и настройка серверной версии</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/documents.aspx")%>">Возможности модулей портала</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/server-pdf-documentation.aspx")%>">Документация по серверной версии в формате PDF</a></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/windows/index.aspx")%>">Десктопные редакторы<br />
для Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/linux/index.aspx")%>">Десктопные редакторы<br />
для Linux</a>
</div>
<%--<div class="help_links hcmain_macos">
<a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/macos/index.aspx")%>">Десктопные редакторы<br />
для Mac OS</a>
</div>--%>
</div>
<div class="hcmain_bottom_block"></div>
</div>