Subversion Repositories wimsdev

Rev

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