helpcenter/Web/Controls/Help/Video/General/ONLYOFFICEDemo/ONLYOFFICEDemo.ascx
2017-07-18 10:59:11 +03:00

45 lines
3.0 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE Demonstration - Video Guide";
MetaKeyWords = "ONLYOFFICE, features, modules, manage";
MetaDescription = "ONLYOFFICE Demonstration";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">ONLYOFFICE Demonstration</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/portal-settings/portal-settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-people/onlyoffice-people.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-milestone/create-milestone.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/assign-task/assign-task.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-subtask/add-subtask.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/gantt-chart/gantt-chart.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-documents/create-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/edit-documents/edit-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/ONLYOFFICE-CRM/ONLYOFFICE-CRM.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-contacts/add-contacts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/link-project/link-project.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/ONLYOFFICE-Community/ONLYOFFICE-Community.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/email-accounts/email-accounts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-talk/onlyoffice-talk.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/YxOqmexJZHQ?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>ONLYOFFICE is an office suite for effective teamwork. It contains various instruments: document editors for text, spreadsheets, and presentations, document management system, features for collaboration and sharing, project management tools, client relations management tools, mail agent. See how it works!</p>
</div>
</div>