Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 700 Rev 707
Line 35... Line 35...
35
	</head>
35
	</head>
36
	<body>
36
	<body>
37
		<h1>Liste des utilisateurs possédant le plus grand nombre de photographies publiques</h1>
37
		<h1>Liste des utilisateurs possédant le plus grand nombre de photographies publiques</h1>
38
		<div class="flottant-gauche">
38
		<div class="flottant-gauche">
39
			<?php include('filtres.tpl.html') ?>
39
			<?php include('filtres.tpl.html') ?>
-
 
40
			<?php if (isset($utilisateurs)) : ?>
40
			<p>Classement / Utilisateur / Nombre de photographies</p>
41
			<p>Classement / Utilisateur / Nombre de photographies</p>
41
			<ol>
42
			<ol>
42
			<?php foreach ($utilisateurs as $nomPrenom => $nbre) : ?>
43
			<?php foreach ($utilisateurs as $nomPrenom => $nbre) : ?>
43
				<li><?=$nomPrenom?> : <?=$nbre?></li>
44
				<li><?=$nomPrenom?> : <?=$nbre?></li>
44
			<?php endforeach; ?>
45
			<?php endforeach; ?>
45
			</ol>
46
			</ol>
-
 
47
			<?php else : ?>
-
 
48
			<p>Aucun résultat ne correspond à vos filtres</p>
-
 
49
			<?php endif; ?>
46
		</div>
50
		</div>
47
		<hr class="nettoyeur" />
51
		<hr class="nettoyeur" />
48
		<div class="flottant-gauche">
52
		<div class="flottant-gauche">
49
			<?php include('navigation.tpl.html') ?>
53
			<?php include('navigation.tpl.html') ?>
50
		</div>
54
		</div>