6<fieldset
id=
"asearch" style=
"height:41rem">
7 <legend><?php echo _(
'Résultats'); ?></legend>
8 <div
style=
"height:100%;overflow:auto;">
10 echo _(
"recherche rapide");
15 <
table id=
"card_list" class=
"result" >
17 <
th><?=_(
"QCode")?></
th>
18 <
th><?=_(
"Société")?></
th>
19 <
th><?=_(
"Nom")?></
th>
20 <
th><?=_(
"Description")?></
th>
21 <?php
for (
$i=0; $i<$nb_array; $i++) : ?>
22 <?php
$class=(
$i%2==0)?
'odd':
'even'; ?>
23 <
tr class=
"<?php echo $class; ?>">
28 <?php echo
$array[
$i][
'quick_code'] ?>
35 <?php echo
$array[
$i][
'first_name'] ?>
38 <?php echo
$array[
$i][
'description'] ?>
47 <?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
static toggle_checkbox($p_name, $p_form)