Subversion Repositories wimsdev

Rev

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