Rev 17180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17180 | Rev 17318 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | !distribute item $don into todo,date,dir,matiere |
52 | !distribute item $don into todo,date,dir,matiere |
53 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
53 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
54 | !read wimshome/log/classes/$dir/cdt/def/$date |
54 | !read wimshome/log/classes/$dir/cdt/def/$date |
55 | !let no=!positionof item $todo in $date_todo |
55 | !let no=!positionof item $todo in $date_todo |
56 | <td valign="top"> |
56 | <td valign="top"> |
57 | !read |
57 | !read date.phtml $todo,notime $dateoption |
58 | </td> |
58 | </td> |
59 | !if no isin $cdt_supervise |
59 | !if no isin $cdt_supervise |
60 | <td>$matiere</td> |
60 | <td>$matiere</td> |
61 | !endif |
61 | !endif |
62 | <td> |
62 | <td> |
63 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
63 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
64 | </td> |
64 | </td> |
65 | <td> |
65 | <td> |
66 | !read |
66 | !read date.phtml $date,notime $dateoption |
67 | </td> |
67 | </td> |
68 | </tr> |
68 | </tr> |
69 | !next i |
69 | !next i |
70 | </tbody> |
70 | </tbody> |
71 | $table_end |
71 | $table_end |