view mod_register_web/templates/simplecaptcha.html @ 1248:69f7840923f5

mod_srvinjection: Make the map a shared table so that other plugins can use/modify it
author daurnimator <quae@daurnimator.com>
date Tue, 10 Dec 2013 23:15:15 +0000
parents db85ff22ae97
children
line wrap: on
line source

<tr>
  <th>What is {x} {op} {y}?</th><td>
    <input name="captcha_challenge" type="hidden" value="{challenge}">
    <input name="captcha_reply" pattern="[0-9]+" required type="number">
  </td></tr>