source: extensions/CryptograPHP/template/comment.tpl @ 20189

Last change on this file since 20189 was 20189, checked in by mistic100, 11 years ago

fix for new guestbook template + code cleaning

File size: 563 bytes
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.