helpcenter/Web/Controls/Help/ABCIndex/ABCIndex.fr.ascx
2022-02-15 17:04:43 +03:00

46 lines
2.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Plan du site";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Help Center: find answers to most of your questions. Read user guides, tips and tricks, watch video.";
var helpcenter = new HelpCenterModel();
helpcenter.WaterMark = "Type your issue";
(Page as BasePage).HelpCenter = helpcenter;
}
</script>
<div class="MainHelpCenter glossary_list sm_list">
<span class="gloss_link gloss_active" id="all">Tout</span>
<span class="gloss_link" id="gloss_a">A</span>
<span class="gloss_disabled" id="gloss_b">B</span>
<span class="gloss_link" id="gloss_c">C</span>
<span class="gloss_link" id="gloss_d">D</span>
<span class="gloss_link" id="gloss_e">E</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_i">I</span>
<span class="gloss_disabled" id="gloss_j">J</span>
<span class="gloss_disabled" id="gloss_k">K</span>
<span class="gloss_link" id="gloss_l">L</span>
<span class="gloss_link" id="gloss_m">M</span>
<span class="gloss_link" id="gloss_n">N</span>
<span class="gloss_disabled" id="gloss_o">O</span>
<span class="gloss_link" id="gloss_p">P</span>
<span class="gloss_disabled" id="gloss_q">Q</span>
<span class="gloss_link" id="gloss_r">R</span>
<span class="gloss_link" id="gloss_s">S</span>
<span class="gloss_link" id="gloss_t">T</span>
<span class="gloss_link" id="gloss_u">U</span>
<span class="gloss_link" id="gloss_v">V</span>
<span class="gloss_disabled" id="gloss_w">W</span>
<span class="gloss_disabled" id="gloss_x">X</span>
<span class="gloss_disabled" id="gloss_y">Y</span>
<span class="gloss_disabled" id="gloss_z">Z</span>
<cc:localizecontent runat="Server" controlname="~/Controls/Help/ABCIndex/ABCCompleteArticleList.ascx" />
</div>