[system] / branches / rel-2-3-dev / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / Index.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-3-dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm

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

Revision 4202 Revision 4216
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm,v 1.52 2006/01/25 23:13:53 sh002i Exp $ 4# $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm,v 1.53 2006/07/08 14:07:34 gage Exp $
5# 5#
6# This program is free software; you can redistribute it and/or modify it under 6# This program is free software; you can redistribute it and/or modify it under
7# the terms of either: (a) the GNU General Public License as published by the 7# the terms of either: (a) the GNU General Public License as published by the
8# Free Software Foundation; either version 2, or (at your option) any later 8# Free Software Foundation; either version 2, or (at your option) any later
9# version, or (b) the "Artistic License" which comes with this package. 9# version, or (b) the "Artistic License" which comes with this package.
24 24
25=cut 25=cut
26 26
27use strict; 27use strict;
28use warnings; 28use warnings;
29use Apache::Constants qw(:response);
30use CGI qw(-nosticky ); 29use CGI qw(-nosticky );
31use WeBWorK::HTML::ScrollingRecordList qw/scrollingRecordList/; 30use WeBWorK::HTML::ScrollingRecordList qw/scrollingRecordList/;
32#use WeBWorK::Utils::FilterRecords qw/getFiltersForClass/; 31#use WeBWorK::Utils::FilterRecords qw/getFiltersForClass/;
33 32
34use constant E_NO_USERS => "Please do not select any users."; 33use constant E_NO_USERS => "Please do not select any users.";

Legend:
Removed from v.4202  
changed lines
  Added in v.4216

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9