about summary refs log tree commit diff
path: root/gn2/wqflask/templates/loading_corrs.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/loading_corrs.html')
-rw-r--r--gn2/wqflask/templates/loading_corrs.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/loading_corrs.html b/gn2/wqflask/templates/loading_corrs.html
new file mode 100644
index 00000000..8abd5464
--- /dev/null
+++ b/gn2/wqflask/templates/loading_corrs.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+
+  <head>
+    <title>Loading Correlation Results</title>
+
+    <meta charset="utf-8" />
+    <meta http-equiv="refresh" content="5">
+
+    <link rel="stylesheet" type="text/css"
+	  href="{{url_for('css', filename='bootstrap/css/bootstrap.css')}}" />
+    <link rel="stylesheet" type="text/css"
+	  href="/static/new/css/bootstrap-custom.css" />
+  </head>
+
+  <body>
+    <div style="margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
+      <h1>&nbsp;Correlation Computation in progress ...</h1>
+      <div style="text-align: center;">
+	<img align="center" src="/static/gif/waitAnima2.gif">
+      </div>
+    </div>
+
+    <script src="{{ url_for('js', filename='jquery/jquery.min.js') }}" type="text/javascript"></script>
+    <script src="{{ url_for('js', filename='bootstrap/js/bootstrap.min.js') }}" type="text/javascript"></script>
+  </body>
+
+</html>