Rev 4039 | Rev 5648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4039 | Rev 4859 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | !read adm/title.phtml 1\ |
4 | !read adm/title.phtml 1\ |
5 | $classname\ |
5 | $classname\ |
6 | $name_title |
6 | $name_title |
7 | 7 | ||
8 | <div class="wims_sheet_desc">$desc</div |
8 | <div class="wims_sheet_desc">$desc</div> |
9 | 9 | ||
10 | !if $exocnt=0 |
10 | !if $exocnt=0 |
11 | $wims_name_sheetempty |
11 | $wims_name_sheetempty |
12 | !else |
12 | !else |
13 | $name_assignedwork: |
13 | $name_assignedwork: |
14 | <div class="wims_sheet"><ul class="wims_sheet_list"> |
14 | <div class="wims_sheet"><ul class="wims_sheet_list"> |
15 | !for i=1 to $exocnt |
15 | !for i=1 to $exocnt |
16 | !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
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 |
17 | !distribute lines $ex into di,pa,re,we,ti,de,dep |
18 | <li |
18 | <li>$i. |
19 | !href module=$di&cmd=new&worksheet=$parm1&$pa $ti |
19 | !href module=$di&cmd=new&worksheet=$parm1&$pa $ti |
20 | , $de |
20 | , $de |
21 | !if $re>0 |
21 | !if $re>0 |
22 | <small>$name_quality |
22 | <small>$name_quality |
23 | 0/10. </small> |
23 | 0/10. </small> |