5<fieldset
id=
"asearch" style=
"height:88%">
6<div
style=
"height:88%;overflow:auto;">
10 <
table class=
"result">
12 <
th><?php echo
_(
"Poste comptable")?></
th>
13 <
th><?php echo
_(
"Libellé")?></
th>
14 <
th><?php printf (
_(
"Fiche (limite %d)"),
$limite); ?></
th>
18<
tr <?php echo (
$i%2==0)?
'class="odd"':
'class="even"';?>>
20<a href=
"javascript:void(0)" onclick=
"<?php echo $array[$i]['javascript']?>">
21<
span id=
"val<?php echo $i?>">
22<?php echo strip_tags(
$array[
$i][
'pcm_val'])?>
27<
span id=
"lib<?php echo $i?>">
28<?php echo strip_tags(
$array[
$i][
'pcm_lib'])?>
33 if ( strlen(
$array[
$i][
'acode']) >0 ) {
34 if (strpos(
$array[
$i][
'acode'],
",") >0 ) {
36 $det_qcode= explode(
",",
$array[
$i][
'acode']);
40 echo
$sep.HtmlInput::card_detail($det_qcode[
$e],
"",
'style="display:inline-block"');
43 if (
$max < count($det_qcode)) {
58<?php echo
_(
"Nombre d'enregistrements").
" ".
$i;?>
th($p_string, $p_extra='', $raw='')
span($p_string, $p_extra='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
_("actif, passif,charge,...")
static detail($p_id, $p_javascript)