Rev 8139 | Rev 10189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8139 | Rev 9598 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | !distribute item $don into todo,date,dir,matiere |
43 | !distribute item $don into todo,date,dir,matiere |
44 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
44 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
45 | !read wimshome/log/classes/$dir/cdt/def/$date |
45 | !read wimshome/log/classes/$dir/cdt/def/$date |
46 | !let no=!positionof item $todo in $date_todo |
46 | !let no=!positionof item $todo in $date_todo |
47 | <td> |
47 | <td> |
48 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
48 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo,$dateoption |
49 | </td> |
49 | </td> |
50 | !if no isin $cdt_supervise |
50 | !if no isin $cdt_supervise |
51 | <td>$matiere</td> |
51 | <td>$matiere</td> |
52 | !endif |
52 | !endif |
53 | <td valign="top"> |
53 | <td valign="top"> |
54 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
54 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
55 | </td> |
55 | </td> |
56 | <td> |
56 | <td> |
57 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date |
57 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date,$dateoption |
58 | </td> |
58 | </td> |
59 | </tr> |
59 | </tr> |
60 | !next i |
60 | !next i |
61 | $table_end |
61 | $table_end |
62 | :end |
62 | :end |