Rev 5953 | Rev 8139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5953 | Rev 8011 | ||
---|---|---|---|
Line 3... | Line 3... | ||
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 | 7 | ||
8 | <div class="wimscenter" "font-size:large; font-weight:bold;> |
8 | <div class="wimscenter" "style="font-size:large; font-weight:bold;"> |
9 | $name_worktodo |
9 | $name_worktodo |
10 | !if $jour_begin!=$jour_end |
10 | !if $jour_begin!=$jour_end |
11 | $name_between <span class="wims_emph">$name_date</span> |
11 | $name_between <span class="wims_emph">$name_date</span> |
12 | $name_and <span class="wims_emph">$name_date2</span> |
12 | $name_and <span class="wims_emph">$name_date2</span> |
13 | !else |
13 | !else |
14 | $name_for |
14 | $name_for |
15 | <span class="wims_emph">$name_date</span> |
15 | <span class="wims_emph">$name_date</span> |
16 | !endif |
16 | !endif |
17 | </div> |
17 | </div> |
18 | 18 | ||
19 | !if $nbligne=0 |
19 | !if $nbligne=0 |
20 | <p> |
20 | <p> |
21 | $name_nowork $name_date. |
21 | $name_nowork $name_date. |
22 | </p> |
22 | </p> |
23 | !goto end |
23 | !goto end |
24 | !endif |
24 | !endif |
25 | 25 | ||
26 | !!let table_border=1 |
- | |
27 | $table_header |
26 | $table_header |
28 | $table_hdtr |
27 | $table_hdtr |
29 | <th>$name_for</th> |
28 | <th>$name_for</th> |
30 | !if no isin $cdt_supervise |
29 | !if no isin $cdt_supervise |
31 | <th>$name_discipline</th> |
30 | <th>$name_discipline</th> |
32 | !endif |
31 | !endif |
33 | <th>$name_work</th><th>$name_giventhe</th> |
32 | <th>$name_work</th><th>$name_giventhe</th> |
Line 35... | Line 34... | ||
35 | !for i=1 to $nbligne |
34 | !for i=1 to $nbligne |
36 | $table_tr |
35 | $table_tr |
37 | !let don=!line $i of $list |
36 | !let don=!line $i of $list |
38 | !distribute item $don into todo,date,dir,matiere |
37 | !distribute item $don into todo,date,dir,matiere |
39 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
38 | !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir |
40 | !read wimshome/log/classes/$dir/cdt/def/$date |
39 | !read wimshome/log/classes/$dir/cdt/def/$date |
41 | !let no=!positionof item $todo in $date_todo |
40 | !let no=!positionof item $todo in $date_todo |
42 | <td> |
41 | <td> |
43 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
42 | !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo |
44 | </td> |
43 | </td> |
45 | !if no isin $cdt_supervise |
44 | !if no isin $cdt_supervise |
46 | <td>$matiere</td> |
45 | <td>$matiere</td> |
47 | !endif |
46 | !endif |
48 | <td valign="top"> |
47 | <td valign="top"> |