Profil p_name?>

0 ) : ?>           p_id); $name=new IText("p_name",$profile->p_name); $desc=new IText("p_desc",$profile->p_desc); $with_calc=new ICheckBox("with_calc","t"); $with_calc->set_check($profile->with_calc); $with_direct_form=new ICheckBox("with_direct_form","t"); $with_direct_form->set_check($profile->with_direct_form); // If $p_id == -1 it is a new profile if ( $p_id > 0 ) { echo ''; } ?>