From 7ca154e613329050885b7c6a799488475266218e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 24 Mar 2013 15:51:30 +0100 Subject: enter captchas on webui --- .../templates/default/backbone/queryDialog.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 module/web/templates/default/backbone/queryDialog.html (limited to 'module/web/templates/default/backbone/queryDialog.html') diff --git a/module/web/templates/default/backbone/queryDialog.html b/module/web/templates/default/backbone/queryDialog.html new file mode 100755 index 000000000..a37ac6256 --- /dev/null +++ b/module/web/templates/default/backbone/queryDialog.html @@ -0,0 +1,25 @@ +{% extends 'default/backbone/modal.html' %} +{% block header %} + <% title %> + + <% plugin %> + +{% endblock %} +{% block content %} +
+ <% description %> +
+ <%= if captcha %> + +
+ +
+ <%/if%> + <% content %> +
+
+{% endblock %} +{% block buttons %} + Submit + Close +{% endblock %} \ No newline at end of file -- cgit v1.2.3