Subversion Repositories wimsdev

Rev

Rev 5861 | Rev 5917 | 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
 
5861 bpr 8
<div clas="wimscenter">
1837 bpr 9
 <font size="+1"><b>$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
1837 bpr 14
  $name_for
5894 bpr 15
  <span class="wims_emph">$name_date</span>
23 reyssat 16
 !endif
17
</b></font>
5861 bpr 18
</div>
23 reyssat 19
 
20
!if $nbligne=0
5861 bpr 21
<p>
1892 czzmrn 22
 $name_nowork $name_date.
5861 bpr 23
 </p>
23 reyssat 24
 !goto end
25
!endif
1077 bpr 26
 
1044 bpr 27
 !let table_border=1
23 reyssat 28
 $table_header
29
 $table_hdtr
1837 bpr 30
  <th>$name_for</th>
23 reyssat 31
  !if no isin $cdt_supervise
1837 bpr 32
   <th>$name_discipline</th>
23 reyssat 33
  !endif
1837 bpr 34
  <th>$name_work</th><th>$name_giventhe</th>
23 reyssat 35
 </tr>
36
 !for i=1 to $nbligne
37
  $table_tr
38
   !let don=!line $i of $list
39
   !distribute item $don into todo,date,dir,matiere
40
   !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
41
   !read wimshome/log/classes/$dir/cdt/def/$date
42
   !let no=!positionof item $todo in $date_todo
43
   <td>
5246 bpr 44
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo
23 reyssat 45
   </td>
46
   !if no isin $cdt_supervise
47
    <td>$matiere</td>
48
   !endif
3049 bpr 49
   <td valign="top">
23 reyssat 50
    !read wimshome/log/classes/$dir/cdt/def/$date todo$no
51
   </td>
52
   <td>
5246 bpr 53
    !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date
23 reyssat 54
   </td>
55
  </tr>
56
 !next i
57
 $table_end
58
:end
2516 bpr 59
!if _ notin $wims_session
60
 !set wims_menu_items=!append line back2,1,module=$module \
61
 to $wims_menu_items
62
!endif
1186 bpr 63
!tail
23 reyssat 64