diff options
author | Denise sur Lya <sekhmet@lya> | 2020-06-19 17:05:32 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-06-19 17:05:32 +0200 |
commit | 61020126080c00be471ea41a0b25109469d8bda1 (patch) | |
tree | 1300bf4730f56a9a3670a9255a2e5ed8ee4c0b4c /templates | |
parent | 93ba28a72f0df1e113ad12736839b8c6e12de7ae (diff) | |
download | oms-61020126080c00be471ea41a0b25109469d8bda1.tar.gz oms-61020126080c00be471ea41a0b25109469d8bda1.tar.zst oms-61020126080c00be471ea41a0b25109469d8bda1.zip |
amélioration du code encore
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 | ||||
-rw-r--r-- | templates/index.html | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 8b96c17..40a73b0 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -7,6 +7,7 @@ | |||
7 | <link rel="stylesheet" href="static/style.css" type="text/css"> | 7 | <link rel="stylesheet" href="static/style.css" type="text/css"> |
8 | <script src="static/requetes.js"></script> | 8 | <script src="static/requetes.js"></script> |
9 | <script src="static/outilspage.js"></script> | 9 | <script src="static/outilspage.js"></script> |
10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
10 | 11 | ||
11 | </head> | 12 | </head> |
12 | 13 | ||
diff --git a/templates/index.html b/templates/index.html index 3ca5eac..52fa466 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -24,11 +24,12 @@ | |||
24 | 24 | ||
25 | <form id="donnees_enfant"> | 25 | <form id="donnees_enfant"> |
26 | 26 | ||
27 | |||
28 | |||
29 | <h3>Informations sur l'enfant</h3> | ||
27 | <div> | 30 | <div> |
28 | <input type="reset" value="Effacer les données du formulaire"> | 31 | <input type="reset" value="Effacer les données du formulaire"> |
29 | </div> | 32 | </div> |
30 | |||
31 | <h3>Informations sur l'enfant</h3> | ||
32 | <ul> | 33 | <ul> |
33 | <li><label>Nom de l'enfant :</label> <input type="text" name="nom" value="{{ valform.nom }}"></li> | 34 | <li><label>Nom de l'enfant :</label> <input type="text" name="nom" value="{{ valform.nom }}"></li> |
34 | <li><label>Sexe :</label> <label><input type="radio" name="sexe" value="F" {%if valform.sexe == "F" %}checked{% endif %}> féminin </label> | 35 | <li><label>Sexe :</label> <label><input type="radio" name="sexe" value="F" {%if valform.sexe == "F" %}checked{% endif %}> féminin </label> |