summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-25 12:19:23 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-25 12:19:23 +0200
commit723d52a6793ba8003412f60f52e21cc2950d487f (patch)
tree707144e83f070c5ef18aab23b96c6e6c007e6280 /templates/index.html
parent348a7b3607d7cd722e8d11765d7063a9df863db0 (diff)
downloadoms-723d52a6793ba8003412f60f52e21cc2950d487f.tar.gz
oms-723d52a6793ba8003412f60f52e21cc2950d487f.tar.zst
oms-723d52a6793ba8003412f60f52e21cc2950d487f.zip
Modif JS et HTML : message quand les courbes se calculent
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html11
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&nbsp;:</strong> il y a eu quelques soucis lors de la génération de la (des) courbes. En voici la liste&nbsp;:</p> 218 <p><strong>Alerte&nbsp;:</strong> il y a eu quelques soucis lors de la génération de la (des) courbes. En voici la liste&nbsp;:</p>