Merge branch 'feature/minor_December2020_3'

This commit is contained in:
Svetlana Maleeva 2020-12-25 11:33:55 +03:00
commit ce2e944fb7
68 changed files with 405 additions and 31 deletions

View File

@ -1327,5 +1327,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4534_mob_andr_pe_macros/4534_mob_andr_pe_macros.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4435_mob_andr_se_orientation/4435_mob_andr_se_orientation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4433_mob_andr_se_macros/4433_mob_andr_se_macros.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -316,6 +316,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90003_white_labeling/90003_white_labeling.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</li>
</ul>

View File

@ -59,6 +59,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90003_white_labeling/90003_white_labeling.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</li>
</ul>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="crm-task-title sm_tipstricks sm_enterprise sm_control_panel sm_general" id="link_90037" title="Monitor the latest user login activity including successful logins and failed attempts with an indication of reasons"
href="<%=VirtualPathUtility.ToAbsolute("~/administration/control-panel-login-history.aspx")%>">Tracking login history</a>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="crm-task-title sm_tipstricks sm_enterprise sm_control_panel sm_general" id="link_90037" title="Отслеживайте последние операции входа в систему, выполненные пользователями, включая успешные входы на портал и неудачные попытки входа с указанием причин"
href="<%=VirtualPathUtility.ToAbsolute("~/administration/control-panel-login-history.aspx")%>">Отслеживание истории входов в систему</a>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="crm-task-title sm_tipstricks sm_enterprise sm_control_panel sm_general" id="link_90038" title="Browse through the list of the latest changes (creation, modification, deletion etc.) made by users to the entities (tasks, opportunities, files etc.) on your portal"
href="<%=VirtualPathUtility.ToAbsolute("~/administration/control-panel-audit-trail.aspx")%>">Receiving audit trail data</a>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="crm-task-title sm_tipstricks sm_enterprise sm_control_panel sm_general" id="link_90038" title="Просматривайте список последних изменений (создание, модифицирование, удаление и т.д.), внесенных пользователями в элементы (задачи, возможные сделки, файлы и т.д.) на портале"
href="<%=VirtualPathUtility.ToAbsolute("~/administration/control-panel-audit-trail.aspx")%>">Получение данных журнала аудита</a>

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_server sm_windows sm_enterprise" id="link_110009" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-enterprise-https-windows.aspx")%>">Переклюение на протокол HTTPS для Windows-версии</a>
href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-enterprise-https-windows.aspx")%>">Переключение на протокол HTTPS для Windows-версии</a>

View File

