Rev 17180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17180 | Rev 17318 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | !read $file |
75 | !read $file |
76 | !let nbtodo=!itemcnt $date_todo |
76 | !let nbtodo=!itemcnt $date_todo |
77 | !let snbtodo=$[max(1,$nbtodo)] |
77 | !let snbtodo=$[max(1,$nbtodo)] |
78 | <tr class="$(table_colors[$i%2+1])"> |
78 | <tr class="$(table_colors[$i%2+1])"> |
79 | <td rowspan="$snbtodo"> |
79 | <td rowspan="$snbtodo"> |
80 | !read |
80 | !read date.phtml $jour,notime $dateoption |
81 | </td> |
81 | </td> |
82 | !if no isin $cdt_supervise |
82 | !if no isin $cdt_supervise |
83 | <td rowspan="$snbtodo">$matiere</td> |
83 | <td rowspan="$snbtodo">$matiere</td> |
84 | !endif |
84 | !endif |
85 | <td rowspan="$snbtodo" valign="top"> |
85 | <td rowspan="$snbtodo" valign="top"> |
Line 88... | Line 88... | ||
88 | !if $nbtodo>0 |
88 | !if $nbtodo>0 |
89 | <td valign="top"> |
89 | <td valign="top"> |
90 | !read $file todo1 |
90 | !read $file todo1 |
91 | </td> |
91 | </td> |
92 | <td> |
92 | <td> |
93 | !read |
93 | !read date.phtml $date_todo,notime $dateoption |
94 | </td> |
94 | </td> |
95 | !else |
95 | !else |
96 | <td> </td><td> </td> |
96 | <td> </td><td> </td> |
97 | !endif |
97 | !endif |
98 | !if $wims_user=supervisor and yes isin $cdt_supervise |
98 | !if $wims_user=supervisor and yes isin $cdt_supervise |
Line 113... | Line 113... | ||
113 | <td valign="top"> |
113 | <td valign="top"> |
114 | !read $file todo$j |
114 | !read $file todo$j |
115 | </td> |
115 | </td> |
116 | <td> |
116 | <td> |
117 | !let tmp=!item $j of $date_todo |
117 | !let tmp=!item $j of $date_todo |
118 | !read |
118 | !read date.phtml $tmp,notime $dateoption |
119 | </td> |
119 | </td> |
120 | </tr> |
120 | </tr> |
121 | !next j |
121 | !next j |
122 | !endif |
122 | !endif |
123 | !next i |
123 | !next i |