Rev 9452 | Rev 12751 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9452 | Rev 9561 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | $wims_institutionname |
2 | $wims_institutionname |
3 | 3 | ||
4 | !read adm/title.phtml 1\ |
4 | !read adm/title.phtml 1\ |
5 | $classname\ |
5 | $classname\ |
6 | $cdt_title |
6 | $cdt_title |
- | 7 | ||
- | 8 | !if $cdt_description!=$empty |
|
- | 9 | <br />$cdt_description<br /> |
|
- | 10 | !endif |
|
- | 11 | ||
- | 12 | !read form.phtml |
|
7 | 13 | ||
8 | <div class="wimscenter" style="font-weight:bold;"> |
14 | <div class="wimscenter" style="font-weight:bold;"> |
9 | $name_worktodo |
15 | $name_worktodo |
10 | !if $jour_begin!=$jour_end |
16 | !if $jour_begin!=$jour_end |
11 | $name_between <span class="wims_emph"> |
17 | $name_between <span class="wims_emph"> |
Line 19... | Line 25... | ||
19 | <span class="wims_emph"> |
25 | <span class="wims_emph"> |
20 | !read date.phtml $jour_begin,notime |
26 | !read date.phtml $jour_begin,notime |
21 | </span> |
27 | </span> |
22 | !endif |
28 | !endif |
23 | </div> |
29 | </div> |
24 | 30 | ||
25 | 31 | ||
26 | !if $cdt_description!=$empty |
- | |
27 | <br />$cdt_description<br /> |
- | |
28 | !endif |
32 | |
29 | 33 | ||
30 | !if $nbligne=0 |
34 | !if $nbligne=0 |
31 | <p> |
35 | <p> |
32 | $name_nowork. |
36 | $name_nowork. |
33 | </p> |
37 | </p> |
Line 57... | Line 61... | ||
57 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
61 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
58 | </td> |
62 | </td> |
59 | !if no isin $cdt_supervise |
63 | !if no isin $cdt_supervise |
60 | <td>$matiere</td> |
64 | <td>$matiere</td> |
61 | !endif |
65 | !endif |
62 | <td> |
66 | <td> |
63 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
67 | !read wimshome/log/classes/$dir/cdt/def/$date todo$no |
64 | </td> |
68 | </td> |
65 | <td> |
69 | <td> |
66 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date |
70 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date |
67 | </td> |
71 | </td> |
Line 75... | Line 79... | ||
75 | !set wims_menu_items=!append line printable,1,cmd=new&module=$module&job=todo&job2=print&jday=$jday&jyear=$jyear&jmonth=$jmonth&jday2=$jday2&jyear2=$jyear2&jmonth2=$jmonth2\ |
79 | !set wims_menu_items=!append line printable,1,cmd=new&module=$module&job=todo&job2=print&jday=$jday&jyear=$jyear&jmonth=$jmonth&jday2=$jday2&jyear2=$jyear2&jmonth2=$jmonth2\ |
76 | to $wims_menu_items |
80 | to $wims_menu_items |
77 | :end |
81 | :end |
78 | 82 | ||
79 | <hr style="width:40%;" /> |
83 | <hr style="width:40%;" /> |
80 | !read form.phtml |
- | |
81 | 84 | ||
82 | !tail |
85 | !tail |
83 | 86 |