From d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Feb 2016 13:03:40 +0100 Subject: combine projects --- pathod/templates/request_preview.html | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 pathod/templates/request_preview.html (limited to 'pathod/templates/request_preview.html') diff --git a/pathod/templates/request_preview.html b/pathod/templates/request_preview.html new file mode 100644 index 00000000..25d73679 --- /dev/null +++ b/pathod/templates/request_preview.html @@ -0,0 +1,44 @@ +{% extends "frame.html" %} {% block body %} + + +
+
+ Specification: +
+
+ {% include "request_previewform.html" %} +
+
+ +{% if syntaxerror %} +
+
+ Error: +
+
+

{{ syntaxerror }}

+
{{ marked }}
+
+
+{% elif error %} +
+
+ Error: +
+
+

{{ error }}

+
+
+{% else %} +
+
+ Request: +
+
+
{{ output }}
+

Note: pauses are skipped when generating previews!

+
+
+{% endif %} {% endblock %} -- cgit v1.2.3