Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 380 → Rev 381

/trunk/squelettes/liste_projet.tpl.html
9,7 → 9,7
</form>
</div>
<hr />
<div class="information_projet">
<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.
38,8 → 38,8
<ul class="liste_projet">
<?php foreach ($tableau_donnees as $projet) : ?>
<li>
<h1><a href="<?= $projet['lien'] ;?>"><?= $projet['titre']; ?></a></h1>
(<?= $projet['nombre_participants']; ?> participants) <span class="<?= $projet['classe_projet_activite']; ?>">(<?= $projet['activite']; ?>)</span><br />
<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']) : ?>