Changeset 1321 in ExiteCMS for trunk/includes/templates/main.contact.tpl
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.contact.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.contact.tpl
r1313 r1321 60 60 {$locale.411} 61 61 <br /><br /> 62 {$locale.412} <img id="captcha" src="{$smarty.const.INCLUDES}securimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 62 {$locale.412} 63 {if $settings.validation_method == "text"} 64 <span style='font-size:125%;font-weight:bold;'>{$validation_code|upper}</span> 65 {else} 66 <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" style='vertical-align:middle;'/> 67 {/if} 68 <br /><br /> 63 69 {$locale.413} <input type='text' name='captcha_code' class='textbox' style='vertical-align:top;width:100px' /> 70 {if $settings.validation_method == "image"} 71 72 {buttonlink name=$locale.415 link="document.getElementById(\"captcha\").src=\""|cat:$smarty.const.INCLUDES|cat:"secureimage-1.0.3/securimage_show.php?\"+Math.random(); return false;" script="yes"} 73 {/if} 64 74 <br /><br /> 65 75 <input type='submit' name='sendmessage' value='{$locale.406}' class='button' />
Note: See TracChangeset
for help on using the changeset viewer.
