Rev 4026 | Rev 4859 | 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\ |
4026 | bpr | 2 | $wims_institutionname |
1047 | bpr | 3 | |
1380 | bpr | 4 | !read adm/title.phtml 1\ |
4026 | bpr | 5 | $classname\ |
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: |
3205 | bpr | 14 | <div class="wims_sheet"><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 |
||
3205 | bpr | 18 | <li class="wims_sheet_list">$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 | </li> |
23 | reyssat | 26 | !next i |
27 | </ul> |
||
251 | bpr | 28 | </div> |
23 | reyssat | 29 | !endif |
30 | <p> |
||
31 | !homeref |
||
3205 | bpr | 32 | </p> |
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 |