@ -0,0 +1,56 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Receiving audit trail data";
MetaKeyWords = "portal settings, Control Panel, audit trail";
MetaDescription = "Learn how to use the Control Panel audit trail feature.";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Receiving audit trail data</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/ControlPanel/ControlPanel_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/control-panel/control-panel.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/security/security.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p>The <b>Audit Trail</b> section of the <b>Control Panel</b> allows you to browse through the list of the latest changes (creation, modification, deletion etc.) made by users to the entities (tasks, opportunities, files etc.) on your portal.</p>
<p>To access <b>Control Panel</b>, sign in to your portal and click the 'Control Panel' link on the <b>Start Page</b>. Alternatively, you can go to the portal 'Settings' and click the 'Control Panel' link on the left-side panel.</p>
</div>
</div>
</div>
<h2 id="step1">Viewing audit trail data</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Switch to the <b>Control Panel</b> within the necessary portal and open the <b>Audit Trail</b> page in the <b>PORTAL SETTINGS</b> section on the left sidebar.</p>
<div class="notehelp">
This feature is currently available for the <b>Common</b> section of the <b>Documents</b> module, <b>Projects</b>, <b>CRM</b> and <b>People</b> modules, as well as for portal settings.
</div>
<p>This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred. You can also set the period to store the data. By default, it is set to 180 days.</p>
<div class="screen_block">
<img alt="Receiving audit trail data" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide131/audit_trail.png")%>" />
<img alt="Receiving audit trail data" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide131/audit_trail.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>To view the detailed statistics for the latest half year click the <b>Download and open report</b> button. The report will open in an .xlsx spreadsheet <em>(AuditTrail_ReportStartDate-EndDate.xlsx)</em>. </p>
<div class="notehelp">
The file will also be automatically saved to the <a href="<%=VirtualPathUtility.ToAbsolute("~/administration/documents.aspx")%>"><b>My documents</b></a> section.
</div>
<p>The audit trail report includes the following details: user <b>IP</b> address, <b>Browser</b> and <b>Platform</b> which were being used when the registered event occurred, <b>Date</b> and time of the event, name of the <b>User</b> who performed the operation, portal <b>Page</b> where the action has been performed, generic <b>Action Type</b> (for example, <em>download, attach, updated access</em>), specific <b>Action</b> (for example, <em>Projects [Product development and promotion]. Tasks [Distribute coupons]. Status Updated: Closed </em>), <b>Product</b> and <b>Module</b> that the changed entity is referred to.</p>
<p>The records are sorted chronologically in descending order, but you can easily <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/SortData.aspx")%>">sort and filter</a> the data by any parameter or use the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/Search.aspx")%>">search tool</a> to quickly find a specific record.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,56 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Получение данных журнала аудита";
MetaKeyWords = "настройки портала, Панель управления, журнал аудита";
MetaDescription = "Узнайте, как использовать функцию Журнал аудита Панели управления.";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Получение данных журнала аудита</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/ControlPanel/ControlPanel_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/control-panel/control-panel.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/security/security.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Введение</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Раздел <b>Журнал аудита</b> в <b>Панели управления</b> позволяет просматривать список последних изменений (создание, модифицирование, удаление и т.д.), внесенных пользователями в элементы (задачи, возможные сделки, файлы и т.д.) на портале.</p>
<p>Чтобы открыть <b>Панель управления</b>, войдите на портал и нажмите на ссылку 'Панель управления' на <b>Стартовой странице</b>. Можно также перейти в 'Настройки' портала и нажать на ссылку 'Панель управления' на левой боковой панели.</p>
</div>
</div>
</div>
<h2 id="step1">Просмотр данных журнала аудита</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Перейдите в <b>Панель управления</b> на нужном портале и откройте страницу <b>Журнал аудита</b> в разделе <b>НАСТРОЙКИ ПОРТАЛА</b> на левой боковой панели.</p>
<div class="notehelp">
В настоящий момент эта возможность доступна только для раздела <b>Общие</b> модуля <b>Документы</b>, модулей <b>Проекты</b>, <b>CRM</b> и <b>Люди</b>, а также для настроек портала.
</div>
<p>На этой странице отображается только 20 последних записей. Каждая запись показывает, какое действие произведено, кто его выполнил, и когда произошло это событие. Вы также можете задать период, в течение которого хранятся данные. По умолчанию он составляет 180 дней.</p>
<div class="screen_block">
<img alt="Получение данных журнала аудита" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide131/audit_trail.png")%>" />
<img alt="Получение данных журнала аудита" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide131/audit_trail.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>Чтобы просмотреть подробную статистику за последние полгода, нажмите кнопку <b>Скачать и открыть отчет</b>. Отчет откроется в таблице в формате .xlsx <em>(AuditTrail_ReportStartDate-EndDate.xlsx)</em>. </p>
<div class="notehelp">
Этот файл также будет автоматически сохранен в разделе <a href="<%=VirtualPathUtility.ToAbsolute("~/administration/documents.aspx")%>"><b>Мои документы</b></a>.
</div>
<p>Отчет по журналу аудита содержит следующие сведения: <b>IP</b>-адрес пользователя, <b>Браузер</b> и <b>Платформа</b>, которые использовались в момент возникновения зарегистрированного события, <b>Дата</b> и время события, имя <b>Пользователя</b>, который выполнил эту операцию, <b>Страница</b> портала, на которой было выполнено это действие, общий <b>Тип действия</b> (например, <em>загрузка, прикрепление файла, обновление доступа</em>), конкретное <b>Действие</b> (например, <em>Проекты [Редактор электронных таблиц]. Задачи [Написание документации по редактору таблиц]. Обновлен статус: Закрыта</em>), <b>Продукт</b> и <b>Модуль</b>, к которым относится измененный элемент.</p>
<p>Записи отсортированы хронологически в порядке убывания, но вы можете легко <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/SortData.aspx")%>">сортировать и фильтровать</a> данные по любому параметру или воспользоваться <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/Search.aspx")%>">инструментом поиска</a>, чтобы быстро найти определенную запись.</p>
</div>
</div>
</div>

