Subversion Repositories Applications.projet

Rev

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

Rev 293 Rev 431
Line 1... Line 1...
1
<h1><?= PROJET_PROJET ; ?> : <?= $projet->getTitre(); ?></h1>
1
<h1><?= PROJET_PROJET ; ?> : <?= $projet->getTitre(); ?></h1>
2
<?php if (isset($message_retour)) echo $message_retour; ?>
2
<?php if (isset($message_retour)) echo $message_retour; ?>
3
<div id="projet_bloc_action">
3
<div id="projet_bloc_action">
4
  <?php if (!$loggue) : ?>
4
  <?php if (!$loggue) : ?>
5
 <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>  
5
 <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_inscription.tpl.html'; ?>  
6
  <!-- <div id="projet_ou">OU</div>
6
  <!-- <div id="projet_ou">OU</div>
7
  <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_login.tpl.html'; ?>  -->
7
  <?php include_once PROJET_CHEMIN_APPLI.'squelettes/boutons/bouton_login.tpl.html'; ?>  -->
8
  <br style="clear:left;" />
8
  <br style="clear:left;" />
9
  <?php endif; ?>
9
  <?php endif; ?>
10
  <?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; ?>
10
  <?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; ?>
11
  <?php if ($droits == PROJET_DROIT_EN_ATTENTE) : ?>
11
  <?php if ($droits == PROJET_DROIT_EN_ATTENTE) : ?>
12
  
12
  
13
  <div id="projet_lien_login">
13
  <div id="projet_lien_login">
14
    <a href="<?= $lien_login; ?>">En attente de validation</a>
14
    <a href="<?= $lien_login; ?>">En attente de validation</a>
15
    <p><?= $laius_inscription_modere; ?></p>
15
    <p><?= $laius_inscription_modere; ?></p>
16
  </div>
16
  </div>
17
  
17
  
18
  <?php endif; ?>
18
  <?php endif; ?>
19
</div>
19
</div>
20
<h2><?= PROJET_RESUME ;?></h2>
20
<h2><?= PROJET_RESUME ;?></h2>
21
<?= $bouton_resume; ?>
21
<?= $bouton_resume; ?>
22
 
22
 
23
<div><?= $resume; ?></div>
23
<div><?= $resume; ?></div>
24
 
24
 
25
<h2><?= PROJET_WIKI_ASSOCIE ; ?></h2>
25
<h2><?= PROJET_WIKI_ASSOCIE ; ?></h2>
26
<?= $wiki_res ; ?>
26
<?= $wiki_res ; ?>
27
<?= $sortie_web ; ?>
27
<?= $sortie_web ; ?>
28
<h2><?= PROJET_DERNIERS_MESSAGES ; ?></h2>
28
<h2><?= PROJET_DERNIERS_MESSAGES ; ?></h2>
29
<?php if (!$avoir_liste_externe) echo $bouton_poster; ?><br />
29
<?php if (!$avoir_liste_externe) echo $bouton_poster; ?><br />
30
<?= $liste_ext_res.$sortie_liste ; ?>
30
<?= $liste_ext_res.$sortie_liste ; ?>
31
 
31
 
32
<h2><?= PROJET_FICHIERS_RECENTS; ?></h2>
32
<h2><?= PROJET_FICHIERS_RECENTS; ?></h2>
33
<?= $bouton_deposer_doc; ?>
33
<?= $bouton_deposer_doc; ?>
34
<?= $vue_liste_document->toHTML('', '') ; ?>
34
<?= $vue_liste_document->toHTML('', '') ; ?>
35
<br style="clear:both" />
35
<br style="clear:both" />
36
<?= $bouton_desinscription_projet;?>
36
<?= $bouton_desinscription_projet;?>
37
37