Rev 14833 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14833 | Rev 17318 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | !distribute item $don into todo,date,dir,matiere |
40 | !distribute item $don into todo,date,dir,matiere |
41 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
41 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
42 | !read wimshome/log/classes/$dir/cdt/def/$date |
42 | !read wimshome/log/classes/$dir/cdt/def/$date |
43 | !let no=!positionof item $todo in $date_todo |
43 | !let no=!positionof item $todo in $date_todo |
44 | <td> |
44 | <td> |
45 | !read |
45 | !read date.phtml $todo,notime $dateoption |
46 | </td> |
46 | </td> |
47 | !if no isin $cdt_supervise |
47 | !if no isin $cdt_supervise |
48 | <td>$matiere</td> |
48 | <td>$matiere</td> |
49 | !endif |
49 | !endif |
50 | <td valign="top"> |
50 | <td valign="top"> |
51 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
51 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
52 | </td> |
52 | </td> |
53 | <td> |
53 | <td> |
54 | !read |
54 | !read date.phtml $date,notime $dateoption |
55 | </td> |
55 | </td> |
56 | </tr> |
56 | </tr> |
57 | !next i |
57 | !next i |
58 | $table_end |
58 | $table_end |