Exemple #1
0
    <td><p><strong>Abstract:</strong></p>
      <p><?php 
echo nl2br(ereg_replace("  ", "&nbsp;&nbsp;", stripslashes($paperInfo->PaperAbstract)));
?>
</p></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><p><strong><?php 
echo "{$trackStr}:";
?>
</strong>
    <?php 
if ($catcomsep = GetSelectedTrackText($paperInfo->PaperID, &$err_message)) {
    echo $catcomsep;
} else {
    echo " <font color=\"#FF0000\"> Could not read Paper Track table. Try <a href='view_abstract.php?paperid=" . $_GET["paperid"] . "'>again</a>?</font>";
}
?>
</td>
  </tr>

<?php 
if (numCategories(&$err_message) > 0) {
    echo '<tr><td><p><strong>';
    echo "{$topicStr}(s):";
    echo '</strong>';
    if ($catcomsep = getSelectedCategoryCommaSeparated($paperInfo->PaperID, &$err_message)) {
        echo $catcomsep;
?>
">
    <tr> 
      <td width="15%"><strong>Authors:</strong> </td>
      <td width="85%"><?php 
echo retrieve_authors($paperInfo->PaperID);
?>
</td>
    </tr>
     <tr> 
      <td><strong><?php 
echo "{$trackStr}:";
?>
</strong> </td>
      <td><?php 
echo GetSelectedTrackText($paperInfo->PaperID, &$err_message);
?>
</td>
    </tr>

<?php 
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>