Exemple #1
0
            print "{$Name} ({$Grade})";
            ?>
</td>
                     <td><?php 
            print $Email;
            ?>
</td>
                     <td><?php 
            print $Phone;
            ?>
</td>
                     <td><?php 
            print $AdminReport ? $ChurchName : ParticipantAward($ParticipantID, $EventID);
            ?>
</td>
                     <td><?php 
            print $AdminReport ? ParticipantAward($ParticipantID, $EventID) : "&nbsp;";
            ?>
</td>
                  </tr>
                  <?php 
        }
    }
}
?>
         </table>

    </body>

</html>
Exemple #2
0
                <tr>
                    <td>&nbsp;</td>
                    <td><?php 
            print $EventName;
            ?>
</td>
                    <td><?php 
            print "Team: {$TeamID}";
            ?>
</td>
                    <td><?php 
            print $ConvEvent;
            ?>
</td>
                    <td><?php 
            print ParticipantAward($ParticipantID, $EventID);
            ?>
</td>
                </tr>
                <?php 
        }
    }
    if ($SoloCount == 0 and $TeamCount == 0) {
        ?>
                <tr>
                    <td width=30%>&nbsp;</td>
                    <td width=30% colspan="3"><?php 
        print "<b><i>Not signed up for any events</i></b>";
        ?>
</td>
                </tr>