Subversion Repositories VORC

Rev

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

Rev 138 Rev 139
Line 109... Line 109...
109
 		  # NO SHOW
109
 		  # NO SHOW
110
 		  $t->{derby_name} .= " | <A HREF='#' onClick=\"if (confirm('Really? They were a no show?')==true) { window.open('make_shift_change.pl?noshow=true&change=del&RCid=$t->{RCid}&id=$t->{id}&role=$t->{role}','Confirm Shift Change','resizable,height=260,width=370'); return false; }\">[NO SHOW]</a>";
110
 		  $t->{derby_name} .= " | <A HREF='#' onClick=\"if (confirm('Really? They were a no show?')==true) { window.open('make_shift_change.pl?noshow=true&change=del&RCid=$t->{RCid}&id=$t->{id}&role=$t->{role}','Confirm Shift Change','resizable,height=260,width=370'); return false; }\">[NO SHOW]</a>";
111
 		}
111
 		}
112
 	} elsif (!$t->{derby_name}) {
112
 	} elsif (!$t->{derby_name}) {
113
 		$t->{dept} = "ANN";
113
 		$t->{dept} = "ANN";
114
 		if ($t->{track} eq "C2") {
114
 		if ($t->{track} eq "C3" or $t->{track} eq "C5") {
115
 			return "*no announcers*";
115
 			return "*no announcers*";
116
 		}
116
 		}
117
 	  if (findConflict ($ORCUSER->{RCid}, $t->{id}, "game")) {
117
 	  if (findConflict ($ORCUSER->{RCid}, $t->{id}, "game")) {
118
      $t->{derby_name} .= "*schedule conflict*";
118
      $t->{derby_name} .= "*schedule conflict*";
119
    } elsif (signUpEligible ($ORCUSER, $t) and $now < $cutoff) {
119
    } elsif (signUpEligible ($ORCUSER, $t) and $now < $cutoff) {