View File

@ -145,7 +145,7 @@
<div class="block_of_step">
<div class="screen_text">
<div class="notehelp">
Due to the new mechanism of the password encryption, there is no the possibility to restore the password from the backup using the <code>core.machinekey</code> key which differs from the original one. To ensure correct portal operation, specify the old server key in the <b>web.appsettings.config</b> and <b>TeamlabSvc.exe.Config</b> files before restoring the backup on a new server.
Due to the new mechanism of the password encryption, there is no possibility to restore the password from the backup using the <code>core.machinekey</code> key which differs from the original one. To ensure correct portal operation, specify the old server key in the <b>web.appsettings.config</b> and <b>TeamlabSvc.exe.Config</b> files before restoring the backup on a new server.
</div>
<p>To restore your portal data from the previously created backup file, switch to the <b>Restore</b> page in the <b>COMMON SETTINGS</b> section on the left sidebar.</p>
</div>

View File

@ -0,0 +1,54 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Tracking login history";
MetaKeyWords = "portal settings, Control Panel, login history";
MetaDescription = "Learn how to use the Control Panel login history feature.";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Tracking login history</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/ControlPanel/ControlPanel_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/control-panel/control-panel.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/security/security.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Introduction</h2>
<div class="block_of_step">
<div class="screen_text">
<p>The <b>Login History</b> section of the <b>Control Panel</b> is used to monitor the latest user login activity including successful logins and failed attempts with an indication of reasons.</p>
<p>To access <b>Control Panel</b>, sign in to your portal and click the 'Control Panel' link on the <b>Start Page</b>. Alternatively, you can go to the portal 'Settings' and click the 'Control Panel' link on the left-side panel.</p>
</div>
</div>
</div>
<h2 id="step1">Viewing login history</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Switch to the <b>Control Panel</b> within the necessary portal and open the <b>Login History</b> page in the <b>PORTAL SETTINGS</b> section on the left sidebar.</p>
<p>This page displays only the last 20 records. Each record shows which action took place, who performed it and when the event occurred. You can also set the period to store the data. By default, it is set to 180 days.</p>
<div class="screen_block">
<img alt="Tracking login history" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide130/login_history.png")%>" />
<img alt="Tracking login history" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide130/login_history.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>To view the detailed statistics for the latest half year click the <b>Download and open report</b> button. The report will open in an .xlsx spreadsheet <em>(LoginHistory_ReportStartDate-EndDate.xlsx)</em>. </p>
<div class="notehelp">
The file will also be automatically saved to the <a href="<%=VirtualPathUtility.ToAbsolute("~/administration/documents.aspx")%>"><b>My documents</b></a> section.
</div>
<p>The login history report includes the following details: user <b>IP</b> address, <b>Browser</b> and <b>Platform</b> which were being used when the registered event occurred, <b>Date</b> and time of the event, name of the <b>User</b> who made an attempt to log in/log out, portal <b>Page</b> where the action has been performed, specific <b>Action</b> (for example, <em>Login Fail. Associated Social Account Not Found</em>).</p>
<p>The records are sorted chronologically in descending order, but you can easily <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/SortData.aspx")%>">sort and filter</a> the data by any parameter or use the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/Search.aspx")%>">search tool</a> to quickly find a specific record.</p>
<p>In the <b>Online Users</b> section, you can also view the list of the users who are currently logged in as well as each online user session duration.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,54 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Отслеживание истории входов в систему";
MetaKeyWords = "настройки портала, Панель управления, история входов в систему";
MetaDescription = "Узнайте, как использовать функцию История входов в систему Панели управления.";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Отслеживание истории входов в систему</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/ControlPanel/ControlPanel_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/control-panel/control-panel.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/security/security.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<h2 id="introduction">Введение</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Раздел <b>История входов в систему</b> в <b>Панели управления</b> используется для отслеживания последних операций входа в систему, выполненных пользователями, включая успешные входы на портал и неудачные попытки входа с указанием причин.</p>
<p>Чтобы открыть <b>Панель управления</b>, войдите на портал и нажмите на ссылку 'Панель управления' на <b>Стартовой странице</b>. Можно также перейти в 'Настройки' портала и нажать на ссылку 'Панель управления' на левой боковой панели.</p>
</div>
</div>
</div>
<h2 id="step1">Просмотр истории входов в систему</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Перейдите в <b>Панель управления</b> на нужном портале и откройте страницу <b>История входов в систему</b> в разделе <b>НАСТРОЙКИ ПОРТАЛА</b> на левой боковой панели.</p>
<p>На этой странице отображается только 20 последних записей. Каждая запись показывает, какое действие произведено, кто его выполнил, и когда произошло это событие. Вы также можете задать период, в течение которого хранятся данные. По умолчанию он составляет 180 дней.</p>
<div class="screen_block">
<img alt="Отслеживание истории входов в систему" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide130/login_history.png")%>" />
<img alt="Отслеживание истории входов в систему" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide130/login_history.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>Чтобы просмотреть подробную статистику за последние полгода, нажмите кнопку <b>Скачать и открыть отчет</b>. Отчет откроется в таблице в формате .xlsx <em>(LoginHistory_ReportStartDate-EndDate.xlsx)</em>. </p>
<div class="notehelp">
Этот файл также будет автоматически сохранен в разделе <a href="<%=VirtualPathUtility.ToAbsolute("~/administration/documents.aspx")%>"><b>Мои документы</b></a>.
</div>
<p>Отчет по истории входов в систему содержит следующие сведения: <b>IP</b>-адрес пользователя, <b>Браузер</b> и <b>Платформа</b>, которые использовались в момент возникновения зарегистрированного события, <b>Дата</b> и время события, имя <b>Пользователя</b>, совершившего попытку входа или выхода, <b>Страница</b> портала, на которой было выполнено это действие, конкретное <b>Действие</b> (например, <em>Неудачная попытка входа. Не найден связанный аккаунт социальной сети</em>).</p>
<p>Записи отсортированы хронологически в порядке убывания, но вы можете легко <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/SortData.aspx")%>">сортировать и фильтровать</a> данные по любому параметру или воспользоваться <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/Search.aspx")%>">инструментом поиска</a>, чтобы быстро найти определенную запись.</p>
<p>В разделе <b>Пользователи в сети</b> можно также просмотреть список пользователей, которые в данный момент находятся на портале, а также продолжительность сеанса каждого из этих пользователей.</p>
</div>
</div>
</div>

