Subversion Repositories eFlore/Applications.del

Rev

Rev 1629 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1626 mathias 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">
3
	<head>
1629 mathias 4
		<title>Statistiques Identiplante</title>
1626 mathias 5
 
6
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
7
		<meta http-equiv="Content-style-type" content="text/css" />
8
		<meta http-equiv="Content-script-type" content="text/javascript" />
9
		<meta http-equiv="Content-language" content="fr" />
10
 
11
		<meta name="revisit-after" content="15 days" />
12
        <meta name="robots" content="index,follow" />
13
        <meta name="author" content="Delphine Cauquil, Aurélien Peronnet" />
14
        <meta name="keywords" content="Tela Botanica, photographie, DEL" />
15
        <meta name="description" content="Widget de vote sur les dernières images proposées dans DEL" />
16
 
17
		<link rel="stylesheet" type="text/css" href="<?=$url_css?>" media="screen" />
18
	</head>
19
	<body>
20
		<!-- WIDGET:DEL:STATISTIQUES - DEBUT -->
21
		<form action="">
22
			<label>
23
				Choisir l'année
24
			</label>
25
			<input name="annee" type="text" value="<?= $annee ?>"/>
26
			<input type="submit" value="Afficher"/>
27
		</form>
28
		<br/><br/>
29
		<table>
30
			<tr>
31
				<td><strong>indicateur</strong></td>
32
				<td><strong>valeur</strong></td>
33
			</tr>
34
			<?php foreach($stats as $k => $v): ?>
35
				<tr>
36
					<td><?= $k ?></td>
37
					<td><?= $v ?></td>
38
				</tr>
39
			<?php endforeach; ?>
40
		</table>
41
		<!-- WIDGET:DEL:STATISTIQUES - FIN -->
42
	</body>
43
</html>