summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-22 13:33:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-22 13:33:09 +0200
commitdec1359e90e847c90629e43ef3744539e8fb41c8 (patch)
treeda2d2ea07745c4eff127e4c62113e5f197dbc8c1 /templates/login.tmpl
parentd6e6f65a1cf8723a398689b549dd970121655053 (diff)
downloadaCms-dec1359e90e847c90629e43ef3744539e8fb41c8.tar.gz
aCms-dec1359e90e847c90629e43ef3744539e8fb41c8.tar.bz2
added base64 coding/decoding libary
showing captcha in login page (not verifying yet)
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index e965ba1..2e58888 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -12,8 +12,9 @@
<table>
<% form as_table login %>
</table>
- <%= captcha %>
</form>
+ <br/>
+ <img src="data:image/gif;base64,<%= captcha_base64 %>"/>
</div>
<% end template %>