summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/captcha.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/captcha.html')
-rw-r--r--module/web/templates/default/captcha.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/module/web/templates/default/captcha.html b/module/web/templates/default/captcha.html
deleted file mode 100644
index aa30e365c..000000000
--- a/module/web/templates/default/captcha.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{% load i18n %}
-<iframe id="upload_target" name="upload_target" src="" style="display: none; width:0;height:0"></iframe>
-<div id="add_bg" style="filter:alpha(opacity:80);KHTMLOpacity:0.80;MozOpacity:0.80;opacity:0.80; background:#000; width:100%; height: 100%; position:absolute; top:0px; left:0px; display:none;">&nbsp;</div>
-<!--<div id="add_box" style="left:50%; top:200px; margin-left: -450px; width: 900px; position: absolute; background: #FFF; padding: 10px 10px 10px 10px; display:none;">-->
-
- <!--<div style="width: 900px; text-align: right;"><b onclick="AddBox();">[Close]</b></div>-->
-<div id="cap_box" class="myform">
- <form id="cap_form" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;">
-<h1>{% trans "Captcha reading" %}</h1>
-<p>{% trans "Please read the text on the captcha." %}</p>
-
-<span id="cap_span">
-
-<label>{% trans "Captcha" %}
-<span class="small">{% trans "The captcha." %}</span>
-</label>
-<span class="cont">
- <img id="cap_img" style="padding: 2px;" src="">
-</span>
-
-<label>{% trans "Text" %}
-<span class="small">{% trans "Input the text on the captcha." %}</span>
-</label>
-<input id="cap_text" name="cap_text" type="text" size="20" />
-<input type="hidden" value="" name="cap_id" id="cap_id"/>
-
-</span>
-
-<button id="cap_submit" type="submit">{% trans "Submit" %}</button>
-<button id="cap_reset" style="margin-left:0px;" type="reset">{% trans "Close" %}</button>
-
-<div class="spacer"></div>
-
-
-</form>
-
-</div> \ No newline at end of file