echo $error_array["TrackID"][0]; ?> </font> </td> </tr> <?php } else { ?> <tr> <td> <span style="color:grey">Track</span> </td> <td> <select name="TrackID_" disabled="disabled" style="color:grey"> <?php $track = get_track_info($vars["TrackID"]); echo '<option value="' . $vars["TrackID"] . '" selected="selected">' . $track->TrackName . '</option>' . "\n"; ?> </select> <?php echo '<input type="hidden" name="TrackID" value="' . $vars["TrackID"] . '">' . "\n"; // browsers do not send values from disabled items ?> </td> </tr> <tr> <td> SessionTrack </td> <td> <select name="SessionTrackID">
<?php $php_root_path = ".."; $privilege_root_path = "/admin"; require_once "includes/include_all_fns.inc"; session_start(); // extract ( $_SESSION , EXTR_REFS ) ; $err_message = " Unable to process your request due to the following problems: <br>\n"; $catID =& $_GET["catID"]; do_html_header("Delete Track"); //Call the funtion to get the track information $editCatInfo = get_track_info($catID); ?> <form name="form1" method="post" action="process_delete_track.php"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> <tr> <td colspan="2">Below is the track that will be deleted. Press confirm to proceed.</td> </tr> <tr> <td colspan="2"> </td> </tr> <tr> <td width="20%">Track Name:</td> <td width="80%"><?php echo $editCatInfo->TrackName; ?> </td> <input type="hidden" name="catID" value="<?php echo $editCatInfo->TrackID;
?> &desc=1"> <img src="<?php echo $php_root_path; ?> /images/down.gif" border=0> </a> <?php } ?> </td> </tr> <tr><td colspan=3><hr /></td></tr> <?php foreach ($sessions as $session) { $track = get_track_info($session->TrackID); $SessionTrack = get_SessionTrack_info($session->SessionTrackID); $type = get_presentation_info($session->PresentationTypeID); $sessionSlotsInfo = get_session_slots_info($session->SessionID); $chairInfo = get_member_info_with_id($session->ChairID); $room = get_room_info($session->RoomID); ?> <tr> <td style="text-align: center; vertical-align: text-top"> </td> <td> <strong><?php echo $session->SessionName; ?> </strong><br />