예제 #1
0
 
	  <?php 
if ($paperInfo->PaperStatusName == "Accepted") {
    ?>
	  as <?php 
    echo $curtype->PresentationTypeName;
    ?>
	  <?php 
}
?>
	  </td>
    </tr>
    <?php 
if (array_key_exists("SessionTrackID", $_GET)) {
    echo '<tr><td><strong>Current SessionTrack:</strong></td>';
    echo '<td>' . getSelectedSessionTrackText($paperInfo->PaperID) . '</td></tr>' . "\n";
}
?>
    <tr> 
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td><strong>Change to:</strong></td>
      <td>
	  <?php 
echo $status;
?>
	  <?php 
if ($status == "Accepted") {
    ?>
예제 #2
0
?>
</td>
    </tr>
    <tr> 
      <td><strong><?php 
echo "{$trackStr}:";
?>
</strong> </td>
      <td><?php 
echo GetSelectedTrackText($paperInfo->PaperID, &$err_message);
?>
</td>
    </tr>
<?php 
if (areSessionTracksEnabled()) {
    $SessionTrack = getSelectedSessionTrackText($paperInfo->PaperID, &$err_message);
    if ($SessionTrack === "") {
        $color = ' style="color:red;"';
    }
    echo "<tr><td><strong" . $color . ">SessionTrack:</strong></td>";
    echo "<td>{$SessionTrack}</td></tr>\n";
}
if (numCategories(&$err_message) > 0) {
    echo '<tr><td><strong>';
    echo "{$topicStr}(s):";
    echo '</strong></td><td>';
    echo getSelectedCategoryCommaSeparated($paperInfo->PaperID, &$err_message);
    echo '</td></tr>';
}
?>
    <tr>