Subversion Repositories VORC

Rev

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

Rev 121 Rev 166
Line 202... Line 202...
202
    $h->label ({ for => $question_id }, $T), $h->br,
202
    $h->label ({ for => $question_id }, $T), $h->br,
203
    $h->input ({ type => "range",
203
    $h->input ({ type => "range",
204
                 id   => $question_id,
204
                 id   => $question_id,
205
                 name => $question_id,
205
                 name => $question_id,
206
                 tabindex => $Q,
206
                 tabindex => $Q,
207
                 min  => "-5",
207
                 min  => "0",
208
                 max  => "5",
208
                 max  => "5",
209
                 value => $V,
209
                 value => $V,
210
                 step  => ".1",
210
                 step  => ".1",
211
                 class => "rangeslider",
211
                 class => "rangeslider",
212
                 onInput => "displayScore('$question_id', 'question$Q');",
212
                 onInput => "displayScore('$question_id', 'question$Q');",