Subversion Repositories wimsdev

Rev

Rev 15756 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15756 Rev 17170
Line 11... Line 11...
11
!if $wims_user=supervisor
11
!if $wims_user=supervisor
12
  !set wims_ref_class=wims_button
12
  !set wims_ref_class=wims_button
13
  !href cmd=reply&job=csv $wims_name_csv
13
  !href cmd=reply&job=csv $wims_name_csv
14
!endif
14
!endif
15
 
15
 
16
<br class="spacer" />
16
<br class="spacer">
17
 
17
 
18
!if $job2=$empty
18
!if $job2=$empty
19
  !goto end
19
  !goto end
20
!else
20
!else
21
  !goto $job2
21
  !goto $job2
Line 40... Line 40...
40
    <td rowspan="$rowspan">$(vote_description[$k;2])</td>
40
    <td rowspan="$rowspan">$(vote_description[$k;2])</td>
41
    !if $(vote_description[$k;2]) iswordof textarea inputfield
41
    !if $(vote_description[$k;2]) iswordof textarea inputfield
42
      <td rowspan="$rowspan" colspan="$[$max_rep]" style="text-align:left" valign="top">
42
      <td rowspan="$rowspan" colspan="$[$max_rep]" style="text-align:left" valign="top">
43
      !if $(vote_description[$k;2]) iswordof textarea
43
      !if $(vote_description[$k;2]) iswordof textarea
44
        !set comment_$k = !replace internal --- by $\
44
        !set comment_$k = !replace internal --- by $\
45
  $<br />- in $(comment_$k)
45
  $<br>- in $(comment_$k)
46
        !set rcnt=!recordcnt $votedir/$(vote)_$k.comments
46
        !set rcnt=!recordcnt $votedir/$(vote)_$k.comments
47
        <ul>
47
        <ul>
48
        !for j=1 to $rcnt
48
        !for j=1 to $rcnt
49
          <li>
49
          <li>
50
          !record $j of $votedir/$(vote)_$k.comments
50
          !record $j of $votedir/$(vote)_$k.comments
Line 133... Line 133...
133
!next k
133
!next k
134
$table_end
134
$table_end
135
!goto end
135
!goto end
136
 
136
 
137
:listbystudent
137
:listbystudent
138
 <br class="spacer" />
138
 <br class="spacer">
139
 $table_header
139
 $table_header
140
  $table_hdtr
140
  $table_hdtr
141
  <td></td>
141
  <td></td>
142
!for k=1 to $parmcnt
142
!for k=1 to $parmcnt
143
  !if uservar!=$(vote_description[$k;2])
143
  !if uservar!=$(vote_description[$k;2])