| … | |
… | |
| 685 | CGI::hidden("showOldAnswers", $will{showOldAnswers}),"\n", |
685 | CGI::hidden("showOldAnswers", $will{showOldAnswers}),"\n", |
| 686 | CGI::hidden("showCorrectAnswers", $will{showCorrectAnswers}),"\n", |
686 | CGI::hidden("showCorrectAnswers", $will{showCorrectAnswers}),"\n", |
| 687 | CGI::hidden("showHints", $will{showHints}),"\n", |
687 | CGI::hidden("showHints", $will{showHints}),"\n", |
| 688 | CGI::hidden("showSolutions", $will{showSolutions}),"\n", |
688 | CGI::hidden("showSolutions", $will{showSolutions}),"\n", |
| 689 | CGI::p({-align=>"left"}, |
689 | CGI::p({-align=>"left"}, |
| 690 | CGI::submit(-name=>"feedbackForm", -label=>"Contact instructor") |
690 | CGI::submit(-name=>"feedbackForm", -label=>"Email instructor") |
| 691 | ), |
691 | ), |
| 692 | CGI::endform(),"\n"; |
692 | CGI::endform(),"\n"; |
| 693 | |
693 | |
| 694 | # FIXME print editor link |
694 | # FIXME print editor link |
| 695 | # print editor link if the user is an instructor AND the file is not in temporary editing mode |
695 | # print editor link if the user is an instructor AND the file is not in temporary editing mode |