version 1.51, 2008/12/11 14:55:27
|
version 1.52, 2008/12/12 05:52:26
|
Line 265 sub prepare_html_output {
|
Line 265 sub prepare_html_output {
|
$headers{'response'} .= |
$headers{'response'} .= |
'<th colspan="'.scalar(@headers).'">'. |
'<th colspan="'.scalar(@headers).'">'. |
&mt('Response [_1]',$responses->[$i]).'</th>'; |
&mt('Response [_1]',$responses->[$i]).'</th>'; |
$headers{'student'}.= '<th>'.join('</th><th><span class="LC_nobreak">', |
$headers{'student'}.= '<th><span class="LC_nobreak">'. |
|
join('</span></th><th><span class="LC_nobreak">', |
@headers). |
@headers). |
'</span></th>'; |
'</span></th>'; |
} |
} |
Line 1166 sub CreateInterface {
|
Line 1167 sub CreateInterface {
|
'<input type="text" name="stats_status"' |
'<input type="text" name="stats_status"' |
.' size="60" value="" readonly="readonly" />') |
.' size="60" value="" readonly="readonly" />') |
.'</span></p>'; |
.'</span></p>'; |
|
$Str .= '</p>'; |
## |
## |
return $Str; |
return $Str; |
} |
} |