summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-execute.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-08-21 19:46:18 +0530
committerJayaram R Pai2014-08-21 19:46:18 +0530
commit6349505c1b9cb638d562bd06a75a26109b106f0d (patch)
treeaeed4f0c7a3b985ea735ec3c424f8504cea70eac /static/website/templates/ajax-execute.html
parent1ced43baf6c586f6af51b13eeb72f24dc5906be2 (diff)
downloadscilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.tar.gz
scilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.tar.bz2
scilab-on-cloud-6349505c1b9cb638d562bd06a75a26109b106f0d.zip
added lightbox to display plot
Diffstat (limited to 'static/website/templates/ajax-execute.html')
-rw-r--r--static/website/templates/ajax-execute.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/website/templates/ajax-execute.html b/static/website/templates/ajax-execute.html
new file mode 100644
index 0000000..cb7ac66
--- /dev/null
+++ b/static/website/templates/ajax-execute.html
@@ -0,0 +1,4 @@
+<div>
+ <span id="output">{{ output }}</span>
+ <span id="plot">{% if plot_path %}<img src="{{ plot_path }}" style="width:400px;">{% endif %}</span>
+</div>