version 1.8, 2008/09/12 14:35:45
|
version 1.10, 2010/06/10 16:14:39
|
Line 176 sub task_analysis {
|
Line 176 sub task_analysis {
|
} |
} |
|
|
&Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state, |
&Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state, |
&mt('last student')); |
'last student'); |
|
|
} |
} |
|
|
Line 328 sub create_interface {
|
Line 328 sub create_interface {
|
# |
# |
$str .= '<td>'; |
$str .= '<td>'; |
## |
## |
$str .= '<nobr><label>'.&mt('Status: [_1]', |
$str .= '<span class="LC_nobreak"><label>' |
'<input type="text" '. |
.&mt('Status: [_1]', |
'name="stats_status" size="60" value="" />' |
'<input type="text" name="stats_status"' |
). |
.' size="60" value="" readonly="readonly" />') |
'</label></nobr>'; |
.'</label></span>'; |
$str .= '</td>'; |
$str .= '</td>'; |
## |
## |
## |
## |