Exemple #1
0
     }
     echo "<center>";
     echo "<table class='conflicted' cellpadding=0 cellspacing=0>";
     echo "<thead>";
     echo "<td class='name'>Event Name</td>";
     echo "<td>Room</td>";
     echo "<td>Day</td>";
     echo "<td>Start Time</td>";
     echo "<td>End Time</td>";
     echo "<td>Status</td>";
     echo "<td>Keep</td>";
     echo "<td>Delete</td>";
     echo "</thead>";
     // req. event starts within the sched. event
     if ($conflictType == 1) {
         $page->printTableRows($ue, $reqEvent, $numConflicts, 2);
     } else {
         if ($conflictType == 2) {
             $page->printTableRows($reqEvent, $ue, $numConflicts, 1);
         }
     }
     echo "</tr>";
     echo "</table></center><br />";
 }
 echo '<div id="addUserEvent_submit">';
 echo "<input type='hidden' name='conflictCount' value='{$numConflicts}' />";
 echo '&nbsp; ';
 echo '<input type="submit" name="submit" value="submit" />';
 echo "</div>";
 echo "</form>";
 exit(0);