Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1971 guerimand 1
!!!### langage independant
2
!!
1047 bpr 3
 
1380 bpr 4
!read adm/title.phtml 1\
5
$wims_classname - $wims_institutionname\
1598 bpr 6
$name_title
1573 bpr 7
 
291 bpr 8
<div class="wims_sheet_desc">$desc</div><p>
23 reyssat 9
 
10
!if $exocnt=0
1598 bpr 11
 $wims_name_sheetempty
23 reyssat 12
!else
1598 bpr 13
 $name_assignedwork:
251 bpr 14
 <div class="wims_sheet"><p><ul class="wims_sheet_list">
23 reyssat 15
 !for i=1 to $exocnt
16
  !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet
17
  !distribute lines $ex into di,pa,re,we,ti,de,dep
251 bpr 18
  <li class="wims_sheet_list"><p>$i.
23 reyssat 19
  !href module=$di&cmd=new&worksheet=$parm1&$pa $ti
20
, $de
21
  !if $re>0
1598 bpr 22
   <small>$name_quality
23 reyssat 23
   0/10. </small>
24
  !endif
251 bpr 25
  </p>
26
  </li>
23 reyssat 27
 !next i
28
 </ul>
251 bpr 29
 </div>
23 reyssat 30
!endif
31
<p>
32
!homeref
1444 bpr 33
!set wims_menu_items=!append line ,0,\
34
backteacher,1,cmd=resume\
35
to $wims_menu_items
23 reyssat 36
 
1173 bpr 37
!tail
23 reyssat 38
 
39
!set job=
40