Rev 16395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16395 | Rev 18434 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! |
1 | !! affiche le contenu de la feuille $sheet de la classe $wims_class |
2 | !! langage is defined in adm/class/sheet/lang/names.phtml.$lang |
2 | !! langage is defined in adm/class/sheet/lang/names.phtml.$lang |
3 | 3 | ||
4 | $table_header |
4 | $table_header |
5 | <caption>$name_content</caption> |
5 | <caption>$name_content</caption> |
6 | <thead> |
6 | <thead> |
Line 24... | Line 24... | ||
24 | </thead> |
24 | </thead> |
25 | <tbody> |
25 | <tbody> |
26 | !for i=1 to $exocnt |
26 | !for i=1 to $exocnt |
27 | !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
27 | !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
28 | !distribute lines $ex into di,pa,req,weig,ti,de,dep,com,feed,icone |
28 | !distribute lines $ex into di,pa,req,weig,ti,de,dep,com,feed,icone |
- | 29 | !set testdep=!getdef deprecated in wimshome/public_html/modules/$di/INDEX |
|
29 | $table_tr |
30 | $table_tr |
30 | <td id="td_exo_$i">$i</td> |
31 | <td id="td_exo_$i">$i</td> |
31 | <td> |
32 | <td> |
32 | !if $icone!=$empty |
33 | !if $icone!=$empty |
33 | !set wims_ref_class=text_icon icon_$icone |
34 | !set wims_ref_class=text_icon icon_$icone |
34 | !endif |
35 | !endif |
35 | !href cmd=new&module=$di&worksheet=$sheet&$pa $ti |
36 | !href cmd=new&module=$di&worksheet=$sheet&$pa $ti |
- | 37 | !if $testdep=yes |
|
- | 38 | (deprecated) |
|
- | 39 | !endif |
|
36 | </td> |
40 | </td> |
37 | <td>$de</td> |
41 | <td>$de</td> |
38 | !if $activetest>0 |
42 | !if $activetest>0 |
39 | <td> |
43 | <td> |
40 | !getscorerequire sheet=$sheet work=$i |
44 | !getscorerequire sheet=$sheet work=$i |