size=25; $iclocale=new ISelect('clocale'); $iclocale->value=array( array("value"=>1,"label"=>"Activé"), array("value"=>0,"label"=>"Désactivé") ); $iclocale->selected=1; $icpath=new IText("cpath",$cpath); $icpath->size=30; $icuser=new IText('cuser',$cuser); $icpasswd=new IText('cpasswd',$cpasswd); $icport=new IText("cport",$cport); $ichost=new IText("chost",$chost); $icadmin=new IText('cadmin',$cadmin); /* * For version MONO */ $smulti=new ICheckBox('multi'); $smulti->javascript=' onchange="show_dbname(this)" '; $smulti->value = 'Y'; if ( isset($multi) && $multi == 'Y') { $smulti->selected=true; } $icdbname=new IText('cdbname'); $icdbname->value=$cdbname; require NOALYSS_TEMPLATE.'/template_config_form.php'; } /** * Display the content of the config.inc.php with variables * @param type $p_array * @param type $from_setup * @param type $p_os */ function display_file_config($p_array,$from_setup=1,$p_os=1) { extract($p_array, EXTR_SKIP); print ('