diff options
author | Jayaram R Pai | 2014-09-08 17:35:39 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-08 17:35:39 +0530 |
commit | d349c35d31b4ccf1bcc7c26a408cada3be38169e (patch) | |
tree | 5ba102abbc3d1f57853bf0db0fe6a039e56b16f1 /static/website/templates/ajax-execute.html | |
parent | e894b2919c54a1cf577ec170cd9e6d99bedc6da9 (diff) | |
download | scilab-on-cloud-d349c35d31b4ccf1bcc7c26a408cada3be38169e.tar.gz scilab-on-cloud-d349c35d31b4ccf1bcc7c26a408cada3be38169e.tar.bz2 scilab-on-cloud-d349c35d31b4ccf1bcc7c26a408cada3be38169e.zip |
converted ajax views to dajaxice
Diffstat (limited to 'static/website/templates/ajax-execute.html')
-rw-r--r-- | static/website/templates/ajax-execute.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/website/templates/ajax-execute.html b/static/website/templates/ajax-execute.html deleted file mode 100644 index cb7ac66..0000000 --- a/static/website/templates/ajax-execute.html +++ /dev/null @@ -1,4 +0,0 @@ -<div> - <span id="output">{{ output }}</span> - <span id="plot">{% if plot_path %}<img src="{{ plot_path }}" style="width:400px;">{% endif %}</span> -</div> |