Rev 12329 | Rev 13432 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12329 | Rev 12656 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | $table_header |
4 | $table_header |
5 |
|
5 | <caption>$name_content</caption> |
- | 6 | <thead> |
|
6 | $table_hdtr |
7 | $table_hdtr |
7 | !for k=1 to 5 |
8 | !for k=1 to 5 |
8 | <th>$(name_shtab[$k])</th> |
9 | <th>$(name_shtab[$k])</th> |
9 | !next k |
10 | !next k |
10 | <th>$name_qnum</th> |
11 | <th>$name_qnum</th> |
11 | !for k=6 to 7 |
12 | !for k=6 to 7 |
12 | <th>$(name_shtab[$k])</th> |
13 | <th>$(name_shtab[$k])</th> |
13 | !next k |
14 | !next k |
14 | <th>$(name_shtab[10])</th> |
15 | <th>$(name_shtab[10])</th> |
15 | !if $activetest>=0 |
16 | !if $activetest>=0 |
16 | <th>$(name_shtab[8])</th> |
17 | <th>$(name_shtab[8])</th> |
17 | !endif |
18 | !endif |
18 | </tr> |
19 | </tr> |
- | 20 | </thead> |
|
- | 21 | <tbody> |
|
19 | !for i=1 to $exocnt |
22 | !for i=1 to $exocnt |
20 | !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
23 | !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
21 | !distribute lines $ex into di,pa,re,we,ti,de,dep,com,feed,icone |
24 | !distribute lines $ex into di,pa,re,we,ti,de,dep,com,feed,icone |
22 | $table_tr |
25 | $table_tr |
23 | <td id="td_exo_$i">$i</td> |
26 | <td id="td_exo_$i">$i</td> |
Line 51... | Line 54... | ||
51 | !if $activetest>=0 |
54 | !if $activetest>=0 |
52 | <td> |
55 | <td> |
53 | !set wims_ref_class=wims_button |
56 | !set wims_ref_class=wims_button |
54 | !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1]) |
57 | !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1]) |
55 | !if $activetest=0 |
58 | !if $activetest=0 |
56 |
|
59 | $ |
57 | !set wims_ref_class=wims_button wims_warning |
60 | !set wims_ref_class=wims_button wims_warning |
58 | !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2]) |
61 | !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2]) |
59 | !if $i>1 |
62 | !if $i>1 |
60 | $ |
63 | $ |
61 | !set wims_ref_class=wims_button |
64 | !set wims_ref_class=wims_button |
62 | !href cmd=reply&job=moveup&moveup=$i#td_exo_$[$i-1] $(seriesaction[3]) |
65 | !href cmd=reply&job=moveup&moveup=$i#td_exo_$[$i-1] $(seriesaction[3]) |
63 | !endif |
66 | !endif |
64 | !endif |
67 | !endif |
65 | </td> |
68 | </td> |
66 | !endif |
69 | !endif |
67 | </tr> |
70 | </tr> |
68 | !next i |
71 | !next i |
- | 72 | </tbody> |
|
69 | $table_end |
73 | $table_end |