28if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
30 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
31 from vw_fiche_attr as vw
32 join fiche_def as fd on (vw.fd_id=fd.fd_id)
33 left join fiche_detail as pc on (pc.f_id=vw.f_id)
43<
h2 class=
"notice"><?php printf (_(
"Résultat limité à %d , %d nombre de fiches trouvées"),
MAX_CARD_SEARCH,count(
$array))?> </
h2>
47<
table id=
"tb_fiche" class=
"sorttable" style=
"width:100%">
52 <
th class=
" sorttable_sorted">
56 <?php echo _(
"Categorie");?>
59 <?php echo _(
"Description");?>
62 <?php echo _(
"Numéro TVA");?>
65 <?php echo _(
"Poste comptable");?>
69<?php
if (count(
$array)==0) : ?>
70 <
h2 class=
"notice"> <?php echo _(
"Aucun résultat");?></
h2>
72<?php
for (
$i=0;$i<$max;$i++):?>
73 <
tr class=
"<?php echo ($i%2 == 0)?'even':'odd';?>">
79 <?php echo
h(
$array[
$i][
'vw_name'])?>
80 <?php echo
h(
$array[
$i][
'vw_first_name'])?>
86 <?php echo
h(
$array[
$i][
'vw_description'])?>
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
h( $row[ 'oa_description'])
static infobulle($p_comment)
Display a info in a bubble, text is in message_javascript.