Subversion Repositories Applications.projet

Rev

Rev 293 | Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 293 Rev 329
Line 12... Line 12...
12
  <?php endif; ?>
12
  <?php endif; ?>
13
</div>
13
</div>
14
<?php if (!$loggue) : ?><br style="clear:left" /><?php endif; ?>
14
<?php if (!$loggue) : ?><br style="clear:left" /><?php endif; ?>
15
<?= $bouton_desinscription_projet;?>
15
<?= $bouton_desinscription_projet;?>
16
<h2><?php echo PROJET_DOCUMENT_DU_PROJET; ?></h2>
16
<h2><?php echo PROJET_DOCUMENT_DU_PROJET; ?></h2>
17
<?php if (!$pas_de_document) : ?>
-
 
18
<!--
-
 
19
<a href="<?= $url_ajax; ?>">Affichage arborescent</a>
-
 
20
<a href="<?= $url_classique; ?>">Affichage classique</a>
-
 
21
-->
17
 
22
<?php endif; ?>
-
 
23
<?php if ($loggue && ($droits < PROJET_DROIT_AUCUN)) : ?>
18
<?php if ($loggue && ($droits < PROJET_DROIT_AUCUN)) : ?>
24
 <?= $bouton_deposer_doc; ?>
19
 <?= $bouton_deposer_doc; ?>
25
 <?= $bouton_creer_repertoire; ?>
20
 <?= $bouton_creer_repertoire; ?>
26
<?php endif; ?>
21
<?php endif; ?>
27
<?php echo $html_no_script; ?>
22
<?php echo $html_no_script; ?>
-
 
23
<?php if ($pas_de_document) : ?>
-
 
24
 <p class="information">Ce dossier ne contient pas de documents.</p>
-
 
25
<?php else : ?>
28
<?php echo $html_document; ?>
26
 <?php echo $html_document; ?>
29
 
27
<?php endif; ?>
30
<br style="clear:both" />
28
<br style="clear:both" />
31
29