Subversion Repositories VORC

Rev

Rev 65 | Rev 137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65 Rev 76
Line 30... Line 30...
30
my $prefscookie = "volhours";
30
my $prefscookie = "volhours";
31
our $DBTABLE = 'v_volhours';
31
our $DBTABLE = 'v_volhours';
32
my %COLUMNS = (
32
my %COLUMNS = (
33
# colname   =>  [qw(DisplayName       N    type     status)],   status ->  static | default | <blank>
33
# colname   =>  [qw(DisplayName       N    type     status)],   status ->  static | default | <blank>
34
	derby_name  => [qw(DerbyName    25    select      static )],
34
	derby_name  => [qw(DerbyName    25    select      static )],
-
 
35
	full_name   => [qw(FullName    27     select       )],
35
	dept        => [qw(Department   30    select      static )],
36
	dept        => [qw(Department   30    select      static )],
36
	hours      => [qw(Hours         40    number      static )]
37
	hours       => [qw(Hours         40    number      static )]
37
);
38
);
38
my $stylesheet = "/style.css";
39
my $stylesheet = "/style.css";
39
my $homeURL = '/schedule/';
40
my $homeURL = '/schedule/';
40
my @pagelimitoptions = ("All", 5, 10, 25);
41
my @pagelimitoptions = ("All", 5, 10, 25);