Line | |
---|
1 | <p><label>{if $CRYPTO.captcha_type=='string'}{'Enter code'|translate}{else}{'Solve equation'|translate}{/if} :</label></p> |
---|
2 | <p> |
---|
3 | <img id="captcha" src="{$CRYPTO_PATH}securimage/securimage_show.php" alt="CAPTCHA Image"> |
---|
4 | <a href="#" onclick="document.getElementById('captcha').src = '{$CRYPTO_PATH}securimage/securimage_show.php?'+Math.random(); return false;"> |
---|
5 | <img src="{$CRYPTO_PATH}template/refresh_{$CRYPTO.button_color}.png"></a> |
---|
6 | <input type="text" name="captcha_code" style="width:{$CRYPTO.code_length}em;" maxlength="{$CRYPTO.code_length}" /> |
---|
7 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.