Subversion Repositories wimsdev

Rev

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

Rev 15755 Rev 15756
Line 172... Line 172...
172
 
172
 
173
:studentbyitem
173
:studentbyitem
174
!if $wims_user=supervisor and $vote_option!=anonymous
174
!if $wims_user=supervisor and $vote_option!=anonymous
175
  <p>$name_details</p>
175
  <p>$name_details</p>
176
  !for i=1 to $parmcnt
176
  !for i=1 to $parmcnt
177
    !if $(vote_description[$i;2]) iswordof inputfield
-
 
178
        !for u in $(votes_$(i))
-
 
179
          $uu
-
 
180
        !next
-
 
181
    !else
-
 
182
    !for c=1 to $(choices$i)
177
    !for c=1 to $(choices$i)
183
      !if /supervisor/ notin $c/
178
      !if /supervisor/ notin $c/
184
        <p>$i - $(vote_description[$i;$c+2])</p>
179
        <p>$i - $(vote_description[$i;$c+2])</p>
185
        <pre>
180
        <pre>
186
        !for u in $(votes_$(i)_$c)
181
        !for u in $(votes_$(i)_$c)
Line 198... Line 193...
198
          !endif
193
          !endif
199
        !next u
194
        !next u
200
        </pre>
195
        </pre>
201
      !endif
196
      !endif
202
    !next c
197
    !next c
203
    !endif
-
 
204
  !next i
198
  !next i
205
!endif
199
!endif
206
 
200
 
207
:end
201
:end
208
!reset noprint
202
!reset noprint