Afgelastingen
Hieronder kunt u de afgelastingen van vandaag vinden. Onder het kopje wedstrijden worden de wedstrijden vermeld die afgelast zijn. De wedstrijden zijn opgedeeld in uit en thuiswedstrijden. Ook de trainingen worden hier weergeven indien deze zijn afgelast, deze worden per sectie vermeld.
Algemene opmerkingen
if (file_exists("scripts/.teamadmin.php")) include_once "scripts/.teamadmin.php"; else include_once "../scripts/.teamadmin.php"; if ( isset( $_GET['comments'] )) getCancel( $_GET['comments']); else getCancel( 'comments'); ?>
Wedstrijden
De volgende wedstrijden zijn afgelast:
if (file_exists("scripts/.teamadmin.php")) include_once "scripts/.teamadmin.php"; else include_once "../scripts/.teamadmin.php"; if ( isset( $_GET['matches'] ) && isset( $_GET['abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt'] ) ) getCancel( $_GET['matches'], $_GET['abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt'] ); else if ( isset( $_GET['matches'] ) ) getCancel( $_GET['matches'], 'abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt' ); else if ( isset( $_GET['abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt'] ) ) getCancel( 'matches', $_GET['abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt'] ); else getCancel( 'matches', 'abbr|50|||Team,matchtxt|150|||Wedstrijd,remark|200|||Opmerking|%locationtxt'); ?>
Trainingen
De volgende trainingen zijn afgelast, gesorteerd per sectie:
if (file_exists("scripts/.teamadmin.php")) include_once "scripts/.teamadmin.php"; else include_once "../scripts/.teamadmin.php"; if ( isset( $_GET['practices'] ) && isset( $_GET['team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat'] ) ) getCancel( $_GET['practices'], $_GET['team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat'] ); else if ( isset( $_GET['practices'] ) ) getCancel( $_GET['practices'], 'team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat' ); else if ( isset( $_GET['team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat'] ) ) getCancel( 'practices', $_GET['team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat'] ); else getCancel( 'practices', 'team|80|||Team,alternative|80|||Alternatief,time|50|||Tijd|,remark|250|||Opmerking|%cat'); ?>