summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/login.tmpl3
-rw-r--r--templates/master.tmpl1
2 files changed, 3 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 %>
diff --git a/templates/master.tmpl b/templates/master.tmpl
index fb871d0..b80d0f9 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -23,6 +23,7 @@
<li><a href="http://project-strus.net">Strus</a><br/>a collection of C++ libraries for building a full-text search engine</li>
<li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>
<li><a href="http://brokestream.com/captcha.html"</li>libcaptcha</a><br/>a C standalone Captcha generator</li>
+ <li><a href="http://libb64.sourceforge.net/"</li>libb64</a><br/>a BASE64 encoder/decoder library</li>
</ul>
</div>