예제 #1
0
}
include_once './pageview.php';
include_once '../controller/pagecontroller.php';
$pageController = new PageController();
$pageView = new PageView();
?>
  <!DOCTYPE html>
  <html>
    <body>
    
    <?php 
$pageView->showHead("Inscription");
$pageController->controlHeader();
$pageController->controlDynamicMenu();
?>
    <div id="filtre"></div>
    <!-- CONTAINER -->
    <div class="container container-fluid">

    <div class="row">
      <?php 
$pageView->showInscriptionForm();
?>
  </div>
</div>
    <?php 
$pageView->showFooter();
$pageView->showjavaLinks();
?>
</body>
</html>