1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 14:05:07 +03:00

обновление каптчи при клике на ней

This commit is contained in:
Mzhelskiy Maxim 2009-06-12 07:33:23 +00:00
parent d293bbc058
commit 614a83204a

View file

@ -20,7 +20,7 @@
<p><input type="password" class="input-text" value="" id="repass" name="password_confirm"/></p><br />
{$aLang.registration_captcha}:<br />
<img src="{$DIR_WEB_ROOT}/classes/lib/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}">
<img src="{$DIR_WEB_ROOT}/classes/lib/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}" onclick="this.src='{$DIR_WEB_ROOT}/classes/lib/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}&n='+Math.random();">
<p><input type="text" class="input-text" style="width: 80px;" name="captcha" value="" maxlength=3 /></p>
<div class="lite-note">
<button type="submit" name="submit_register" class="button" style="float: none;"><span><em>{$aLang.registration_submit}</em></span></button>