helpcenter/Web/Controls/Help/Video/Projects/ProjectManagement/ProjectManagement.ru.ascx

32 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Управление проектами онлайн - Видео гайд";
MetaKeyWords = "ONLYOFFICE, рабочий процесс, вехи, задачи, отчеты, документы, проекты";
MetaDescription = "Организуйте рабочий процесс, управляя вехами и задачами, генерируя отчеты, добавляя документацию по проектам";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Управление проектами онлайн</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/IIbN2lAumxE?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Управляйте рабочим процессом с помощью модуля Проекты. Узнайте, как создать новый проект и ограничить доступ к нему, создать команду проекта, осуществлять навигацию по проектам и настроить права доступа к модулю Проекты.</p>
</div>
</div>