comparison mod_register_web/templates/recaptcha.html @ 1227:6015434f0e05

mod_register_web: Move HTML into separate template files
author Kim Alvefur <zash@zash.se>
date Sat, 30 Nov 2013 18:57:54 +0100
parents
children 32604bf33a4c
comparison
equal deleted inserted replaced
1226:0667624637da 1227:6015434f0e05
1 <tr>
2 <td colspan="2">
3 <script src="https://www.google.com/recaptcha/api/challenge?k={recaptcha_public_key}" type="text/javascript"></script>
4 <noscript>
5 <iframe frameborder="0" height="300" src="https://www.google.com/recaptcha/api/noscript?k={recaptcha_public_key}{recaptcha_display_error}" width="500"></iframe>
6 <br>
7 <textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea>
8 <input name="recaptcha_response_field" type="hidden" value="manual_challenge">
9 </noscript>
10 </td>
11 </tr>