Subversion Repositories eFlore/Applications.del

Rev

Rev 2018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2018 Rev 2024
Line 7... Line 7...
7
		<th>Nombre de mots-clés ajoutés</th>
7
		<th>Nombre de mots-clés ajoutés</th>
8
	</tr>
8
	</tr>
9
</thead>
9
</thead>
10
<tbody>
10
<tbody>
11
	<?php foreach($liste as $util): ?>
11
	<?php foreach($liste as $util): ?>
12
	<tr><td><?= $util['intitule'] != '' ? $util['intitule'] : "contributeur anonyme" ?></td><td><?= intval($util['nombre']) ?></td></tr>
12
	<tr><td><?= $util['intitule'] != '' ? $util['intitule'] : "contributeurs anonymes" ?></td><td><?= intval($util['nombre']) ?></td></tr>
13
	<?php endforeach; ?>
13
	<?php endforeach; ?>
14
</tbody>
14
</tbody>
15
</table>
15
</table>
16
16