Mercurial > repos > other > IBBCaptcha
view ibbcaptcha/templates/captcha.html @ 0:51a744916b4f default tip
Basic dictionary CAPTCHA
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 10 Aug 2013 11:00:42 +0000 |
parents | |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" py:strip="True"> <fieldset> <div> <label>Name: <input type="text" name="name" class="textwidget" size="20" value="${name}"/> </label> </div> <div> <label>Email: <input type="text" name="email" class="textwidget" size="20" value="${email}"/> </label> </div> <div> <p> Please enter the text below to prove you're not a machine. </p> <p> ${captcha} </p> <label>Confirm: <input type="text" name="ibbcaptcha" class="textwidget" size="20"/></label> </div> <input type="hidden" name="captchaid" value="${captchaid}"/> </fieldset> </html>