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

public.php « templates - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb0e478a99e94c85ca133921af5503285863fed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="notification-container">
	<div id="notification" style="display: none;"></div>
</div>
<div id="documents-content">
	<?php if (isset($_['document'])): ?>
		<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />
	<?php endif; ?>
	<?php if (isset($_['notFound'])): ?>
		<div class="push"></div>
		<div class="warning"><?php p($l->t('This link has been expired or is never existed. Please contact the person who shared it with you for details.')) ?></div>
	<?php endif; ?>
</div>