Subversion Repositories wimsdev

Rev

Rev 6235 | Rev 8011 | 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
7
 
5861 bpr 8
<div class="wimscenter" style="font-weight:bold;">
9
 $name_worktodo
23 reyssat 10
 !if $jour_begin!=$jour_end
5894 bpr 11
  $name_between <span class="wims_emph">$name_date</span>
12
  $name_and <span class="wims_emph">$name_date2</span>
23 reyssat 13
 !else
5894 bpr 14
  $name_for <span class="wims_emph">$name_date</span>
23 reyssat 15
 !endif
5861 bpr 16
</div>
23 reyssat 17
 
5861 bpr 18
 
23 reyssat 19
!if $cdt_description!=$empty
6235 bpr 20
 <br />$cdt_description<br />
23 reyssat 21
!endif
22
 
23
!if $nbligne=0
5861 bpr 24
<p>
1837 bpr 25
 $name_nowork $name_date.
5861 bpr 26
 </p>
23 reyssat 27
 !goto end
28
!endif
5953 bpr 29
 
23 reyssat 30
 $table_header
31
 $table_hdtr
1837 bpr 32
  <th>$name_for</th>
23 reyssat 33
  !if no isin $cdt_supervise
1837 bpr 34
   <th>$name_discipline</th>
23 reyssat 35
  !endif
1837 bpr 36
  <th>$name_work</th><th>$name_giventhe</th>
23 reyssat 37
 </tr>
38
 !for i=1 to $nbligne
39
  $table_tr
6366 guerimand 40
   !if $cdt_reversedate=1
41
    !let don=!line $nbligne+1-$i of $list
42
   !else
43
    !let don=!line $i of $list
44
   !endif
23 reyssat 45
   !distribute item $don into todo,date,dir,matiere
46
   !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
47
   !read wimshome/log/classes/$dir/cdt/def/$date
48
   !let no=!positionof item $todo in $date_todo
3049 bpr 49
   <td valign="top">
5252 bpr 50
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo
23 reyssat 51
   </td>
52
   !if no isin $cdt_supervise
53
    <td>$matiere</td>
54
   !endif
55
   <td>
56
    !read wimshome/log/classes/$dir/cdt/def/$date todo$no
57
   </td>
58
   <td>
5246 bpr 59
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date
23 reyssat 60
   </td>
61
  </tr>
62
 !next i
63
 $table_end
5861 bpr 64
 
1837 bpr 65
 !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
5861 bpr 66
</div>
23 reyssat 67
 
2516 bpr 68
!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\
69
to $wims_menu_items
23 reyssat 70
:end
5861 bpr 71
 
6235 bpr 72
<hr style="width:40%;" />
23 reyssat 73
!read form.phtml
74
 
75
!tail
76