Subversion Repositories wimsdev

Rev

Rev 14833 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14833 Rev 17318
Line 53... Line 53...
53
  !read $file
53
  !read $file
54
  !let nbtodo=!itemcnt $date_todo
54
  !let nbtodo=!itemcnt $date_todo
55
  !let snbtodo=$[max(1,$nbtodo)]
55
  !let snbtodo=$[max(1,$nbtodo)]
56
  <tr class="$(table_colors[$i%2+1])">
56
  <tr class="$(table_colors[$i%2+1])">
57
   <td rowspan="$snbtodo">
57
   <td rowspan="$snbtodo">
58
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$jour,$dateoption
58
    !read date.phtml $jour,notime $dateoption
59
   </td>
59
   </td>
60
   !if no isin $cdt_supervise
60
   !if no isin $cdt_supervise
61
    <td rowspan="$snbtodo">$matiere</td>
61
    <td rowspan="$snbtodo">$matiere</td>
62
   !endif
62
   !endif
63
   <td rowspan="$snbtodo" valign="top">
63
   <td rowspan="$snbtodo" valign="top">
Line 66... Line 66...
66
   !if $nbtodo>0
66
   !if $nbtodo>0
67
    <td valign="top">
67
    <td valign="top">
68
    !read $file todo1
68
    !read $file todo1
69
    </td>
69
    </td>
70
    <td>
70
    <td>
71
     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date_todo,$dateoption
71
     !read date.phtml $date_todo,notime $dateoption
72
    </td>
72
    </td>
73
   !else
73
   !else
74
    <td>&nbsp;</td><td>&nbsp;</td>
74
    <td>&nbsp;</td><td>&nbsp;</td>
75
   !endif
75
   !endif
76
  </tr>
76
  </tr>
Line 80... Line 80...
80
      <td valign="top">
80
      <td valign="top">
81
       !read $file todo$j
81
       !read $file todo$j
82
      </td>
82
      </td>
83
      <td>
83
      <td>
84
       !let tmp=!item $j of $date_todo
84
       !let tmp=!item $j of $date_todo
85
       !read adm/lang/datemenu.phtml.$moduclass_lang 5,$tmp,$dateoption
85
       !read date.phtml $tmp,notime $dateoption
86
      </td>
86
      </td>
87
     </tr>
87
     </tr>
88
    !next j
88
    !next j
89
   !endif
89
   !endif
90
 !next i
90
 !next i