?>
	  <?php 
if ($status == "Accepted") {
    ?>
	  as <?php 
    echo $type->PresentationTypeName;
    ?>
</td>
	  <?php 
}
?>
    </tr>
    <?php 
if (array_key_exists("SessionTrackID", $_GET)) {
    echo '<tr><td><strong>SessionTrack:</strong></td>';
    $info = get_SessionTrack_info($_GET["SessionTrackID"]);
    echo '<td>' . $info->SessionTrackName . '</td></tr>' . "\n";
    echo '<input type="hidden" name="SessionTrackID" value="' . $_GET["SessionTrackID"] . '">';
}
?>
    <tr> 
      <td colspan="2">&nbsp;</td>
    </tr>
	<?php 
if ($status == "Accepted") {
    $result = check_Letter_Already_Sent($paperInfo->PaperID, "5");
} else {
    if ($status == "Rejected") {
        $result = check_Letter_Already_Sent($paperInfo->PaperID, "6");
    }
}
示例#2
0
&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">
	&nbsp;&nbsp;&nbsp;
	</td>
	<td>
	<strong><?php 
    echo $session->SessionName;
    ?>
</strong><br />
	<i>