tupdate waiting page - 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 388da7c9f4530179aafe7a5617e9460183d95f9e
(DIR) parent 2c154cf2755d0bc2e9055eb7ad26a4e8f77eba77
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Sep 2015 13:06:11 +0200
update waiting page
Diffstat:
M index.php | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -65,17 +65,23 @@
<?php
if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
?>
- <h2 class="header center orange-text valign">
- Please wait while the inversion computations are taking place</h2>
- <div class="row center valign-wrapper">
- <p class="flow-text">This make take several minutes to complete.
- Please <b>do not</b> press the browser navigation buttons and stay on this
- page.</p>
- </div>
+ <div class="container">
+
+ <h2 class="header center orange-text valign">
+ Please wait while the inversion computations are taking place</h2>
+
+ <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>
- <div class="progress center-align">
- <div class="indeterminate"></div>
+ </div>
+
+ <div class="row progress center-align s4">
+ <div class="indeterminate"></div>
+ </div>
</div>
<?php