Rev 14043 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4039 | bpr | 1 | !read adm/class/classname.phtml $wims_classname\ |
4019 | bpr | 2 | $wims_institutionname |
3 | |||
14833 | obado | 4 | !read adm/title.phtml 3\ |
5 | $classname |
||
1837 | bpr | 6 | |
8011 | bpr | 7 | <div class="wimscenter" "style="font-size:large; font-weight:bold;"> |
5917 | bpr | 8 | $name_worktodo |
14043 | bpr | 9 | !if $jour_begin!=$jour_end |
8139 | guerimand | 10 | $name_between <span class="wims_emph"> |
11 | !read date.phtml $jour_begin,notime |
||
12 | </span> |
||
13 | $name_and <span class="wims_emph"> |
||
14 | !read date.phtml $jour_end,notime |
||
15 | </span> |
||
14043 | bpr | 16 | !else |
8011 | bpr | 17 | $name_for |
8139 | guerimand | 18 | <span class="wims_emph"> |
19 | !read date.phtml $jour_begin,notime |
||
20 | </span> |
||
14043 | bpr | 21 | !endif |
8011 | bpr | 22 | </div> |
23 | reyssat | 23 | |
24 | !if $nbligne=0 |
||
14833 | obado | 25 | <p>$name_nowork.</p> |
26 | !exit |
||
23 | reyssat | 27 | !endif |
1077 | bpr | 28 | |
23 | reyssat | 29 | $table_header |
8011 | bpr | 30 | $table_hdtr |
1837 | bpr | 31 | <th>$name_for</th> |
14043 | bpr | 32 | !if no isin $cdt_supervise |
1837 | bpr | 33 | <th>$name_discipline</th> |
14043 | bpr | 34 | !endif |
1837 | bpr | 35 | <th>$name_work</th><th>$name_giventhe</th> |
23 | reyssat | 36 | </tr> |
14043 | bpr | 37 | !for i=1 to $nbligne |
23 | reyssat | 38 | $table_tr |
14043 | bpr | 39 | !let don=!line $i of $list |
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 |
||
42 | !read wimshome/log/classes/$dir/cdt/def/$date |
||
43 | !let no=!positionof item $todo in $date_todo |
||
23 | reyssat | 44 | <td> |
9598 | guerimand | 45 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo,$dateoption |
23 | reyssat | 46 | </td> |
14043 | bpr | 47 | !if no isin $cdt_supervise |
23 | reyssat | 48 | <td>$matiere</td> |
14043 | bpr | 49 | !endif |
3049 | bpr | 50 | <td valign="top"> |
23 | reyssat | 51 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
52 | </td> |
||
53 | <td> |
||
9598 | guerimand | 54 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date,$dateoption |
23 | reyssat | 55 | </td> |
56 | </tr> |
||
14043 | bpr | 57 | !next i |
58 | $table_end |