diff options
Diffstat (limited to 'static/website/templates/ajax-execute.html')
-rw-r--r-- | static/website/templates/ajax-execute.html | 4 |
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> |