Rev 10189 | Rev 14833 | 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 | |||
1383 | bpr | 4 | !read adm/title.phtml 1\ |
4019 | bpr | 5 | $classname\ |
1383 | bpr | 6 | $cdt_title |
1837 | bpr | 7 | |
8011 | bpr | 8 | <div class="wimscenter" "style="font-size:large; font-weight:bold;"> |
5917 | bpr | 9 | $name_worktodo |
14043 | bpr | 10 | !if $jour_begin!=$jour_end |
8139 | guerimand | 11 | $name_between <span class="wims_emph"> |
12 | !read date.phtml $jour_begin,notime |
||
13 | </span> |
||
14 | $name_and <span class="wims_emph"> |
||
15 | !read date.phtml $jour_end,notime |
||
16 | </span> |
||
14043 | bpr | 17 | !else |
8011 | bpr | 18 | $name_for |
8139 | guerimand | 19 | <span class="wims_emph"> |
20 | !read date.phtml $jour_begin,notime |
||
21 | </span> |
||
14043 | bpr | 22 | !endif |
8011 | bpr | 23 | </div> |
23 | reyssat | 24 | |
25 | !if $nbligne=0 |
||
14043 | bpr | 26 | <p> |
27 | $name_nowork. |
||
28 | </p> |
||
29 | !goto end |
||
23 | reyssat | 30 | !endif |
1077 | bpr | 31 | |
23 | reyssat | 32 | $table_header |
8011 | bpr | 33 | $table_hdtr |
1837 | bpr | 34 | <th>$name_for</th> |
14043 | bpr | 35 | !if no isin $cdt_supervise |
1837 | bpr | 36 | <th>$name_discipline</th> |
14043 | bpr | 37 | !endif |
1837 | bpr | 38 | <th>$name_work</th><th>$name_giventhe</th> |
23 | reyssat | 39 | </tr> |
14043 | bpr | 40 | !for i=1 to $nbligne |
23 | reyssat | 41 | $table_tr |
14043 | bpr | 42 | !let don=!line $i of $list |
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 |
||
45 | !read wimshome/log/classes/$dir/cdt/def/$date |
||
46 | !let no=!positionof item $todo in $date_todo |
||
23 | reyssat | 47 | <td> |
9598 | guerimand | 48 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo,$dateoption |
23 | reyssat | 49 | </td> |
14043 | bpr | 50 | !if no isin $cdt_supervise |
23 | reyssat | 51 | <td>$matiere</td> |
14043 | bpr | 52 | !endif |
3049 | bpr | 53 | <td valign="top"> |
23 | reyssat | 54 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
55 | </td> |
||
56 | <td> |
||
9598 | guerimand | 57 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date,$dateoption |
23 | reyssat | 58 | </td> |
59 | </tr> |
||
14043 | bpr | 60 | !next i |
61 | $table_end |
||
23 | reyssat | 62 | :end |
2516 | bpr | 63 | !if _ notin $wims_session |
14043 | bpr | 64 | !set wims_menu_items=!append line back2,1,module=$module \ |
2516 | bpr | 65 | to $wims_menu_items |
66 | !endif |
||
1186 | bpr | 67 | !tail |