You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/templates/public.php

13 lines
506 B
PHTML

<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>