Rev 293 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h1><?= PROJET_PROJET ; ?> : <?= $projet->getTitre(); ?></h1>
<?php if (isset($message_retour)) echo $message_retour; ?>
<div id="projet_bloc_action">
<?php if (!$loggue) : ?>
<?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>
<!-- <div id="projet_ou">OU</div>
<?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_login.tpl.html'; ?> -->
<br style="clear:left;" />
<?php endif; ?>
<?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; ?>
<?php if ($droits == PROJET_DROIT_EN_ATTENTE) : ?>
<div id="projet_lien_login">
<a href="<?= $lien_login; ?>">En attente de validation</a>
<p><?= $laius_inscription_modere; ?></p>
</div>
<?php endif; ?>
</div>
<h2><?= PROJET_RESUME ;?></h2>
<?= $bouton_resume; ?>
<div><?= $resume; ?></div>
<h2><?= PROJET_WIKI_ASSOCIE ; ?></h2>
<?= $wiki_res ; ?>
<?= $sortie_web ; ?>
<h2><?= PROJET_DERNIERS_MESSAGES ; ?></h2>
<?php if (!$avoir_liste_externe) echo $bouton_poster; ?><br />
<?= $liste_ext_res.$sortie_liste ; ?>
<h2><?= PROJET_FICHIERS_RECENTS; ?></h2>
<?= $bouton_deposer_doc; ?>
<?= $vue_liste_document->toHTML('', '') ; ?>
<br style="clear:both" />
<?= $bouton_desinscription_projet;?>