Rev 15910 | Rev 16388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15910 | Rev 16387 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !for k=6 to 7 |
12 | !for k=6 to 7 |
13 | <th>$(name_shtab[$k])</th> |
13 | <th>$(name_shtab[$k])</th> |
14 | !next k |
14 | !next k |
15 | <th>$(name_shtab[10])</th> |
15 | <th>$(name_shtab[10])</th> |
16 | !if $activetest>=0 |
16 | !if $activetest>=0 |
17 | <th |
17 | <th |
18 | !if $activetest=0 |
18 | !if $activetest=0 and $exocnt>1 |
19 |
|
19 | colspan="2" |
20 | !endif |
20 | !endif |
- | 21 | >$(name_shtab[8])</th> |
|
21 | !endif |
22 | !endif |
22 | </tr> |
23 | </tr> |
23 | </thead> |
24 | </thead> |
24 | <tbody> |
25 | <tbody> |
25 | !for i=1 to $exocnt |
26 | !for i=1 to $exocnt |
Line 80... | Line 81... | ||
80 | !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1]) |
81 | !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1]) |
81 | !if $activetest=0 |
82 | !if $activetest=0 |
82 | $ |
83 | $ |
83 | !set wims_ref_class=wims_button wims_warning |
84 | !set wims_ref_class=wims_button wims_warning |
84 | !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2]) |
85 | !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2]) |
- | 86 | !if $exocnt>1 |
|
- | 87 | </td> |
|
85 |
|
88 | <td> |
86 | !read adm/sheet/moveafterform.phtml |
89 | !read adm/sheet/moveafterform.phtml |
- | 90 | !endif |
|
87 | !endif |
91 | !endif |
88 | </td> |
92 | </td> |
89 | !endif |
93 | !endif |
90 | </tr> |
94 | </tr> |
91 | !next i |
95 | !next i |