Revision 619
Added by thorn almost 17 years ago
captcha.php | ||
---|---|---|
92 | 92 |
break; |
93 | 93 |
case 'calc_image': // calculation with image (old captcha) |
94 | 94 |
?><table class="captcha_table"><tr> |
95 |
<td><img src="<?php echo WB_URL."/include/captcha/captchas/calc_image.php?t=$t"; ?>" alt="Captcha" /> = </td> |
|
95 |
<td><img src="<?php echo WB_URL."/include/captcha/captchas/calc_image.php?t=$t"; ?>" alt="Captcha" /></td><td> = </td>
|
|
96 | 96 |
<td><input type="text" name="captcha" maxlength="5" style="width:20px" /></td> |
97 | 97 |
<td class="captcha_expl"><?php echo $MOD_CAPTCHA['VERIFICATION_INFO_RES']; ?></td> |
98 | 98 |
</tr></table><?php |
Also available in: Unified diff
adjusted layout of calc_text-captcha.