diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html index 3404f22..3ca5eac 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -6,19 +6,21 @@ | |||
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> | 9 | <!--<h3>Importer un fichier </h3> |
10 | <div class="bouton" onclick="affiche_cache('import_donnees',this)">Afficher</div> | 10 | <div class="bouton" onclick="affiche_cache('import_donnees',this)">Afficher</div>--> |
11 | <div id="import_donnees"> | 11 | <div id="import_donnees"> |
12 | <form action="/" method="post" enctype="multipart/form-data"> | 12 | <form action="/" method="post" enctype="multipart/form-data" id="form_import_donnees"> |
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | <label for="fichier_donnees">Importer le fichier de données</label> | 16 | <label for="fichier_donnees"> |
17 | <input type="file" name="fichier_donnees"> | 17 | <img src="static/icons/import.png"> |
18 | <input type="submit" name="valider_fichier" value="Charger les données"> | 18 | <div class="icon_legend">Importer un fichier</div> |
19 | </label> | ||
20 | <input type="file" name="fichier_donnees" id="fichier_donnees" oninput="upload_file()"> | ||
21 | <!--<input type="submit" name="valider_fichier" value="Charger les données">--> | ||
19 | </form> | 22 | </form> |
20 | </div> | 23 | </div> |
21 | <hr> | ||
22 | 24 | ||
23 | <form id="donnees_enfant"> | 25 | <form id="donnees_enfant"> |
24 | 26 | ||