예제 #1
0
        echo "<p>{$strErrNoControl1}</p>";
        echo "<form action='./meeting_relay_add.php' method='post'>    \r\n            <p><input name='' value='' checked='checked' onclick='submit()' type='checkbox'>\r\n            <input name='arg' value='sperren' type='hidden'> \r\n                {$strMeetingWithUpload}  &nbsp; ({$strErrNoControl2})</p>\r\n            </form>";
        return;
    }
}
?>
<table>
<tr>
	<td class='forms'>
		<?php 
AA_printClubSelection("meeting_relay_add.php", $club, $category, 0, true);
?>
	</td>
	<td class='forms'>
		<?php 
AA_printCategoryEntries("meeting_relay_add.php", $category, $club);
?>
	</td>
	<td class='forms'>
		<?php 
AA_printRelaySelection("meeting_relay_add.php", $category, $event, $club);
?>
	</td>
</tr>
</table>

<?php 
if ($category != 0 && $event != 0 && $club != 0) {
    //
    // check timetable
    //
예제 #2
0
$techDisc = false;
if (isset($_POST['event']) && $_POST['event'] > 0) {
    $techDisc = AA_checkEventDisc($_POST['event']);
}
?>
<table>

  <tr>
    <td class='forms'>
        <?php 
AA_printClubSelection("meeting_teamsm_add.php", $club, $category, 0, true);
?>
    </td>
    <td class='forms'>
        <?php 
AA_printCategoryEntries("meeting_teamsm_add.php", $category, $club);
?>
    </td>
    <td class='forms'>
        <?php 
AA_printTeamsmSelection("meeting_teamsm_add.php", $category, $event, $club);
?>
    </td>
     <?php 
if ($techDisc) {
    ?>
        <td class='forms'>
            <?php 
    AA_printGroupSelection("meeting_teamsm_add.php", $category, $event, $club, $group);
    ?>
        </td>