'; @html_page_start($_SESSION['g_theme']); $cn=new Database(dossier::id()); $user=new User($cn); $user->check(); $only_plugin=$user->check_dossier(dossier::id()); /* javascript file */ echo load_all_script(); /* show button to return to access */ /* show all the extension we can access */ $a=new ISelect('plugin_code'); $a->value=Extension::make_array($cn); $a->selected=(isset($_REQUEST['plugin_code']))?strtoupper($_REQUEST['plugin_code']):''; /* no plugin available */ if ( count($a->value) == 0 ) { alert(j(_("Aucune extension disponible"))); exit; } /* only one plugin available then we don't propose a choice*/ if ( count($a->value)==1 ) { $_REQUEST['plugin_code']=$a->value[0]['value']; } else { echo '
'; echo '