trevise waiting page content - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 75773022393900ee9d34d78ed7f3441cc1d36425
(DIR) parent 388da7c9f4530179aafe7a5617e9460183d95f9e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Sep 2015 13:12:34 +0200
revise waiting page content
Diffstat:
M index.php | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -68,20 +68,24 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
<div class="container">
- <h2 class="header center orange-text valign">
- Please wait while the inversion computations are taking place</h2>
+ <br><br><br><br>
+ <div class="row center">
+ <h2 class="header col s12">Please wait</h2>
+ </div>
+
+ <div class="row progress center-align s12">
+ <div class="indeterminate"></div>
+ </div>
<div class="row center valign-wrapper">
- <p class="flow-text row s4 center">
- This make take several minutes to complete. Please <b>do not</b> press
- the browser navigation buttons and stay on this page.</p>
+ <p class="flow-text">
+ Please wait while the inversion computations are taking place.
+ This make take several minutes to complete. <b>Do not</b> press
+ the browser navigation buttons or leave this page.</p>
</div>
- <div class="row progress center-align s4">
- <div class="indeterminate"></div>
- </div>
</div>
<?php