helpcenter/Web/Controls/Help/ABCIndex/ABCIndex.ru.ascx
2016-11-21 11:30:37 +03:00

58 lines
3.0 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 = "Справочный центр ONLYOFFICE: найдите ответы на большинство вопросов. Читайте пошаговые инструкции, советы и приемы, смотрите видео.";
var helpcenter = new HelpCenterModel();
helpcenter.WaterMark = "Введите вопрос";
(Page as BasePage).HelpCenter = helpcenter;
}
</script>
<div class="MainHelpCenter glossary_list sm_list">
<span class="gloss_link gloss_active" id="all">Все</span>
<span class="gloss_link" id="gloss_a">A</span>
<span class="gloss_link" id="gloss_c">C</span>
<span class="gloss_link" id="gloss_f">F</span>
<span class="gloss_link" id="gloss_g">G</span>
<span class="gloss_link" id="gloss_h">H</span>
<span class="gloss_link" id="gloss_l">L</span>
<span class="gloss_link" id="gloss_o">O</span>
<span class="gloss_link" id="gloss_r">R</span>
<span class="gloss_link" id="gloss_s">S</span>
<%--<span class="gloss_disabled" id="gloss_tt">T</span>--%>
<span class="gloss_link" id="gloss_а">A</span>
<span class="gloss_link" id="gloss_б">Б</span>
<span class="gloss_link" id="gloss_в">В</span>
<span class="gloss_link" id="gloss_г">Г</span>
<span class="gloss_link" id="gloss_д">Д</span>
<%--<span class="gloss_disabled" id="gloss_е">Е</span>
<span class="gloss_disabled" id="gloss_ж">Ж</span>--%>
<span class="gloss_link" id="gloss_з">З</span>
<span class="gloss_link" id="gloss_и">И</span>
<span class="gloss_link" id="gloss_к">К</span>
<span class="gloss_link" id="gloss_л">Л</span>
<span class="gloss_link" id="gloss_м">М</span>
<span class="gloss_link" id="gloss_н">Н</span>
<span class="gloss_link" id="gloss_о">О</span>
<span class="gloss_link" id="gloss_п">П</span>
<span class="gloss_link" id="gloss_р">Р</span>
<span class="gloss_link" id="gloss_с">С</span>
<%--<span class="gloss_disabled" id="gloss_т">Т</span>--%>
<span class="gloss_link" id="gloss_у">У</span>
<span class="gloss_link" id="gloss_ф">Ф</span>
<%--<span class="gloss_disabled" id="gloss_х">Х</span>
<span class="gloss_disabled" id="gloss_ц">Ц</span>--%>
<span class="gloss_link" id="gloss_ч">Ч</span>
<span class="gloss_link" id="gloss_ш">Ш</span>
<%--<span class="gloss_disabled" id="gloss_щ">Щ</span>--%>
<span class="gloss_link" id="gloss_э">Э</span>
<%--<span class="gloss_disabled" id="gloss_ю">Ю</span>--%>
<span class="gloss_link" id="gloss_я">Я</span>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/ABCIndex/CompleteArticleList.ascx" />
</div>