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