22if (!defined(
'ALLOWED'))
23 die(
'Appel direct ne sont pas permis');
31<div
id=
"acc_report_create_div" class=
"inner_box" style=
"display:none">
32<?=HtmlInput::title_box(
_(
"Nouveau rapport"),
"acc_report_create_div",
"hide")?>
33<form method=
"POST" enctype=
"multipart/form-data" >
34 <?=HtmlInput::hidden(
"ac",
$http->request(
"ac"))?>
35 <?=HtmlInput::hidden(
"action",
"add")?>
36 <?=Dossier::hidden()?>
38 <input
type=
"text" name=
"fr_name" autofocus
class=
"input_text" required>
40 echo
'<h3> Importation</h3>';
44 echo
_(
'Importer ce rapport').
' ';
47 <ul
class=
"aligned-block">
48 <li><?=HtmlInput::submit(uniqid(),
_(
"Sauver"))?></li>
49 <li><?=HtmlInput::button_hide(
"acc_report_create_div")?></li>
_("actif, passif,charge,...")
Html Input for uploading file, must be in a form with enctype="multipart/form-data".