Subversion Repositories wimsdev

Rev

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