Subversion Repositories eFlore/Applications.cel

Rev

Rev 700 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
700 jpm 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
3
	<head>
4
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
5
		<meta http-equiv="Content-style-type" content="text/css" />
6
		<meta http-equiv="Content-script-type" content="text/javascript" />
7
		<meta http-equiv="Content-language" content="fr" />
8
 
9
		<meta name="revisit-after" content="15 days" />
10
        <meta name="robots" content="index,follow" />
11
        <meta name="author" content="Jean-Pascal MILCENT" />
12
        <meta name="keywords" content="Statistiques, CEL, Tela Botanica, photo, liste, utilisateurs" />
13
        <meta name="description" content="Liste des utilisateurs possédant le plus grand nombre de photographies publiques dans le Carnet en Ligne (CEL)" />
14
		<title>Liste des utilisateurs possédant le plus grand nombre de photographies publiques</title>
15
		<style>
16
			img{display:block;margin:0.5em;border:1px solid black;}
17
			hr.nettoyeur {clear:both;width:0;}
18
			.flottant-gauche img{float:left;}
19
		</style>
20
 
21
		<!-- Stats : Google Analytics -->
22
		<script type="text/javascript">
23
			//<![CDATA[
24
			var _gaq = _gaq || [];
25
			_gaq.push(['_setAccount', 'UA-20092557-1']);
26
			_gaq.push(['_trackPageview']);
27
 
28
			(function() {
29
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
30
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
31
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
32
			})();
33
			//]]>
34
		</script>
35
	</head>
36
	<body>
37
		<h1>Liste des utilisateurs possédant le plus grand nombre de photographies publiques</h1>
38
		<div class="flottant-gauche">
39
			<?php include('filtres.tpl.html') ?>
707 jpm 40
			<?php if (isset($utilisateurs)) : ?>
700 jpm 41
			<p>Classement / Utilisateur / Nombre de photographies</p>
42
			<ol>
43
			<?php foreach ($utilisateurs as $nomPrenom => $nbre) : ?>
44
				<li><?=$nomPrenom?> : <?=$nbre?></li>
45
			<?php endforeach; ?>
46
			</ol>
707 jpm 47
			<?php else : ?>
48
			<p>Aucun résultat ne correspond à vos filtres</p>
49
			<?php endif; ?>
700 jpm 50
		</div>
51
		<hr class="nettoyeur" />
52
		<div class="flottant-gauche">
53
			<?php include('navigation.tpl.html') ?>
54
		</div>
55
	 </body>
56
</html>