Rev 16022 | Rev 16919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16022 | Rev 16095 | ||
---|---|---|---|
Line 151... | Line 151... | ||
151 | !if $doctit=$empty |
151 | !if $doctit=$empty |
152 | !reset docdef sheet_docpage |
152 | !reset docdef sheet_docpage |
153 | !endif |
153 | !endif |
154 | !endif |
154 | !endif |
155 | requires=!getscorerequire sheet=$sh |
155 | requires=!getscorerequire sheet=$sh |
- | 156 | !if $sheet_active=0 |
|
- | 157 | nb1=!wordcnt $requires |
|
- | 158 | nb2=!recordcnt $data |
|
- | 159 | !if $nb1!=$nb2 |
|
- | 160 | !readproc adm/sheet/writeweights |
|
- | 161 | requires=!getscorerequire sheet=$sh |
|
- | 162 | !endif |
|
- | 163 | !endif |
|
156 | scores=!getscore sheet=$sh |
164 | scores=!getscore sheet=$sh |
157 | means=!getscoremean sheet=$sh |
165 | means=!getscoremean sheet=$sh |
158 | bests=!getscorebest sheet=$sh |
166 | bests=!getscorebest sheet=$sh |
159 | levels=!getscorelevel sheet=$sh |
167 | levels=!getscorelevel sheet=$sh |
160 | alltries=!getscorealltries sheet=$sh |
168 | alltries=!getscorealltries sheet=$sh |