Subversion Repositories Applications.projet

Rev

Rev 432 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 mathias 1
<h1><?= PROJET_PROJET ; ?> : <?= $projet->getTitre(); ?></h1>
2
<div id="projet_bloc_action">
3
  <?php if (!$loggue) : ?>
445 mathias 4
    <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>
5
    <br style="clear:left;" />
431 mathias 6
  <?php endif; ?>
445 mathias 7
  <?php if ($loggue && $droits == PROJET_DROIT_AUCUN) : ?>
8
    <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>
9
    <br style="clear:both;" />
10
  <?php endif; ?>
431 mathias 11
  <?php if ($droits == PROJET_DROIT_EN_ATTENTE) : ?>
445 mathias 12
    <div id="projet_lien_login">
13
      <a href="<?= $lien_login; ?>">En attente de validation</a>
14
      <p><?= $laius_inscription_modere; ?></p>
15
    </div>
431 mathias 16
  <?php endif; ?>
17
</div>
18
<h2><?= PROJET_RESUME ;?></h2>
19
<?= $bouton_resume; ?><br style="clear:left;" />
20
<div><?= $projet->getResume(); ?></div>
21
<h2>Description</h2>
22
<div id="description_projet"><?= $projet->getDescription(); ?></div>
23
<?= $bouton_desinscription_projet;?>
293 alexandre_ 24
<br style="clear:left;" />