| … | |
… | |
| 28 | my $courseName = $ce->{courseName}; |
28 | my $courseName = $ce->{courseName}; |
| 29 | my $authen_args = $self->url_authen_args(); |
29 | my $authen_args = $self->url_authen_args(); |
| 30 | |
30 | |
| 31 | my $prof_url = $ce->{webworkURLs}->{oldProf}; |
31 | my $prof_url = $ce->{webworkURLs}->{oldProf}; |
| 32 | my $full_url = "$prof_url?course=$courseName&$authen_args"; |
32 | my $full_url = "$prof_url?course=$courseName&$authen_args"; |
| 33 | my $userEditorURL = "userList/?" . $self->url_args; |
33 | my $userEditorURL = "users/?" . $self->url_args; |
| 34 | my $problemSetEditorURL = "problemSetList/?" . $self->url_args; |
34 | my $problemSetEditorURL = "sets/?" . $self->url_args; |
| 35 | |
35 | |
| 36 | return |
36 | return |
| 37 | CGI::p("\n". |
37 | CGI::p("\n". |
| 38 | CGI::a({href=>$userEditorURL}, "Users"). " - View and edit data and settings for users of $courseName" . CGI::br(). "\n". |
38 | CGI::a({href=>$userEditorURL}, "Users"). " - View and edit data and settings for users of $courseName" . CGI::br(). "\n". |
| 39 | CGI::a({href=>$problemSetEditorURL}, "Problem Sets"). " - View and edit settings for problem sets in $courseName".CGI::br()."\n" |
39 | CGI::a({href=>$problemSetEditorURL}, "Problem Sets"). " - View and edit settings for problem sets in $courseName".CGI::br()."\n" |
| 40 | )."\n".CGI::hr()."\n". |
40 | )."\n".CGI::hr()."\n". |
| 41 | CGI::p( |
41 | CGI::p( |
| 42 | CGI::b("NOTE: ") . |
42 | CGI::b("NOTE: ") . |
| 43 | "The Instructor Tools in this preview release of WeBWorK |
43 | "The Instructor Tools in this preview release of WeBWorK |
| 44 | 2.0 are not stable or complete. If you reliable and |
44 | 2.0 are not stable or complete. If you need reliable and |
| 45 | stable course editing features, than at this time you |
45 | stable course editing features, than at this time you |
| 46 | will need to use the Professor tools from WeBWorK 1.8 |
46 | will need to use the Professor tools from WeBWorK 1.8 |
| 47 | or earlier. Use the links below to go to the Professor |
47 | or earlier. Use the links below to go to the Professor |
| 48 | pages of your system's WeBWorK 1.x installation." |
48 | pages of your system's WeBWorK 1.x installation." |
| 49 | )."\n". |
49 | )."\n". |