Welcome to mirror list, hosted at ThFree Co, Russian Federation.

who-has-access.php « templates - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a97c39ca5c80241b6948b6fe131be513e847abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="themes" class="section">
	<h3><?php p($l->t('Who has access to your data?')) ?></h3>
	<h4><?php p($l->t('Administrators')); ?></h4>
	<div id="privacy_access_admins"></div>

	<h4><?php p($l->t('People you shared with')) ?></h4>
	<div id="privacy_access_shares"></div>

	<?php if (!empty($_['privacyPolicyUrl'])): ?>
	<h4><?php p($l->t('Privacy policy')) ?></h4>
	<p>
		<a href="<?php print_unescaped($_['privacyPolicyUrl']) ?>"><?php p($l->t('Read the privacy policy.')) ?></a>
	</p>
	<?php endif; ?>
</div>