helpcenter/Web/Controls/Help/Webinars/Webinars.ru.ascx
2019-10-08 18:49:37 +03:00

45 lines
2.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 = "Смотрите вебинары ONLYOFFICE | ONLYOFFICE";
MetaKeyWords = "";
MetaDescription = "Запишитесь на наши вебинары чтобы узнать о возможностях эффективной работы с ONLYOFFICE.";
}
</script>
<div id="webinarList" class="MainHelpCenter main_buscall_container">
<div class="nwp_header">
<div class="nwp_header_narrow max-width-1">
<h1>Смотрите вебинары ONLYOFFICE</h1>
<div class="nwp_header_text">Следите за нашими вебинарами и узнайте об оптимальных способах работы с ONLYOFFICE</div>
</div>
</div>
<div class="nwp_complete_list"></div>
<div class="nwp_upcoming">
<div class="nwp_upcoming_narrow max-width-1">
<h2>Предстоящие живые вебинары</h2>
<div class="nwp_upcoming_list"></div>
</div>
</div>
<div class="nwp_past">
<div class="nwp_past_narrow max-width-1">
<h2>Просмотр по запросу</h2>
<div class="nwp_past_list"></div>
</div>
</div>
</div>
<script id="webinars-template-list-item" type="text/template">
<div class="nwp_list_item" data-date="{{date_time}}">
<h3>{{title}}</h3>
<div class="nwp_list_product">{{product}}</div>
<div class="nwp_list_date">{{full_date}}</div>
<div class="nwp_list_language {{language}}">Язык: {{language_name}}</div>
<div class="nwp_list_text">{{description}}</div>
<div class="nwp_list_author">Проводит {{author}}</div>
<a class="nwp_list_link" href="https://www.onlyoffice.com/webinars.aspx#nwpdate_{{id}}">Смотреть вебинар &gt;&gt;</a>
</div>
</script>