Code source du fichier pages-doc/sources.html
<html>
<head>
<title>Phpcovid : Code source des fichiers du site</title>
<meta name=author content="Bernard Chardonneau">
<meta name=copyleft content="Logiciel et données publiés dans le domaine public">
<meta name=robots content="noindex,follow">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/misenpage.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="contenu">
<h1>Code source des fichiers HTML, PHP et des programmes C</h1>
<h2 align="center">Menu</h2>
<table cellpadding="5">
<tr>
<td width="160">
<tt><a href="voirsource.php?page=menus/menu-vaccin&menu=1">menu-vaccin</a></tt>
</td>
<td>Menu des statistiques de vaccination</td>
</tr>
</table>
<br>
<h2 align="center">CSS</h2>
<table cellpadding="5">
<tr>
<td width="160">
<tt><a href="voirsource.php?page=css/misenpage.css&menu=2">misenpage.css</a></tt>
</td>
<td>Mise en page standard (menu à gauche, contenu sur le reste de la largeur)</td>
</tr>
<tr>
<td width="160">
<tt><a href="voirsource.php?page=css/misenpage2.css&menu=2">misenpage2.css</a></tt>
</td>
<td>Mise en page avec un bandeau de sélection d'une table en haut</td>
</tr>
<tr>
<td width="160">
<tt><a href="voirsource.php?page=css/styles.css&menu=2">styles.css</a></tt>
</td>
<td>Styles d'écriture de la page</td>
</tr>
</table>
<br>
<h2 align="center">Fichiers PHP d'usage général</h2>
<table cellpadding="5">
<tr>
<td width="160">
<tt><a href="voirsource.php?page=constantes.php&menu=1">constantes.php</a></tt>
</td>
<td>Constantes numériques et sous répertoires du site</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=fichref.php&menu=1">fichref.php</a></tt></td>
<td>Constantes permettant d'accéder aux fichiers CSV de référence</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=acces_page.php&menu=1">acces_page.php</a></tt></td>
<td>Bibliothèque de fonctions permettant de générer la page à partir
d'un modèle de fichier HTML</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=genmenu.php&menu=1">genmenu.php</a></tt></td>
<td>Génération du menu des statistiques de vaccination</td>
</tr>
</table>
<br>
<h2 align="center">Récupération et mise en forme des fichiers CSV de référence</h2>
<table cellpadding="5">
<tr>
<td width="220">
<tt><a href="voirsource.php?page=fusion-colonne.php&menu=1">fusion-colonne.php</a></tt>
</td>
<td>Fonction commune à selchamps-jour.php et selchamps-evol.php</td>
</tr>
<tr>
<td width="220">
<tt><a href="voirsource.php?page=selchamps-jour.php&menu=1">selchamps-jour.php</a></tt>
</td>
<td>Fonction permettant de sélectionner les champs d'un fichier
CSV de référence relatif à la vaccination à ce jour</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-tot-a-fra.php&menu=1">testmaj-tot-a-fra.php</a></tt>
</td>
<td>Récupération et mise en forme du fichier vacsi-tot-a-fra.csv
(vaccination par classe d'âge) à partir du fichier CSV de référence</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-totgen-fra.php&menu=1">testmaj-totgen-fra.php</a></tt></td>
<td>Fabrication du fichier vacsi-totgen-fra.csv (vaccination à partir
d'un certain âge) à partir du fichier vacsi-tot-a-fra.csv</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-tot-dep.php&menu=1">testmaj-tot-dep.php</a></tt></td>
<td>Récupération et mise en forme du fichier vacsi-tot-dep.csv
(vaccination par département) à partir du fichier CSV de référence</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-tot-reg.php&menu=1">testmaj-tot-reg.php</a></tt></td>
<td>Récupération et mise en forme du fichier vacsi-tot-reg.csv
(vaccination par région et DOM) à partir du fichier CSV de référence</td>
</tr>
<tr>
<td width="220">
<tt><a href="voirsource.php?page=selchamps-evol.php&menu=1">selchamps-evol.php</a></tt>
</td>
<td>Fonction permettant de sélectionner les champs d'un fichier
CSV de référence relatif à l'évolution de la vaccination</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-a-fra.php&menu=1">testmaj-a-fra.php</a></tt></td>
<td>Récupération et mise en forme du fichier vacsi-a-fra.csv (évolution de
la vaccination par clasee d'âge) à partir du fichier CSV de référence</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=testmaj-regdom.php&menu=1">testmaj-regdom.php</a></tt></td>
<td>Récupération et mise en forme du fichier vacsi-reg.csv (évolution de la
vaccination par région et par DOM) à partir du fichier CSV de référence</td>
</tr>
</table>
<br>
<h2 align="center">Fichiers PHP et HTML pour les différentes pages du menu vaccination</h2>
<table cellpadding="5">
<tr>
<td width="190">
<tt><a href="voirsource.php?page=table-gen.php&menu=1">table-gen.php</a></tt></td>
<td width="260">
<tt><a href="voirsource.php?page=pages/table-gen.html&menu=2">table-gen.html</a></tt></td>
<td>Tableau du taux de vaccination à ce jour à partir de différents âges</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=table-age.php&menu=1">table-age.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/table-age.html&menu=2">table-age.html</a></tt></td>
<td>Tableau du taux de vaccination à ce jour par classe d'âge</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=table-dep.php&menu=1">table-dep.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/table-dep.html&menu=2">table-dep.html</a></tt></td>
<td>Tableau du taux de vaccination à ce jour par département (métropole)</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=table-reg.php&menu=1">table-reg.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/table-reg.html&menu=2">table-reg.html</a></tt></td>
<td>Tableau du taux de vaccination à ce jour par région et par DOM</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=bargraphe-gen.php&menu=1">bargraphe-gen.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/bargraphe-gen.html&menu=2">bargraphe-gen.html</a></tt></td>
<td>Bargraphe 4 couleurs du taux de vaccination à ce jour à partir de différents âges</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=bargraphe-age1.php&menu=1">bargraphe-age1.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/bargraphe-age1.html&menu=2">bargraphe-age1.html</a></tt></td>
<td>Bargraphe du taux de vaccination à ce jour par classe d'âge
similaire à celui du site officiel</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=bargraphe-age2.php&menu=1">bargraphe-age2.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/bargraphe-age2.html&menu=2">bargraphe-age2.html</a></tt></td>
<td>Bargraphe 4 couleurs du taux de vaccination à ce jour par classe d'âge</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=bargraphe-reg.php&menu=1">bargraphe-reg.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/bargraphe-reg.html&menu=2">bargraphe-reg.html</a></tt></td>
<td>Bargraphe 4 couleurs du taux de vaccination à ce jour par région et par DOM</td>
</tr>
<td><tt><a href="voirsource.php?page=table-evol-gen.php&menu=1">table-evol-gen.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/table-evol-gen.html&menu=2">table-evol-gen.html</a></tt></td>
<td>Tableau d'évolution générale du taux de vaccination</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=table-evol-age.php&menu=1">table-evol-age.php</a></tt></td>
<td><tt>
<a href="voirsource.php?page=pages/table-evol-select-age.html&menu=2">table-evol-select-age.html</a><br>
<a href="voirsource.php?page=pages/table-evol-age.html&menu=2">table-evol-age.html</a>
</tt></td>
<td>Tableau d'évolution du taux de vaccination par classe d'âge</td>
</tr>
<td><tt><a href="voirsource.php?page=table-evol-reg.php&menu=1">table-evol-reg.php</a></tt></td>
<td><tt>
<a href="voirsource.php?page=pages/table-evol-select-reg.html&menu=2">table-evol-select-reg.html</a><br>
<a href="voirsource.php?page=pages/table-evol-reg.html&menu=2">table-evol-reg.html</a>
</tt></td>
<td>Tableau d'évolution du taux de vaccination par région</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=table-evol-dom.php&menu=1">table-evol-dom.php</a></tt></td>
<td><tt>
<a href="voirsource.php?page=pages/table-evol-select-dom.html&menu=2">table-evol-select-dom.html</a><br>
<a href="voirsource.php?page=pages/table-evol-dom.html&menu=2">table-evol-dom.html</a>
</tt></td>
<td>Tableau d'évolution du taux de vaccination par département d'outre-mer</td>
</tr>
<td><tt><a href="voirsource.php?page=graph-evol-gen.php&menu=1">graph-evol-gen.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/graph-evol-gen.html&menu=2">graph-evol-gen.html</a></tt></td>
<td>Graphique d'évolution générale du taux de vaccination</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=graph-evol-age.php&menu=1">graph-evol-age.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/graph-evol-age.html&menu=2">graph-evol-age.html</a></tt></td>
<td>Graphique d'évolution du taux de vaccination par classe d'âge</td>
</tr>
<td><tt><a href="voirsource.php?page=graph-evol-reg.php&menu=1">graph-evol-reg.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/graph-evol-reg.html&menu=2">graph-evol-reg.html</a></tt></td>
<td>Graphique d'évolution du taux de vaccination par région</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=graph-evol-dom.php&menu=1">graph-evol-dom.php</a></tt></td>
<td><tt><a href="voirsource.php?page=pages/graph-evol-dom.html&menu=2">graph-evol-dom.html</a></tt></td>
<td>Graphique d'évolution du taux de vaccination par département d'outre-mer</td>
</tr>
</table>
<br>
<h2 align="center">Fichiers C communs</h2>
<table cellpadding="5">
<tr>
<td width="140">
<tt><a href="voirsource.php?page=src/trtchamps.c&menu=3">trtchamps.c</a></tt></td>
<td width="140">
<tt><a href="voirsource.php?page=src/trtchamps.h&menu=3">trtchamps.h</a></tt></td>
<td>Fonctions permettant d'accéder aux champs d'un fichier CSV local</td>
</tr>
<tr>
<td><tt><a href="voirsource.php?page=src/entete-bmp.c&menu=3">entete-bmp.c</a></tt></td>
<td><tt><a href="voirsource.php?page=src/entete-bmp.h&menu=3">entete-bmp.h</a></tt></td>
<td>Fonction permettant d'initialiser l'entête d'un fichier image bmp</td>
</tr>
<tr>
<td colspan="2"><tt><a href="voirsource.php?page=src/makefile&menu=3">makefile</a></tt></td>
<td>Makefile pour la compilation des programmes C</td>
</tr>
</table>
<br>
<h2 align="center">Fichiers C pour la génération de bargraphes</h2>
<table cellpadding="5">
<tr>
<td colspan="2"><tt><a href="voirsource.php?page=src/gen-serie-bargraphes.c&menu=3">gen-serie-bargraphes.c</a></tt></td>
<td>Génération d'une série de bargraphes à partir d'un fichier CSV local</td>
</tr>
<tr>
<td width="140">
<tt><a href="voirsource.php?page=src/genbargraphe.c&menu=3">genbargraphe.c</a></tt></td>
<td width="140">
<tt><a href="voirsource.php?page=src/genbargraphe.h&menu=3">genbargraphe.h</a></tt></td>
<td>Génération d'une image bmp représentant un bargraphe</td>
</tr>
<tr>
<td colspan="2"><tt><a href="voirsource.php?page=src/bargraphe.h&menu=3">bargraphe.h</a></tt></td>
<td>Constantes définissant les caractéristiques d'un bargraphe</td>
</tr>
</table>
<br>
<h2 align="center">Fichiers C pour la génération de graphiques d'évolution</h2>
<table cellpadding="5">
<tr>
<td colspan="2"><tt><a href="voirsource.php?page=src/gen-serie-graphiques.c&menu=3">gen-serie-graphiques.c</a></tt></td>
<td>Génération d'une série de graphiques à partir d'un fichier CSV local</td>
</tr>
<tr>
<td width="140">
<tt><a href="voirsource.php?page=src/gengraphe.c&menu=3">gengraphe.c</a></tt></td>
<td width="140">
<tt><a href="voirsource.php?page=src/gengraphe.h&menu=3">gengraphe.h</a></tt></td>
<td>Génération d'une image bmp représentant un graphique</td>
</tr>
<tr>
<td colspan="2"><tt><a href="voirsource.php?page=src/graphe.h&menu=3">graphe.h</a></tt></td>
<td>Constantes définissant les caractéristiques d'un graphique</td>
</tr>
</table>
<br>
</div>
<div id="menu">
XXXMENU
</div>
</body>
</html>