diff options
author | Denise sur Lya <sekhmet@lya> | 2021-07-25 12:19:23 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2021-07-25 12:19:23 +0200 |
commit | 723d52a6793ba8003412f60f52e21cc2950d487f (patch) | |
tree | 707144e83f070c5ef18aab23b96c6e6c007e6280 /templates | |
parent | 348a7b3607d7cd722e8d11765d7063a9df863db0 (diff) | |
download | oms-723d52a6793ba8003412f60f52e21cc2950d487f.tar.gz oms-723d52a6793ba8003412f60f52e21cc2950d487f.tar.zst oms-723d52a6793ba8003412f60f52e21cc2950d487f.zip |
Modif JS et HTML : message quand les courbes se calculent
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 9ed5338..bbe3811 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -200,14 +200,19 @@ | |||
200 | </form> <!-- Fin du gros méga formulaire --> | 200 | </form> <!-- Fin du gros méga formulaire --> |
201 | 201 | ||
202 | <!-- #################################################################################### --> | 202 | <!-- #################################################################################### --> |
203 | <!-- section retour --> | ||
204 | <hr> | 203 | <hr> |
205 | 204 | ||
206 | <div onclick="appelle_image()" class="icon_button"> | 205 | <!--- Le grobouton --> |
206 | <div> | ||
207 | <span onclick="appelle_image()" class="icon_button"> | ||
207 | <img src="static/icons/courbe.png"> | 208 | <img src="static/icons/courbe.png"> |
208 | <span class="icon_legend">Je veux les courbes !</span> | 209 | <span class="icon_legend">Je veux les courbes !</span></span> |
210 | <span id="statut_courbes"></span> | ||
209 | </div> | 211 | </div> |
210 | 212 | ||
213 | |||
214 | <!-- section retour --> | ||
215 | |||
211 | <hr> | 216 | <hr> |
212 | <div id="courbe_warnings"> | 217 | <div id="courbe_warnings"> |
213 | <p><strong>Alerte :</strong> il y a eu quelques soucis lors de la génération de la (des) courbes. En voici la liste :</p> | 218 | <p><strong>Alerte :</strong> il y a eu quelques soucis lors de la génération de la (des) courbes. En voici la liste :</p> |