tadd disclaimer on long queues - cosmo - front and backend for Markov-Chain Mon… | |
git clone git://src.adamsgaard.dk/cosmo | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 16f7cd5df5451353c22d60b78c261020d3f579f0 | |
parent d5d25847eb18220836464a6f65b8cc09dd67a8f8 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 11 Nov 2015 12:13:12 +0100 | |
add disclaimer on long queues | |
Diffstat: | |
M index.php | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/index.php b/index.php | |
t@@ -77,6 +77,10 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) { | |
These may make take several minutes to complete. <b>Do not</b> press | |
the browser navigation buttons or leave this page.</p> | |
+ <p class="flow-text"> If the computations are queued for more than 24 | |
+ hours, please contact <a href="mailto:[email protected]">Ande… | |
+ Damsgaard</a>.</p> | |
+ | |
</div> | |
<br><br><br><br><br><br><br><br> | |