28if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
31 select distinct vw.f_id,vw_name,vw_first_name,vw_description,fd_label,quick_code,tva_num,(select ad_value from fiche_Detail where f_id=pc.f_id and ad_id=5) as poste
32 from vw_fiche_attr as vw
33 join fiche_def as fd on (vw.fd_id=fd.fd_id)
34 left join fiche_detail as pc on (pc.f_id=vw.f_id)
41echo HtmlInput::title_box(
_(
"Résultat recherche"),
"boxsearch_card_div");
47<
h2 class=
"notice"><?php printf (
_(
"Résultat limité à %d dans vos préférences, %d fiches trouvées"),
$preference[
'PAGESIZE'],count(
$array))?> </
h2>
50<?php echo
_(
'Cherche')?> <?php echo
Icon_Action::infobulle(26);echo HtmlInput::filter_table(
"tb_fiche",
"0,1,2,3,4,5", 1); ?>
51<div
style=
"padding:2px">
52<
table id=
"tb_fiche" class=
"sorttable" style=
"width:100%">
57 <
th class=
" sorttable_sorted">
61 <?php echo
_(
"Categorie");?>
64 <?php echo
_(
"Description");?>
67 <?php echo
_(
"Numéro TVA");?>
70 <?php echo
_(
"Poste comptable");?>
74<?php
if (count(
$array)==0) : ?>
75 <
h2 class=
"notice"> <?php echo
_(
"Aucun résultat");?></
h2>
78 <
tr class=
"<?php echo ($i%2 == 0)?'even':'odd';?>">
81 <?php echo HtmlInput::card_detail(
$array[
$i][
'quick_code'])?>
84 <?php echo
h(
$array[
$i][
'vw_name'])?>
85 <?php echo
h(
$array[
$i][
'vw_first_name'])?>
91 <?php echo
h(
$array[
$i][
'vw_description'])?>
99 <?php echo HtmlInput::history_account(
$array[
$i][
'poste'],
$array[
$i][
'poste'])?>
108<?php echo HtmlInput::button_close(
"boxsearch_card_div")?>
h2($p_string, $p_class="", $raw="")
th($p_string, $p_extra='', $raw='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
global $g_user
if no group available , then stop
h( $row[ 'oa_description'])
_("actif, passif,charge,...")
static infobulle($p_comment)
Display a info in a bubble, text is in message_javascript.