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

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

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

Revision 266 Revision 267
203 203
204#sticky answers 204#sticky answers
205print $cgi->hidden(-name=>'show_old_answers', -value=>1); 205print $cgi->hidden(-name=>'show_old_answers', -value=>1);
206 206
207# Available functions list 207# Available functions list
208
209
208print "<BR>Available functions: "; 210print "<BR>Available functions: ";
209print $cgi -> popup_menu( -name => 'availableFunctions', 211print $cgi -> popup_menu( -name => 'availableFunctions',
210 -values => [ qw{ DOCUMENT 212 -values => [ qw{ DOCUMENT
211 ENDDOCUMENT 213 ENDDOCUMENT
212 loadMacros 214 loadMacros
331 radio_cmp 333 radio_cmp
332 checkbox_cmp 334 checkbox_cmp
333 335
334 } ] 336 } ]
335 ); 337 );
336 338print q{<BR><a href="http://webwork.math.rochester.edu/docs/docs/pglanguage/manpages/"
339TARGET = "manpage_window">
340<IMG SRC="/images/bluesq.gif"></a>};
337# Print text area with the problem 341# Print text area with the problem
338 342
339 343
340 print '<p>', 344 print '<p>',
341 $cgi -> textarea(-name=>'source', 345 $cgi -> textarea(-name=>'source',

Legend:
Removed from v.266  
changed lines
  Added in v.267

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9