[TITLE1] Evenements [TITLE2] Courses [KEYWORD] keywords [ListObject] [h1] Courses [PROGRAM] >>> include_once("../php/olilist.php"); $t = new trace('menu'); $list_param = array( 'lname' =>'Course', 'pname' =>'pwdlist', 'pwd' =>'n0eln0el', 'class' =>'expo', 'cols' => array( // Name - type[input_date/input/textarea/] - input properties - cell properties 0 => array("Date", "input_date", "size=12", "nowrap=1"), 1 => array("Lieu", "input", "size=25", "nowrap=1"), 2 => array("Course", "textarea", "cols=40 rows=4", "align=left width=250"), 3 => array("Organisation", "textarea", "cols=25 rows=4", "") ), 'info_update' => "LISTE DES COURSES MISE A JOUR !!!", ); $list = new olilist($list_param); print $list->get_list_all(); [/PROGRAM]