31echo \HtmlInput::filter_table(
"view_list_tb",
"0,1,2,3,4,5", 1);
34<
table class=
"result" id=
"view_list_tb">
42 <
th>Dernier commentaire</
th>
50 $even=(
$idx%2==0)?
'class="odd"':
'class="even"';
54 <
td><?=$item[
'my_date']?></
td>
57 echo \HtmlInput::detail_action($item[
'ag_id'], $item[
'ag_ref']);
63 <
td><?=
h($item[
'ag_title'])?></
td>
64 <
td><?=
h($item[
'qcode'])?></
td>
65 <
td><?=$item[
'str_last_comment']?></
td>
66 <
td><?=
h($item[
's_value'])?></
td>
70 if ($item[
'tags']!=
"") {
71 $aColor = explode(
",", $item[
"tags_color"]);
72 $aTags = explode(
",", $item[
"tags"]);
73 $nb_tag = count($aTags);
74 for ($x = 0; $x < $nb_tag; $x++) {
75 printf(
'<span style="font-size:75%%;padding:1px;border-color:transparent" class="tagcell tagcell-color%s">%s</span>', $aColor[$x], $aTags[$x]);
th($p_string, $p_extra='', $raw='')
echo_warning($p_string)
warns
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
h( $row[ 'oa_description'])