Subversion Repositories wimsdev

Rev

Rev 8139 | Rev 10189 | 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
1837 bpr 7
 
8011 bpr 8
<div class="wimscenter" "style="font-size:large; font-weight:bold;">
5917 bpr 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
 
25
!if $nbligne=0
8011 bpr 26
 <p>
8139 guerimand 27
 $name_nowork.
5861 bpr 28
 </p>
23 reyssat 29
 !goto end
30
!endif
1077 bpr 31
 
23 reyssat 32
 $table_header
8011 bpr 33
 $table_hdtr
1837 bpr 34
  <th>$name_for</th>
23 reyssat 35
  !if no isin $cdt_supervise
1837 bpr 36
   <th>$name_discipline</th>
23 reyssat 37
  !endif
1837 bpr 38
  <th>$name_work</th><th>$name_giventhe</th>
23 reyssat 39
 </tr>
40
 !for i=1 to $nbligne
41
  $table_tr
42
   !let don=!line $i of $list
43
   !distribute item $don into todo,date,dir,matiere
44
   !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
8011 bpr 45
   !read wimshome/log/classes/$dir/cdt/def/$date
23 reyssat 46
   !let no=!positionof item $todo in $date_todo
47
   <td>
9598 guerimand 48
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo,$dateoption
23 reyssat 49
   </td>
50
   !if no isin $cdt_supervise
51
    <td>$matiere</td>
52
   !endif
3049 bpr 53
   <td valign="top">
23 reyssat 54
    !read wimshome/log/classes/$dir/cdt/def/$date todo$no
55
   </td>
56
   <td>
9598 guerimand 57
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date,$dateoption
23 reyssat 58
   </td>
59
  </tr>
60
 !next i
61
 $table_end
62
:end
2516 bpr 63
!if _ notin $wims_session
64
 !set wims_menu_items=!append line back2,1,module=$module \
65
 to $wims_menu_items
66
!endif
1186 bpr 67
!tail
23 reyssat 68