Subversion Repositories wimsdev

Rev

Rev 14104 | Rev 14113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14104 Rev 14107
Line 13... Line 13...
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>$(name_shtab[8])</th>
17
      <th>$(name_shtab[8])</th>
-
 
18
      !if $activetest=0
-
 
19
        <th>$(name_shtab[11])</th>
-
 
20
      !endif
18
    !endif
21
    !endif
19
  </tr>
22
  </tr>
20
</thead>
23
</thead>
21
<tbody>
24
<tbody>
22
!for i=1 to $exocnt
25
!for i=1 to $exocnt
Line 57... Line 60...
57
    !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1])
60
    !href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1])
58
    !if $activetest=0
61
    !if $activetest=0
59
      $
62
      $
60
      !set wims_ref_class=wims_button wims_warning
63
      !set wims_ref_class=wims_button wims_warning
61
      !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2])
64
      !href cmd=reply&job=delete&delete=$i#list $(seriesaction[2])
-
 
65
      </td><td>
62
      !if $i>1
66
      !if $i>1
63
        $
67
        $
64
        !set wims_ref_class=wims_button wims_button_move
68
        !set wims_ref_class=wims_button wims_button_move
65
        !href cmd=reply&job=moveup&moveup=$i#td_exo_$[$i-1] $(seriesaction[3])
69
        !href cmd=reply&job=moveup&moveup=$i#td_exo_$[$i-1] $(seriesaction[3])
66
      !endif
70
      !endif
Line 70... Line 74...
70
        <input type="submit" value="$(seriesaction[4])">
74
        <input type="submit" value="$(seriesaction[4])">
71
        !let movetarget=$[min($exocnt,$i+1)]
75
        !let movetarget=$[min($exocnt,$i+1)]
72
        !formselect movetarget from 1 to $exocnt
76
        !formselect movetarget from 1 to $exocnt
73
      !formend
77
      !formend
74
    !endif
78
    !endif
75
  </td>
79
    </td>
76
  !endif
80
  !endif
77
  </tr>
81
  </tr>
78
!next i
82
!next i
79
</tbody>
83
</tbody>
80
$table_end
84
$table_end