| … | |
… | |
| 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 | |
| 321 | sub quicklinks { |
321 | sub 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(); |