helpcenter/Web/UserGuides/groups-guides-calendar-add-all-day-event.aspx

48 lines
2.9 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Userguides/UserguidesArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<%@ Register TagPrefix="SeeAlsoCalendarGS" TagName="SeeAlsoCalendarGS" Src="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar.ascx" %>
<%@ Register TagPrefix="SeeAlsoRecurring" TagName="SeeAlsoRecurring" Src="~/Controls/Help/ArticlesCompleteList/Guides/027_add-recurring-event.ascx" %>
<%@ Register TagPrefix="SeeAlsoMNotifications" TagName="SeeAlsoMNotifications" Src="~/Controls/Help/ArticlesCompleteList/TipsTricks/081_manageable-notifications.ascx" %>
<%@ Register TagPrefix="SeeAlsoAssignColor" TagName="SeeAlsoAssignColor" Src="~/Controls/Help/ArticlesCompleteList/TipsTricks/005_assign-color.ascx" %>
<%@ Register TagPrefix="SeeAlsoCalendarVideo" TagName="SeeAlsoCalendarVideo" Src="~/Controls/Help/ArticlesCompleteList/Video/024_calendar-overview.ascx" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string title = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo);
VideoContainer.Capture = title;
}
</script>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Groups Calendar module"; %>
<% ((BasePage)Page).CommandName = "calendar"; %>
<body class="user_guides_groups_calendar">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/CalendarTop/CalendarTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<div id="outOfDate" style="display: none;"></div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Guides/Calendar/AllDayEvent/AllDayEvent.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/s0byxP_UGNs?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="userguidesgroupspage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<SeeAlsoCalendarGS:SeeAlsoCalendarGS ID="SeeAlsoCalendarGS1" runat="server" />
</div>
<div class="caption guides one">
<SeeAlsoRecurring:SeeAlsoRecurring ID="SeeAlsoRecurring1" runat="server" />
</div>
<div class="caption tips">
<SeeAlsoMNotifications:SeeAlsoMNotifications ID="SeeAlsoMNotifications1" runat="server" />
<SeeAlsoAssignColor:SeeAlsoAssignColor ID="SeeAlsoAssignColor1" runat="server" />
</div>
<div class="caption video one">
<SeeAlsoCalendarVideo:SeeAlsoCalendarVideo ID="SeeAlsoCalendarVideo1" runat="server" />
</div>
</div>
</asp:Content>