View File

@ -1,8 +1,24 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/controlpanel/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 20.09</p>
<p class="changelog-main-header">Version 20.12</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/10/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">ONLYOFFICE Groups</p>
<ul>
<li>Version 11.0.1</li>
<li>See the full list of changes <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/groups-changelog.aspx")%>">here</a></li>
</ul>
<p class="changelog-subheader">ONLYOFFICE Docs</p>
<ul>
<li>Version 6.1</li>
<li>See the full list of changes <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-changelog.aspx")%>">here</a></li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 20.10</p>
<p class="changelog-release-date">Release date: <span class="crd-date">10/14/2020</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">ONLYOFFICE Groups</p>

View File

@ -833,6 +833,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</li>
</ul>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
</ul>
</div>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
</ul>
</div>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -22,6 +22,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -8,6 +8,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -8,5 +8,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -8,5 +8,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/023_faq/023_faq.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -8,5 +8,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -8,5 +8,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -8,5 +8,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/023_faq/023_faq.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
</ul>
</div>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -34,6 +34,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90015_configure_shibboleth/90015_configure_shibboleth.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90016_configure_onelogin/90016_configure_onelogin.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90017_configure_adfs/90017_configure_adfs.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90037_login_history/90037_login_history.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ControlPanel/90038_audit_trail/90038_audit_trail.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110001_configure_enterprise/110001_configure_enterprise.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Enterprise/110002_renew_subscription/110002_renew_subscription.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy/60028_documents_proxy.ascx" /></li>

