diff options
author | Denise sur Lya <sekhmet@lya> | 2020-11-12 23:47:51 +0100 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-11-12 23:47:51 +0100 |
commit | b5ac625bdf312851ad3d7acf5dfdc5a94fcbf0be (patch) | |
tree | 8b956625fa147bf61cccd8e435c29c0f60864e99 /templates/index.html | |
parent | d5687a7f2b929f28bb8fc2de503812ec3b27cd9e (diff) | |
download | oms-b5ac625bdf312851ad3d7acf5dfdc5a94fcbf0be.tar.gz oms-b5ac625bdf312851ad3d7acf5dfdc5a94fcbf0be.tar.zst oms-b5ac625bdf312851ad3d7acf5dfdc5a94fcbf0be.zip |
V 2.2 : possibilité d'avoir des prémas (bêta)
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 8f5eb87..6dc7ed6 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -37,6 +37,8 @@ | |||
37 | | <label><input type="radio" name="sexe" value="M" {%if valform.sexe == "M"%} checked {% endif %}> masculin</label> | <label><input type="radio" name="sexe" value="N" {%if valform.sexe == "N"%} checked {% endif %}> neutre (expérimental)</label></li> | 37 | | <label><input type="radio" name="sexe" value="M" {%if valform.sexe == "M"%} checked {% endif %}> masculin</label> | <label><input type="radio" name="sexe" value="N" {%if valform.sexe == "N"%} checked {% endif %}> neutre (expérimental)</label></li> |
38 | <li><label>Date de naissance : </label> <input type="date" name="naissance" value="{{ valform.naissance }}"> | 38 | <li><label>Date de naissance : </label> <input type="date" name="naissance" value="{{ valform.naissance }}"> |
39 | <p id="changemode" class="petit"><span onclick="change_mode_dates('text')" class="bouton">Cliquer ici</span> pour saisir les dates comme du texte.</p> </li> | 39 | <p id="changemode" class="petit"><span onclick="change_mode_dates('text')" class="bouton">Cliquer ici</span> pour saisir les dates comme du texte.</p> </li> |
40 | <li><label>Prématurité (expérimental) ?</label> <input type="text" name="prematurite" value="{{ valform.prematurite }}"> <input type="checkbox" name="agecorrige" {% if valform.agecorrige == "oui"%}checked{%endif%}> Afficher l'âge corrigé <p class="petit">Si l'enfant est prématuré, saisir de quelle durée (en mois, jours, semaines, voir syntaxe plus bas). Sinon, laisser 0j. Attention c'est encore en bêta !</p> </li> | ||
41 | |||
40 | </ul> | 42 | </ul> |
41 | 43 | ||
42 | 44 | ||