Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 328 → Rev 329

/trunk/squelettes/document.tpl.html
14,17 → 14,15
<?php if (!$loggue) : ?><br style="clear:left" /><?php endif; ?>
<?= $bouton_desinscription_projet;?>
<h2><?php echo PROJET_DOCUMENT_DU_PROJET; ?></h2>
<?php if (!$pas_de_document) : ?>
<!--
<a href="<?= $url_ajax; ?>">Affichage arborescent</a>
<a href="<?= $url_classique; ?>">Affichage classique</a>
-->
<?php endif; ?>
 
<?php if ($loggue && ($droits < PROJET_DROIT_AUCUN)) : ?>
<?= $bouton_deposer_doc; ?>
<?= $bouton_creer_repertoire; ?>
<?php endif; ?>
<?php echo $html_no_script; ?>
<?php echo $html_document; ?>
 
<?php if ($pas_de_document) : ?>
<p class="information">Ce dossier ne contient pas de documents.</p>
<?php else : ?>
<?php echo $html_document; ?>
<?php endif; ?>
<br style="clear:both" />