'relief', 'icone' => 'image-24.gif', 'fonction' => 'creer.gif', 'titre' => _T('titre_joindre_document'), 'script' => $script, 'args' => "id_$type=$id", 'id' => $id, 'intitule' => _T('info_telecharger_ordinateur'), 'mode' => 'document', 'type' => $type, 'ancre' => '', 'id_document' => 0, 'iframe_script' => generer_url_ecrire("documenter","id_$type=$id&type=$type",true) )); // eviter le formulaire upload qui se promene sur la page // a cause des position:relative incompris de MSIE if ($GLOBALS['browser_name']!="MSIE") { $res = "\n\n
 \n$res
"; } $res .= http_script('',"async_upload.js") . http_script('$("form.form_upload").async_upload(async_upload_portfolio_documents);'); } $documenter = charger_fonction('documenter', 'inc'); return "
".$documenter($id, $type, 'portfolio', $flag_editable)."

" ."
". $documenter($id, $type, 'documents', $flag_editable)."
" . $res; } ?>