Subversion Repositories Applications.projet

Rev

Rev 381 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<h1>Liste des projets et forums de Tela Botanica</h1>
<div id="projet_choix_mode"><?= $lien_interface_simple; ?>&nbsp;&nbsp;<?= $lien_interface_expert; ?></div>
<div class="projet_recherche"><h2>Rechercher dans les projets</h2>
<form action="<?= $url; ?>" method="get">
 <fieldset>
 <input type="text" name="projet_recherche" id="projet_recherche" value="<?= $valeur_projet_recherche; ?>" />
 <input type="submit" value="Ok" id="projet_recherche_submit" />
 </fieldset>
</form>
</div>
<hr />
<div class="information_projet importance4">
<h2>Qu'est-ce qu'un projet ?</h2>
C'est un espace o&ugrave; l'on peut &eacute;changer sur une th&eacute;matique li&eacute;e &agrave; la botanique.
Vous disposez dans cet espace de divers outils.
<ul>
<li><a href="http://www.tela-botanica.org/page:informations_sur_les_projets#infoprojets_utiliser" title="Lien vers l'aide pour utiliser les outils">une liste de discussion (forum)</a></li>
<li><a href="http://www.tela-botanica.org/page:informations_sur_les_projets#infoprojets_utiliser" title="Lien vers l'aide pour utiliser les outils">un wikini</a></li>
<li><a href="http://www.tela-botanica.org/page:informations_sur_les_projets#infoprojets_utiliser" title="Lien vers l'aide pour utiliser les outils">un espace document</a></li>
</ul>
</div>
<div id="cartouche_liste_projet">
<div id="projet_range">Projets <span class="nombre"><?= $range[0]; ?></span> &agrave; <span class="nombre"><?= $range[1]; ?></span> sur <span class="nombre"><?= $nombre_projets; ?></span></div>

</div>
<div id="projet_theme">
<h1>Th&egrave;mes - <?= $tableau_theme[$theme_selectionne]['label']; ?></h1>
 <ul>
 <?php foreach ($tableau_theme as $theme) : ?>
 <li><?php if ($theme['id'] == $theme_selectionne) : ?><strong><?php endif; ?>
        <a href="<?= $theme['lien']; ?>"><?= $theme['label']; ?></a>
        <?php if ($theme['id'] == $theme_selectionne) : ?></strong><?php endif; ?>
        ( <?= $theme['nombre_projet']; ?> )</li>
 <?php endforeach ;?>
 </ul>
</div>
<div class="pager"><?= $links['all']; ?></div>
<ul class="liste_projet">
 <?php foreach ($tableau_donnees as $projet) : ?>
 <li>
  <h3><a href="<?= $projet['lien'] ;?>"><?= $projet['titre']; ?></a></h3>
  <h4>(<?= $projet['nombre_participants']; ?> participants) <span class="<?= $projet['classe_projet_activite']; ?>">(<?= $projet['activite']; ?>)</span></h4>
  <?= $projet['resume']; ?>
  <?= $projet['forum'] ; ?>
  <?php if ($projet['nombre_message']) : ?>
    ( + <span class="nombre_message"><?php echo $projet['nombre_message']; ?> nouveaux messages</span> )
  <?php endif; ?>
 </li>
 <?php endforeach ; ?>
</ul>
<div class="pager"><?= $links['all']; ?></div>