aboutsummaryrefslogtreecommitdiff
path: root/app/templates/job_status.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/job_status.html')
-rw-r--r--app/templates/job_status.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/templates/job_status.html b/app/templates/job_status.html
index 896d49a..89d2d55 100644
--- a/app/templates/job_status.html
+++ b/app/templates/job_status.html
@@ -8,6 +8,25 @@
<b>Description: </b>{{desc}}<br>
<b>Status: </b>{{status}}
+{% if status == 'Completed' %}
+
+ <style>
+ iframe {
+ width: 100%;
+ height: 550px;
+ border: none;
+ overflow: hidden;
+ }
+ </style>
+
+ <p>A detailed zip file containing this PDF, along with all supporting files (configuration, pictures, protein-ligands e.t.c) to your email.</p>
+ <h3>PDF Report</h3>
+ <section>
+ <iframe src={{PDFReport}} id="report"></iframe>
+ </section>
+
+{% endif %}
+
<section>
<style>
#growth{