[system] / trunk / webwork / system / cgi / cgi-scripts / processProblem8.pl Repository:
ViewVC logotype

Diff of /trunk/webwork/system/cgi/cgi-scripts/processProblem8.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 364 Revision 365
1156 1156
1157## next set up the inner table 1157## next set up the inner table
1158 my $inner_table = 1158 my $inner_table =
1159 $cgi->table( 1159 $cgi->table(
1160 $cgi->Tr( 1160 $cgi->Tr(
1161 $cgi->td({-allign=>'CENTER', -valign=>'MIDDLE'},[$prev_prob_form, $prob_list_form, $next_prob_form]) 1161 $cgi->td({-align=>'CENTER', -valign=>'MIDDLE'},[$prev_prob_form, $prob_list_form, $next_prob_form])
1162 ) 1162 )
1163 ); 1163 );
1164 1164
1165## finally set up the main table 1165## finally set up the main table
1166 my $navigation_bar = 1166 my $navigation_bar =
1209 1209
1210## next set up the inner table 1210## next set up the inner table
1211 my $inner_table = 1211 my $inner_table =
1212 $cgi->table( 1212 $cgi->table(
1213 $cgi->Tr( 1213 $cgi->Tr(
1214 $cgi->td({-allign=>'CENTER', -valign=>'MIDDLE'},[$current_prob_form, $prob_list_form]) 1214 $cgi->td({-align=>'CENTER', -valign=>'MIDDLE'},[$current_prob_form, $prob_list_form])
1215 ) 1215 )
1216 ); 1216 );
1217 1217
1218## finally set up the main table 1218## finally set up the main table
1219 my $navigation_bar = 1219 my $navigation_bar =

Legend:
Removed from v.364  
changed lines
  Added in v.365

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9