Subversion Repositories ORC

Rev

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

Rev 25 Rev 27
Line 73... Line 73...
73
 
73
 
74
my $stylesheet = "/style.css";
74
my $stylesheet = "/style.css";
75
my $homeURL = '/schedule/';
75
my $homeURL = '/schedule/';
Line 76... Line -...
76
my @pagelimitoptions = ("All", 5, 10, 25);
-
 
77
 
-
 
78
my @addToWhereClause = ("year(date) = '$YEAR'", "type != 'announcer'");
76
my @pagelimitoptions = ("All", 5, 10, 25);
79
 
77
 
Line 80... Line 78...
80
# If we need to modify line item values, create a subroutine named "modify_$columnname"
78
# If we need to modify line item values, create a subroutine named "modify_$columnname"
81
#    It will receive a hashref to the object lineitem (RETURN the modified field at the end of the function!)
79
#    It will receive a hashref to the object lineitem (RETURN the modified field at the end of the function!)
Line 160... Line 158...
160
		  push @displayFields, $_;
158
		  push @displayFields, $_;
161
		}
159
		}
162
  }
160
  }
163
}
161
}
Line -... Line 162...
-
 
162
 
Line 164... Line 163...
164
 
163
my @addToWhereClause = ("year(date) = '$YEAR'", "type != 'announcer'");
165
 
164
 
166
if (exists $FORM{autoload})	{			# If the FORM was submitted (i.e. the page is being redisplayed),
165
if (exists $FORM{autoload})	{			# If the FORM was submitted (i.e. the page is being redisplayed),
167
							                    #  	build the data for the cookie that remembers the page setup
166
							                    #  	build the data for the cookie that remembers the page setup