From 6349505c1b9cb638d562bd06a75a26109b106f0d Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Thu, 21 Aug 2014 19:46:18 +0530 Subject: added lightbox to display plot --- static/website/templates/ajax-execute.html | 4 ++++ static/website/templates/index.html | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 static/website/templates/ajax-execute.html (limited to 'static/website/templates') 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 @@ +
+ {{ output }} + {% if plot_path %}{% endif %} +
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 8caa608..bc06ea3 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -89,7 +89,7 @@ Report bug / Give Feedback - +
Disclaimer: Scilab is a trademark of Inria @@ -103,12 +103,16 @@
+ - + +