Rev 12751 | Rev 14043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12751 | Rev 13610 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | <span class="wims_emph"> |
25 | <span class="wims_emph"> |
26 | !read date.phtml $jour_begin,notime |
26 | !read date.phtml $jour_begin,notime |
27 | </span> |
27 | </span> |
28 | !endif |
28 | !endif |
29 | </div> |
29 | </div> |
30 | - | ||
31 | - | ||
32 | 30 | ||
33 | 31 | ||
34 | !if $nbligne=0 |
32 | !if $nbligne=0 |
35 | <p> |
- | |
36 | $name_nowork |
33 | <p>$name_nowork.</p> |
37 | </p> |
- | |
38 | !goto end |
34 | !goto end |
39 | !endif |
35 | !endif |
40 | 36 | ||
- | 37 | !set table_class=sortable |
|
- | 38 | !set table_id=TABLE_cdt_todo |
|
41 |
|
39 | $table_header |
- | 40 | <thead> |
|
42 | $table_hdtr |
41 | $table_hdtr |
43 | <th>$name_for</th> |
42 | <th>$name_for</th> |
44 | !if no isin $cdt_supervise |
43 | !if no isin $cdt_supervise |
45 | <th>$name_discipline</th> |
44 | <th>$name_discipline</th> |
46 | !endif |
45 | !endif |
47 | <th>$name_work</th><th>$name_giventhe</th> |
46 | <th>$name_work</th><th>$name_giventhe</th> |
48 | </tr> |
47 | </tr> |
- | 48 | </thead> |
|
- | 49 | <tbody> |
|
49 | !for i=1 to $nbligne |
50 | !for i=1 to $nbligne |
50 | $table_tr |
51 | $table_tr |
51 | !if $cdt_reversedate=1 |
52 | !if $cdt_reversedate=1 |
52 | !let don=!line $nbligne+1-$i of $list |
53 | !let don=!line $nbligne+1-$i of $list |
53 | !else |
54 | !else |
Line 57... | Line 58... | ||
57 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
58 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
58 | !read wimshome/log/classes/$dir/cdt/def/$date |
59 | !read wimshome/log/classes/$dir/cdt/def/$date |
59 | !let no=!positionof item $todo in $date_todo |
60 | !let no=!positionof item $todo in $date_todo |
60 | <td valign="top"> |
61 | <td valign="top"> |
61 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
62 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
62 | </td> |
63 | </td> |
63 | !if no isin $cdt_supervise |
64 | !if no isin $cdt_supervise |
64 | <td>$matiere</td> |
65 | <td>$matiere</td> |
65 | !endif |
66 | !endif |
66 | <td> |
67 | <td> |
67 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
68 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
Line 69... | Line 70... | ||
69 | <td> |
70 | <td> |
70 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date |
71 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date |
71 | </td> |
72 | </td> |
72 | </tr> |
73 | </tr> |
73 | !next i |
74 | !next i |
- | 75 | </tbody> |
|
74 | $table_end |
76 | $table_end |
- | 77 | !read tablesort.phtml |
|
- | 78 | ||
75 |
|
79 | <div class="wimscenter"> |
76 | !set wims_ref_class=wims_button |
80 | !set wims_ref_class=wims_button |
77 | !href target=wims_new cmd=new&module=$module&job=todo&job2=print&$jdate=$jdate&jdate2=$jdate2 $wims_name_print |
81 | !href target=wims_new cmd=new&module=$module&job=todo&job2=print&$jdate=$jdate&jdate2=$jdate2 $wims_name_print |
78 |
|
82 | </div> |
- | 83 | ||
79 | !set wims_menu_items=!append line printable,1,cmd=new&module=$module&job=todo&job2=print&jdate=$jdate&jdate2=$jdate2\ |
84 | !set wims_menu_items=!append line printable,1,cmd=new&module=$module&job=todo&job2=print&jdate=$jdate&jdate2=$jdate2\ |
80 | to $wims_menu_items |
85 | to $wims_menu_items |
81 | 86 | ||
82 | :end |
87 | :end |
83 | - | ||
84 | <hr style="width:40%;" /> |
- | |
85 | - | ||
86 | !tail |
88 | !tail |
87 | 89 |