14 lines
No EOL
294 B
PHP
14 lines
No EOL
294 B
PHP
<fieldset>
|
|
<legend><b><?php $form->AddLabelPart(array("FOR"=>"captcha")); ?></b></legend>
|
|
<center><?php $form->AddInputPart("captcha"); ?>
|
|
<?php
|
|
if(IsSet($verify["captcha"]))
|
|
{
|
|
?>
|
|
[Verify]
|
|
<?php
|
|
}
|
|
?></center>
|
|
</fieldset>
|
|
<hr />
|
|
<center><?php $form->AddInputPart("doit"); ?></center>
|