diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:27:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:27:12 +0200 |
commit | c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b (patch) | |
tree | 404fc20566a6dbd3639e59d310025e31e77e5011 /pyload/webui/themes/default/tml/captcha.html | |
parent | Update pyload to the new plugins structure (diff) | |
download | pyload-c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'pyload/webui/themes/default/tml/captcha.html')
-rw-r--r-- | pyload/webui/themes/default/tml/captcha.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pyload/webui/themes/default/tml/captcha.html b/pyload/webui/themes/default/tml/captcha.html index 56892593f..3bfa6cbcf 100644 --- a/pyload/webui/themes/default/tml/captcha.html +++ b/pyload/webui/themes/default/tml/captcha.html @@ -2,28 +2,28 @@ <div id="cap_box" class="window_box"> <form id="cap_form" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;"> - + <h1>{{_("Captcha reading")}}</h1> <p id="cap_title">{{_("Please read the text on the captcha.")}}</p> - + <div id="cap_textual"> - + <input id="cap_id" name="cap_id" type="hidden" value="" /> - + <label>{{_("Captcha")}} <span class="small">{{_("The captcha.")}}</span> </label> <span class="cont"> <img id="cap_textual_img" src=""> </span> - + <label>{{_("Text")}} <span class="small">{{_("Input the text on the captcha.")}}</span> </label> <input id="cap_result" name="cap_result" type="text" size="20" /> - + </div> - + <div id="cap_positional" style="text-align: center"> <img id="cap_positional_img" src="" style="margin: 10px; cursor:pointer"> </div> @@ -34,9 +34,9 @@ <button id="cap_reset" type="reset" style="margin-left: 0">{{_("Close")}}</button> </span> </div> - + <div class="spacer"></div> - + </form> </div> |