Пример #1
0
        }
        ?>
            </table>
            <?php 
    } else {
        ?>
               <p align="center"><i>No Judges Assigned</i></p>
            <?php 
    }
}
if ($AdminReport) {
    $ChuchList = ChurchesRegistered();
    if (count($ChuchList) > 0) {
        foreach ($ChuchList as $ChurchID => $ChurchName) {
            PrintRoster($ChurchID, $ChurchName);
        }
    } else {
        ?>
               <center>
                  <h1>No churches with participating registrants have been defined</h1>
                  <h2>Judges report is empty</h2>
               </center>
            <?php 
    }
} else {
    PrintRoster($ChurchID, ChurchName($ChurchID));
}
?>
   </body>

</html>
Пример #2
0
        print $participantName;
        ?>
</td>
            </tr>
         <?php 
    }
    ?>
         </table>
       <?php 
}
if ($AdminReport) {
    $ChuchList = ChurchesRegistered();
    if (count($ChuchList) > 0) {
        foreach ($ChuchList as $ChurchID => $ChurchName) {
            PrintRoster($ChurchID);
        }
    } else {
        ?>
               <center>
               <h1>No churches with participating registrants have been defined</h1>
               <h2>Participants report is empty</h2>
               </center>
            <?php 
    }
} else {
    PrintRoster($ChurchID);
}
?>
   </body>

</html>