diff --git a/include/class_html_table.php b/include/class_html_table.php new file mode 100644 index 000000000..0470ffbc4 --- /dev/null +++ b/include/class_html_table.php @@ -0,0 +1,109 @@ +',$table_style); + $r.=''; + for ( $i=0;$i %s', + $a_col[$i]['link'], + $content); + $r.="$content"; + } + else + $r.= th($content); + } + $r.=''; + $ret=$cn->exec_sql($sql); + for ($i=0;$i'N° de fiche', + 'style'=>'text-align:right', + 'link'=>$url), + array('name'=>'Nom', + 'style'=>'text-align:right'), + array('name'=>'QuickCode') + ) + , + $sql + ); + } +} \ No newline at end of file