helpcenter/Web/Controls/Help/Video/Projects/GanttChart/GanttChart.ascx

32 lines
1.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Coordinate your project using online office Gantt chart - Video Guide";
MetaKeyWords = "ONLYOFFICE, workflow, milestones, tasks, reports, documents, projects";
MetaDescription = "Learn how to work with Gantt chart in online office and get a visualized picture of your projects progress";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Coordinate your project using online office Gantt chart</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-projects/onlyoffice-projects.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-project/create-project.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/private-project/private-project.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/restrict-access-to-project/restrict-access-to-project.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/project-team/project-team.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/manage-team/manage-team.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/OtzNt2epkJk?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to work with Gantt chart in online office and get a visualized picture of your projects progress.</p>
</div>
</div>