diff options
author | Denise sur Lya <sekhmet@lya> | 2020-06-22 17:19:56 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-06-22 17:19:56 +0200 |
commit | d03279e72fcb75ddf784fbd0dcce2b2b15f5ff09 (patch) | |
tree | c5135bd0258461017b0eb564118cf29d0d06d277 /templates/index.html | |
parent | 442a69cbb7957120b908dd59abef0a315906ad2d (diff) | |
download | oms-d03279e72fcb75ddf784fbd0dcce2b2b15f5ff09.tar.gz oms-d03279e72fcb75ddf784fbd0dcce2b2b15f5ff09.tar.zst oms-d03279e72fcb75ddf784fbd0dcce2b2b15f5ff09.zip |
Gros nettoyage du code + quelques typos FAQ
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 0b2a4c5..7e00234 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -6,8 +6,6 @@ | |||
6 | 6 | ||
7 | <h2>Données de l'enfant</h2> | 7 | <h2>Données de l'enfant</h2> |
8 | 8 | ||
9 | <!--<h3>Importer un fichier </h3> | ||
10 | <div class="bouton" onclick="affiche_cache('import_donnees',this)">Afficher</div>--> | ||
11 | <div id="import_donnees"> | 9 | <div id="import_donnees"> |
12 | <form action="/" method="post" enctype="multipart/form-data" id="form_import_donnees"> | 10 | <form action="/" method="post" enctype="multipart/form-data" id="form_import_donnees"> |
13 | 11 | ||
@@ -18,13 +16,12 @@ | |||
18 | <span class="icon_legend">Importer un fichier</span> | 16 | <span class="icon_legend">Importer un fichier</span> |
19 | </label> | 17 | </label> |
20 | <input type="file" name="fichier_donnees" id="fichier_donnees" oninput="upload_file()"> | 18 | <input type="file" name="fichier_donnees" id="fichier_donnees" oninput="upload_file()"> |
21 | <!--<input type="submit" name="valider_fichier" value="Charger les données">--> | ||
22 | </form> | 19 | </form> |
23 | </div> | 20 | </div> |
24 | 21 | ||
25 | <form id="donnees_enfant"> | 22 | <form id="donnees_enfant"> |
26 | 23 | ||
27 | 24 | <!-- saisie des données --> | |
28 | 25 | ||
29 | <h3>Informations sur l'enfant</h3> | 26 | <h3>Informations sur l'enfant</h3> |
30 | <div> | 27 | <div> |