UPSTREAM BASELINE: nextcloud/spreed v22.0.12 (без изменений)
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
/** @var \OCP\IL10N $l */
|
||||
?>
|
||||
|
||||
<div id="admin_settings">
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
<div class="settings-section-placeholder"></div>
|
||||
</div>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
/** @var \OCP\Defaults $theme */
|
||||
/** @var array $_ */
|
||||
?>
|
||||
|
||||
<div id="clients-talk" class="section clientsbox">
|
||||
<h2><?php p($l->t('%s Talk on your mobile devices', [$theme->getName()]));?></h2>
|
||||
|
||||
<p class="settings-hint"><?php p($l->t('Join conversations at any time, anywhere, on any device.')); ?></p>
|
||||
|
||||
<div class="clientslinks">
|
||||
<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
|
||||
<img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>"
|
||||
alt="<?php p($l->t('Android app'));?>" />
|
||||
</a>
|
||||
<a href="<?php p($_['clients']['ios']); ?>" rel="noreferrer" target="_blank">
|
||||
<img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>"
|
||||
alt="<?php p($l->t('iOS app'));?>" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user