Edit See Also block for two pages

This commit is contained in:
Svetlana Maleeva 2023-03-21 16:21:44 +03:00
parent 44a4b5b42e
commit 09ebfc9941
2 changed files with 20 additions and 10 deletions

View File

@ -1,6 +1,11 @@
<%@ 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)
@ -27,17 +32,17 @@
<div class="userguidesgroupspage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar.ascx" />
<SeeAlsoCalendarGS:SeeAlsoCalendarGS ID="SeeAlsoCalendarGS1" runat="server" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/027_add-recurring-event.ascx" />
<SeeAlsoRecurring:SeeAlsoRecurring ID="SeeAlsoRecurring1" runat="server" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/081_manageable-notifications.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/005_assign-color.ascx" />
<SeeAlsoMNotifications:SeeAlsoMNotifications ID="SeeAlsoMNotifications1" runat="server" />
<SeeAlsoAssignColor:SeeAlsoAssignColor ID="SeeAlsoAssignColor1" runat="server" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/024_calendar-overview.ascx" />
<SeeAlsoCalendarVideo:SeeAlsoCalendarVideo ID="SeeAlsoCalendarVideo1" runat="server" />
</div>
</div>
</asp:Content>

View File

@ -1,6 +1,11 @@
<%@ 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="SeeAlsoAllDay" TagName="SeeAlsoAllDay" Src="~/Controls/Help/ArticlesCompleteList/Guides/038_add-all-day-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)
@ -27,17 +32,17 @@
<div class="userguidesgroupspage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar.ascx" />
<SeeAlsoCalendarGS:SeeAlsoCalendarGS ID="SeeAlsoCalendarGS1" runat="server" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/038_add-all-day-event.ascx" />
<SeeAlsoAllDay:SeeAlsoAllDay ID="SeeAlsoAllDay1" runat="server" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/081_manageable-notifications.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/005_assign-color.ascx" />
<SeeAlsoMNotifications:SeeAlsoMNotifications ID="SeeAlsoMNotifications1" runat="server" />
<SeeAlsoAssignColor:SeeAlsoAssignColor ID="SeeAlsoAssignColor1" runat="server" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/024_calendar-overview.ascx" />
<SeeAlsoCalendarVideo:SeeAlsoCalendarVideo ID="SeeAlsoCalendarVideo1" runat="server" />
</div>
</div>
</asp:Content>