Subversion Repositories eFlore/Applications.cel

Rev

Rev 700 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 700 Rev 707
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
3
	<head>
3
	<head>
4
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
4
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
5
		<meta http-equiv="Content-style-type" content="text/css" />
5
		<meta http-equiv="Content-style-type" content="text/css" />
6
		<meta http-equiv="Content-script-type" content="text/javascript" />
6
		<meta http-equiv="Content-script-type" content="text/javascript" />
7
		<meta http-equiv="Content-language" content="fr" />
7
		<meta http-equiv="Content-language" content="fr" />
8
		
8
		
9
		<meta name="revisit-after" content="15 days" />
9
		<meta name="revisit-after" content="15 days" />
10
        <meta name="robots" content="index,follow" />
10
        <meta name="robots" content="index,follow" />
11
        <meta name="author" content="Jean-Pascal MILCENT" />
11
        <meta name="author" content="Jean-Pascal MILCENT" />
12
        <meta name="keywords" content="Statistiques, CEL, Tela Botanica, photo, liste, utilisateurs" />
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)" />
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>
14
		<title>Liste des utilisateurs possédant le plus grand nombre de photographies publiques</title>
15
		<style>
15
		<style>
16
			img{display:block;margin:0.5em;border:1px solid black;}
16
			img{display:block;margin:0.5em;border:1px solid black;}
17
			hr.nettoyeur {clear:both;width:0;}
17
			hr.nettoyeur {clear:both;width:0;}
18
			.flottant-gauche img{float:left;}
18
			.flottant-gauche img{float:left;}
19
		</style>
19
		</style>
20
		
20
		
21
		<!-- Stats : Google Analytics -->
21
		<!-- Stats : Google Analytics -->
22
		<script type="text/javascript">
22
		<script type="text/javascript">
23
			//<![CDATA[
23
			//<![CDATA[
24
			var _gaq = _gaq || [];
24
			var _gaq = _gaq || [];
25
			_gaq.push(['_setAccount', 'UA-20092557-1']);
25
			_gaq.push(['_setAccount', 'UA-20092557-1']);
26
			_gaq.push(['_trackPageview']);
26
			_gaq.push(['_trackPageview']);
27
			
27
			
28
			(function() {
28
			(function() {
29
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
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';
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);
31
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
32
			})();
32
			})();
33
			//]]>
33
			//]]>
34
		</script>
34
		</script>
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>
51
	 </body>
55
	 </body>
52
</html>
56
</html>