helpcenter/Web/Controls/Help/Video/Calendar/ShareCalendar/ShareCalendar.fr.ascx
2017-07-18 10:59:11 +03:00

32 lines
1.5 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 share your Calendar - Video Guide";
MetaKeyWords = "ONLYOFFICE, share calendar, calendar";
MetaDescription = "Keep people informed about all the events from your calendar";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to share your Calendar</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-calendar/share-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-with-user/share-with-user.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-with-group/share-with-group.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/access-level/access-level.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/bxg3UPBCnxw?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Apprenez comment informer les gens sur tous les événements de votre calendrier.</p>
</div>
</div>