tupdate wait 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 2c154cf2755d0bc2e9055eb7ad26a4e8f77eba77
 (DIR) parent 9fc520c444e20ba70bef554f9303deac868b6fe2
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 28 Sep 2015 13:04:01 +0200
       
       update wait page content
       
       Diffstat:
         M index.php                           |       9 +++------
       
       1 file changed, 3 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/index.php b/index.php
       t@@ -65,21 +65,18 @@
        <?php
        if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
        ?>
       -    <div class="valign-wrapper col s12">
       -    <h2 class="valign">
       +    <h2 class="header center orange-text valign">
            Please wait while the inversion computations are taking place</h2>
       -    </div>
       -    <div class="valign-wrapper col s12">
       +
       +    <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="valign-wrapper col s12">
            <div class="progress center-align">
                <div class="indeterminate"></div>
            </div>
       -    </div>
        
        <?php
        } else {