View File

@ -1,6 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="text-container-link-changelog" data-content="ControlPanelChangelog">Control Panel changelog</a>
<a class="text-container-link-changelog" data-content="ControlPanelChangelog">ONLYOFFICE Control Panel changelog</a>
<div class="text-container-content" id="ControlPanelChangelog">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/ControlPanel/CPChangelog.ascx" />
</div>

View File

@ -1,6 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="text-container-link-changelog" data-content="ControlPanelChangelog">История изменений Панели управления</a>
<a class="text-container-link-changelog" data-content="ControlPanelChangelog">История изменений Панели управления ONLYOFFICE</a>
<div class="text-container-content" id="ControlPanelChangelog">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/ControlPanel/CPChangelog.ascx" />
</div>

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/opensource/opensource-script-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/opensource/opensource-script-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/MailServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/opensource/opensource-script-rpm-deb-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/opensource/opensource-script-rpm-deb-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://sourceforge.net/projects/teamlab/files/ONLYOFFICE_CommunityServer/"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/download.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/MailServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/download.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/download.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/CommunityEdition/CommunityEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/MailServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/enterprise/enterprise-script-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/enterprise/enterprise-script-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/MailServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/enterprise/enterprise-script-rpm-deb-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/enterprise/enterprise-script-rpm-deb-installation.aspx")%>"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/enterprise-edition-free.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/download-commercial.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/enterprise-edition-free.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.09</span></a>
<a class="page_version_link" target="_blank" href="https://www.onlyoffice.com/download-commercial.aspx"><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/EnterpriseEdition/EnterpriseEditionProduct.ascx" /><span class="pvl_version pvl_current">v.20.12</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/DocumentServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/MailServerChangelog.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/ControlPanelChangelog.ascx" />

View File

@ -0,0 +1,18 @@
<%@ Master Language="C#" MasterPageFile="~/Masters/ArticlePage.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidlink" runat="Server">
<asp:contentplaceholder id="pagebodyidpage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="breadstoplink" runat="Server">
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="leftmenupagelink" runat="Server">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="contentlink" runat="Server">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/AdministrationLinks.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/ServerPageButtons.ascx" />
</asp:Content>

View File

@ -0,0 +1,24 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Workspace"; %>
<body class="control_panel cp_enterprise_edition administration_guides_controlpanel">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/ControlPanelTop/ControlPanelTop.ascx" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/ControlPanel/AuditTrail/AuditTrail.ascx" />
</asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="administrationworkspacepage general">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50002_upgrade_server/50002_upgrade_server.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50005_connect_document_to_community/50005_connect_document_to_community.ascx" />
</div>
</div>
</asp:Content>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="control_panel cp_community_edition administration_guides_controlpanel">

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<script runat="server">

View File

@ -0,0 +1,24 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Workspace"; %>
<body class="control_panel cp_enterprise_edition administration_guides_controlpanel">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/ControlPanelTop/ControlPanelTop.ascx" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/ControlPanel/LoginHistory/LoginHistory.ascx" />
</asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="administrationworkspacepage general">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50002_upgrade_server/50002_upgrade_server.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50005_connect_document_to_community/50005_connect_document_to_community.ascx" />
</div>
</div>
</asp:Content>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticlesCP.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="administration_guides_controlpanel">

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB