helpcenter/Web/Controls/Help/Video/Calendar/AllDayEvent/AllDayEvent.fr.ascx
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

34 lines
2.0 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to create an all-day event - Video Guide";
MetaKeyWords = "ONLYOFFICE, all-day event, add event, calendar, create event";
MetaDescription = "Schedule an event that lasts for a whole day and does nor require to set a certain time";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to create an all-day event</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/Tags/all-day-event/all-day-event.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/Tags/entire-day/entire-day.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent5" runat="Server" ControlName="~/Controls/Help/Tags/create-event/create-event.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent6" runat="Server" ControlName="~/Controls/Help/Tags/edit-event/edit-event.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent7" runat="Server" ControlName="~/Controls/Help/Tags/delete-event/delete-event.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent12" runat="Server" ControlName="~/Controls/Help/Tags/add-event/add-event.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="http://www.youtube.com/embed/s0byxP_UGNs?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Planifiez un événement qui dure une journée entière et n'exige pas de définir le temps précis.</p>
</div>
</div>