| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator/Problem.pm,v 1.133 2004/05/23 01:17:42 gage Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator/Problem.pm,v 1.134 2004/05/24 01:03:05 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 1047 | -default => $displayMode, |
1047 | -default => $displayMode, |
| 1048 | -linebreak=>'true', |
1048 | -linebreak=>'true', |
| 1049 | -labels => { |
1049 | -labels => { |
| 1050 | plainText => "plain", |
1050 | plainText => "plain", |
| 1051 | formattedText => "formatted", |
1051 | formattedText => "formatted", |
|
|
1052 | images => "images", |
|
|
1053 | jsMath => "jsMath", |
|
|
1054 | asciimath => "asciimath", |
| 1052 | }, |
1055 | }, |
| 1053 | ), CGI::br(),CGI::hr(), |
1056 | ), CGI::br(),CGI::hr(), |
| 1054 | $optionLine, |
1057 | $optionLine, |
| 1055 | CGI::submit(-name=>"redisplay", -label=>"Save Options"), |
1058 | CGI::submit(-name=>"redisplay", -label=>"Save Options"), |
| 1056 | ); |
1059 | ); |