コード例 #1
0
?>

    <?php 
include_once "htmlPart/desktopNav.html";
?>


    <div class="content baseCSS clearfix">
        <div class="clearfix" id="formDIV">
            <img src="img/car.png">
            <form class="clearfix" method="post" action="reservation.php">
                <div id="departDIV">
                    <label for="depart">Départ:</label><br>
                    <select name="depart" id="depart">
                        <?php 
getStationByName("Aeroport Casa Mohammed V");
?>

                    </select>
                </div>
                <div id="destinationDIV">
                    <label for="destination">Déstination:</label><br>
                    <select name="destination" id="destination" >
                        <option selected disabled>Selectionner</option>
                        <?php 
getSelectOptions("station");
?>
                    </select>
                </div>
                <div id="passagerDIV">
                    <label for="passager">Nb. de Passagers:</label><br>
コード例 #2
0
            <?php 
include_once "htmlPart/header.html";
?>
    <?php 
include_once "htmlPart/desktopNav.html";
?>

    <div class="content baseCSS clearfix">
        <div class="clearfix" id="formDIV">
            <img src="img/car.png">
            <form class="clearfix" method="post" action="reservation.php">
                <div id="departDIV">
                    <label for="depart">Départ:</label><br>
                    <select name="depart" id="depart" >
                        <?php 
getStationByName("Aeroport Marrakech-Menara");
?>
                    </select>
                </div>
                <div id="destinationDIV">
                    <label for="destination">Déstination:</label><br>
                    <select name="destination" id="destination" >
                        <option selected disabled>Selectionner</option>
                        <?php 
getSelectOptions("station");
?>
                    </select>
                </div>
                <div id="passagerDIV">
                    <label for="passager">Nb. de Passagers:</label><br>
                    <select name="passager" id="passager" >
コード例 #3
0
include_once "htmlPart/header.html";
?>

    <?php 
include_once "htmlPart/desktopNav.html";
?>

    <div class="content baseCSS clearfix">
        <div class="clearfix" id="formDIV">
            <img src="img/car.png">
            <form class="clearfix" method="post" action="reservation.php">
                <div id="departDIV">
                    <label for="depart">Départ:</label><br>
                    <select name="depart" id="depart">
                        <?php 
getStationByName("Aeroport Rabat-Sale");
?>
                    </select>
                </div>
                <div id="destinationDIV">
                    <label for="destination">Déstination:</label><br>
                    <select name="destination" id="destination" >
                        <option selected disabled>Selectionner</option>
                        <?php 
getSelectOptions("station");
?>
                    </select>
                </div>
                <div id="passagerDIV">
                    <label for="passager">Nb. de Passagers:</label><br>
                    <select name="passager" id="passager" >