30$cn = Dossier::connect();
34<form method=
"get" action=
"<?php echo $url; ?>">
36 <
h2 class=
"h-section"><?= sprintf(
"%s %s",
_(
"Exercice"),
$g_user->get_exercice()) ?></
h2>
38 <div
style=
"display:flex">
42echo
_(
"Cherche ") . HtmlInput::filter_table_form(
"tiers_tb",
'0,1,2', 1,
"query",
$a);
50 $sel_card->value =
$cn->make_array(
'select fd_id, fd_label from fiche_def
52 order by fd_label ', 1, [$type_card]);
53 $sel_card->selected =
$http->get(
"cat",
"number", -1);
54 $sel_card->javascript =
' onchange="waiting_box();submit(this);"';
56 echo
_(
'Catégorie :') . $sel_card->input();
59 $cat =
$http->request(
'cat',
"string",
'');
65 echo Dossier::hidden();
68 <?=
_(
'Inclure ceux sans opération cette année') .
$nooperation->input() ?>
71 <input
type=
"submit" class=
"button" name=
"submit_query" value=
"<?php echo _('recherche') ?>">
72 <input
type=
"hidden" name=
"ac" value=
"<?php echo $http->request('ac') ?>">
h2($p_string, $p_class="", $raw="")
global $g_user
if no group available , then stop
_("actif, passif,charge,...")
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...