[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / Instructor.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor.pm

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

Revision 828 Revision 829
14 14
15use strict; 15use strict;
16use warnings; 16use warnings;
17use CGI qw(); 17use CGI qw();
18 18
19sub title {
20 my $self = shift;
21 return "Instructor tools for ".$self->{ce}->{courseName};
22}
23
24sub body {
25 my $self = shift;
26 my $userEditorURL = "userEditor/?" . $self->url_args;
27 my $problemSetEditorURL = "problemSetEditor/?" . $self->url_args;
28
29 return CGI::p("\n".
30 CGI::a({href=>$userEditorURL}, "User Editor"). CGI::br(). "\n".
31 CGI::a({href=>$problemSetEditorURL}, "Problem Set Editor").CGI::br()."\n"
32 )
33}
34
351;
36
37__END__
38
39=head1 AUTHOR
40
41Written by Dennis Lambe Jr., malsyned (at) math.rochester.edu
42
43=cut

Legend:
Removed from v.828  
changed lines
  Added in v.829

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9