Subversion Repositories wimsdev

Rev

Rev 2516 | Rev 3474 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1383 bpr 1
!read adm/title.phtml 1\
2
$wims_classname - $wims_institutionname\
3
$cdt_title
4
 
5
<center>
1837 bpr 6
 <font size="+1"><b>$name_worktodo
23 reyssat 7
 !if $jour_begin!=$jour_end
1837 bpr 8
  $name_between <font color=green>$name_date</font> $name_and <font color=green>$name_date2</font>
23 reyssat 9
 !else
1892 czzmrn 10
  $name_for <font color=green>$name_date</font>
23 reyssat 11
 !endif
12
</b></font>
13
</center>
14
<p><p>
15
 
16
!if $cdt_description!=$empty
17
 <br>$cdt_description<br>
18
!endif
19
 
20
!if $nbligne=0
1837 bpr 21
 $name_nowork $name_date.
23 reyssat 22
 <p>
23
 !goto end
24
!endif
25
 <center>
26
 $table_header
27
 $table_hdtr
1837 bpr 28
  <th>$name_for</th>
23 reyssat 29
  !if no isin $cdt_supervise
1837 bpr 30
   <th>$name_discipline</th>
23 reyssat 31
  !endif
1837 bpr 32
  <th>$name_work</th><th>$name_giventhe</th>
23 reyssat 33
 </tr>
34
 !for i=1 to $nbligne
35
  $table_tr
36
   !let don=!line $i of $list
37
   !distribute item $don into todo,date,dir,matiere
38
   !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
39
   !read wimshome/log/classes/$dir/cdt/def/$date
40
   !let no=!positionof item $todo in $date_todo
3049 bpr 41
   <td valign="top">
2241 bpr 42
    !read lang/date.phtml.$moduclass_lang 5,$todo
23 reyssat 43
   </td>
44
   !if no isin $cdt_supervise
45
    <td>$matiere</td>
46
   !endif
47
   <td>
48
    !read wimshome/log/classes/$dir/cdt/def/$date todo$no
49
   </td>
50
   <td>
2241 bpr 51
    !read lang/date.phtml.$moduclass_lang 5,$date
23 reyssat 52
   </td>
53
  </tr>
54
 !next i
55
 $table_end
56
<p>
1837 bpr 57
 !href target=wims_new cmd=new&module=$module&job=todo&job2=print&jday=$jday&jyear=$jyear&jmonth=$jmonth&jday2=$jday2&jyear2=$jyear2&jmonth2=$jmonth2 $wims_name_print
23 reyssat 58
</center>
59
 
2516 bpr 60
!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\
61
to $wims_menu_items
23 reyssat 62
:end
1005 bpr 63
<p><hr width="40%"> <p>
23 reyssat 64
!read form.phtml
65
 
66
!tail
67