Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1625 → Rev 1626

/trunk/widget/modules/statistiques/squelettes/statistiques.tpl.php
New file
0,0 → 1,43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Votez !</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-style-type" content="text/css" />
<meta http-equiv="Content-script-type" content="text/javascript" />
<meta http-equiv="Content-language" content="fr" />
<meta name="revisit-after" content="15 days" />
<meta name="robots" content="index,follow" />
<meta name="author" content="Delphine Cauquil, Aurélien Peronnet" />
<meta name="keywords" content="Tela Botanica, photographie, DEL" />
<meta name="description" content="Widget de vote sur les dernières images proposées dans DEL" />
 
<link rel="stylesheet" type="text/css" href="<?=$url_css?>" media="screen" />
</head>
<body>
<!-- WIDGET:DEL:STATISTIQUES - DEBUT -->
<form action="">
<label>
Choisir l'année
</label>
<input name="annee" type="text" value="<?= $annee ?>"/>
<input type="submit" value="Afficher"/>
</form>
<br/><br/>
<table>
<tr>
<td><strong>indicateur</strong></td>
<td><strong>valeur</strong></td>
</tr>
<?php foreach($stats as $k => $v): ?>
<tr>
<td><?= $k ?></td>
<td><?= $v ?></td>
</tr>
<?php endforeach; ?>
</table>
<!-- WIDGET:DEL:STATISTIQUES - FIN -->
</body>
</html>