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
<?php if (isset($message_retour)) echo $message_retour; ?>
3
<?php if ($message != PROJET_MESSAGE_LISTE_PRIVEE) : ?>
4
 <div id="projet_bloc_action">
5
  <?php if (!$loggue) : ?>
445 mathias 6
    <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>
7
    <br style="clear:left;" />
431 mathias 8
  <?php endif; ?>
445 mathias 9
  <?php if ($loggue && $droits == PROJET_DROIT_AUCUN) : ?>
10
    <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>
11
    <br style="clear:both;" />
12
  <?php endif; ?>
431 mathias 13
  <?php if ($droits == PROJET_DROIT_EN_ATTENTE) : ?>
445 mathias 14
    <div id="projet_lien_login">
15
      <a href="<?= $lien_login; ?>">En attente de validation</a>
16
      <p><?= $laius_inscription_modere; ?></p>
17
    </div>
431 mathias 18
  <?php endif; ?>
19
 </div>
20
 <h2>Adresse pour &eacute;crire au forum</h2>
21
  <a href="mailto:<?php echo $adresse_envoie; ?>"><?php echo $adresse_envoie; ?></a>
22
 <?php if ($avoir_liste_externe) : ?>
23
 <p class="information">La liste de discussion de ce projet est h&eacute;berg&eacute;e par Yahoo Groupes <img src="sites/commun/generique/images/favicones/yahoo.png" alt="Yahoo"/>.
445 mathias 24
 <br />Pour vous inscrire � cette liste : <a href="mailto:<?php echo $adresse_inscription; ?>"><?php echo $adresse_inscription; ?></a>.<br />
431 mathias 25
 Une fois inscrit, vous pourrez envoyer des messages en utilisant l'adresse pour &eacute;crire au forum (liste de discussion).<br />
26
 Pour plus d'information sur le fonctionnement des Yahoo Groupes, <a href="http://help.yahoo.com/l/fr/yahoo/groups/">http://help.yahoo.com/l/fr/yahoo/groups/</a>.
27
 </p>
28
 <?php endif; ?>
29
 <?php if ($loggue && ($droits < PROJET_DROIT_AUCUN) && !$avoir_liste_externe) echo $bouton_poster; ?>
30
 <br style="clear:left;" />
31
 <h2>Tous les messages</h2>
32
 <?php echo $calendrier; ?>
33
 <h2>Les derniers messages</h2>
34
 <?php echo $derniers_messages; ?>
35
 <?php echo $navigation; ?>
36
 <?php echo $message; ?>
37
 
38
<?php else : ?>
445 mathias 39
  Cette liste est priv&eacute;e, vous devez vous inscrire pour y acc�der.
431 mathias 40
<?php endif; ?>
41
<?php if ($avoir_liste_externe) : ?>
42
<h2>Vers l'espace Yahoo !</h2>
43
<?php echo $liste_ext_res; ?>
44
<?php endif; ?>
45
<?php echo $bouton_desinscription_liste; ?>
293 alexandre_ 46
<br style="clear:left;" />