[system] / trunk / webwork-modperl / lib / WeBWorK / ContentGenerator.pm Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator.pm

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

Revision 494 Revision 505
299# 299#
300# path 300# path
301# style = text|image 301# style = text|image
302# image = URL of image 302# image = URL of image
303# text = text separator 303# text = text separator
304# quicklinks 304# links
305# siblings 305# siblings
306# nav 306# nav
307# style = text|image 307# style = text|image
308# imageprefix = prefix to image URL 308# imageprefix = prefix to image URL
309# imagesuffix = suffix to image URL 309# imagesuffix = suffix to image URL
316 my $r = $self->{r}; 316 my $r = $self->{r};
317 $r->content_type('text/html'); 317 $r->content_type('text/html');
318 $r->send_http_header(); 318 $r->send_http_header();
319} 319}
320 320
321sub quicklinks { 321sub links {
322 my $self = shift; 322 my $self = shift;
323 my $ce = $self->{courseEnvironment}; 323 my $ce = $self->{courseEnvironment};
324 my $root = $ce->{webworkURLs}->{root}; 324 my $root = $ce->{webworkURLs}->{root};
325 my $courseName = $ce->{courseName}; 325 my $courseName = $ce->{courseName};
326 my $probSets = "$root/$courseName/?" . $self->url_authen_args(); 326 my $probSets = "$root/$courseName/?" . $self->url_authen_args();

Legend:
Removed from v.494  
changed lines
  Added in v.505

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9