30<?php
if (! $inner ) : ?>
31 <div
id=
"search_action" class=
"op_detail_frame" style=
"position:absolute;display:none;margin-left:120px;width:70%;clear:both;z-index:2;height:auto;border:1px #000080 solid">
35 <form method=
"get" action=
"do.php" style=
"padding:10px">
37 <div
id=
"search_action_div" class=
"">
41 <form method=
"get" id=
"fsearchaction" style=
"padding:10px" onsubmit=
"waiting_box();result_search_action('fsearchaction');return false;">
44 <?php echo dossier::hidden()?>
47 <
td style=
";text-align:right"><?php echo _(
'Destinataire')?></
td>
49 <
td ><?php echo
$w->input() .
$w->search()?><
span id=
"<?php echo $label?>"></
span></
td>
52 <
td style=
"text-align:right" ><?php echo _(
"Profil")?></
td>
53 <
td><?php echo $str_ag_dest?></
td>
56 <
td style=
"text-align:right" ><?php echo _(
"Etat")?></
td>
57 <
td><?php echo $type_state->input()?></
td>
60 <
td style=
"text-align:right"> <?php echo _(
"Affiche aussi les actions fermées");?></
td>
61 <
td><?php echo $closed_action->input();?></
td>
64 <
td style=
"text-align:right" ><?php echo _(
"Exclure Etat")?></
td>
65 <
td><?php echo $hsExcptype_state->input()?></
td>
67 <
td style=
"text-align:right"><?php printf(_(
'contenant le mot'))?></
td>
68 <
td ><input
class=
"input_text" style=
"width:100%" type=
"text" name=
"action_query" value=
"<?php echo $a?>"></
td>
71 <
td style=
"text-align:right"><?php echo _(
'Type de document')?></
td>
72 <
td><?php echo $type_doc->input();?></
td>
77 <
td style=
"text-align:right"><?php echo _(
'Uniquement actions internes')?></
td>
78 <
td><?php echo $only_internal->input()?>
88 <?php printf(_(
"Après le "))?>
91 <?php echo
$start->input()?>
95 <
td style=
"text-align:right"><?php echo _(
'Avant le')?></
td>
97 <?php echo
$end->input()?>
101 <
td style=
"text-align:right"> <?php echo _(
"Date de rappel après");?></
td>
103 <?php echo $remind_date->input();?>
107 <
td style=
"text-align:right"> <?php echo _(
"Date de rappel avant");?></
td>
109 <?php echo $remind_date_end->input();?>
114 <
td style=
"text-align:right"> <?php echo _(
"Référence");?></
td>
116 <?php echo $osag_ref->input();?>
120 <
td style=
"text-align:right"> <?php echo _(
"Numéro document");?></
td>
131 echo _(
"Option étiquettes");
134 array(
"value"=>0,
"label"=>_(
"Toutes les étiquettes")),
135 array(
"value"=>1,
"label"=>_(
"Au moins une étiquette"))
137 $iselect->set_value(
$http->request(
"tag_option",
"number",0));
140 <?php echo _(
'Etiquette'); ?>
141 <
span id=
"searchtag_choose_td">
144 if ( isset(
$_GET[
'searchtag'])) {
147 $asearchtag=
$http->get(
"searchtag",
"array",array());
148 for (
$i=0;
$i<count($asearchtag);
$i++) {
150 echo $t->update_search_cell(
'search');
156 <?php
if (! $inner ) : ?>
159 echo \Icon_Action::tips(
"Donner un nom pour sauver la recheche et la réutiliser");
167 echo \HtmlInput::button_action(
"Liste des filtres",sprintf(
"list_filter_followup('%s','%s')",
Dossier::id(),
$http->request(
"ac")));
173 <ul
class=
"aligned-block">
175 <input
type=
"submit" class=
"smallbutton" name=
"submit_query" value=
"<?php echo _('recherche')?>">
184 'onclick="$(\'search_action\').style.display=\'none\';"',
'smallbutton');}
span($p_string, $p_extra='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
foreach($array as $idx=> $m) $w
static id()
return the 'gDossier' value after a check
This class handles only the numeric input, the input will call a javascript to change comma to period...
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
concerns the tags linked to an action
static add_clear_button($p_prefix)
clear the search cell
static select_tag_search($p_prefix)
Show a button to select tag for Search.