version 1.120, 2005/04/07 06:56:24
|
version 1.121, 2005/04/19 13:59:34
|
Line 159 sub BuildProblemAnalysisPage {
|
Line 159 sub BuildProblemAnalysisPage {
|
} |
} |
$r->print('<hr />'); |
$r->print('<hr />'); |
} else { |
} else { |
$r->print('<input type="submit" name="ProblemAnalysis" value="'. |
my $submit_button = '<input type="submit" '. |
&mt('Analyze Problem').'" />'); |
'name="ProblemAnalysis" value="'. |
|
&mt('Analyze Problem').'" />'; |
|
$r->print($submit_button); |
$r->print(' 'x5); |
$r->print(' 'x5); |
$r->print('<h3>'.&mt('Please select a problem to analyze').'</h3>'); |
$r->print('<h3>'.&mt('Please select a problem to analyze').'</h3>'); |
$r->print(&Apache::lonstathelpers::problem_selector($problem_types)); |
$r->print(&Apache::lonstathelpers::problem_selector($problem_types, |
|
$submit_button)); |
} |
} |
} |
} |
|
|