32echo \HtmlInput::filter_table(
"view_list_tb",
"0,1,2,3,4,5", 1);
35<
table class=
"result" id=
"view_list_tb">
43 <
th>Dernier commentaire</
th>
51 $even=(
$idx%2==0)?
'class="odd"':
'class="even"';
55 <
td><?=$item[
'my_date']?></
td>
58 echo \HtmlInput::detail_action($item[
'ag_id'], $item[
'ag_ref']);
64 <
td><?=
h($item[
'ag_title'])?></
td>
65 <
td><?=
h($item[
'qcode'])?></
td>
66 <
td><?=$item[
'last_comment_date_str']?></
td>
67 <
td><?=
h($item[
's_value'])?></
td>
71 if ($item[
'tags']!=
"") {
72 $aColor = explode(
",", $item[
"tags_color"]);
73 $aTags = explode(
",", $item[
"tags"]);
74 $nb_tag = count($aTags);
75 for ($x = 0; $x < $nb_tag; $x++) {
76 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'])