</div>
        
      </form>
  	<table class="listeLegere">
  	   <caption>Descriptif des éléments hors forfait
       </caption>
             <tr>
                <th class="date">Date</th>
                <th class="libelle">Libellé</th>
                <th class="montant">Montant</th>  
                <th class="action">&nbsp;</th>              
             </tr>
<?php 
// demande de la requête pour obtenir la liste des éléments hors
// forfait du visiteur connecté pour le mois demandé
$req = obtenirReqEltsHorsForfaitFicheFrais($mois, obtenirIdUserConnecte());
$idJeuEltsHorsForfait = mysql_query($req, $idConnexion);
$lgEltHorsForfait = mysql_fetch_assoc($idJeuEltsHorsForfait);
// parcours des frais hors forfait du visiteur connecté
while (is_array($lgEltHorsForfait)) {
    ?>
              <tr>
                <td><?php 
    echo $lgEltHorsForfait["date"];
    ?>
</td>
                <td><?php 
    echo filtrerChainePourNavig($lgEltHorsForfait["libelle"]);
    ?>
</td>
                <td><?php 
Beispiel #2
0
                                            <input type='hidden'  name="originalEtp" value='<?php 
                echo $etp;
                ?>
'>
                                            <input type='hidden'  name="originalKm" value='<?php 
                echo $km;
                ?>
'>
                                            <input type='hidden'  name="action" value='actu'>
                                        </fieldset>
                                        <br/>
                                        <fieldset>

                                            <legend>Frais Hors Forfait</legend>
                                            <?php 
                $fhf = obtenirReqEltsHorsForfaitFicheFrais($moisChoisi, $userChoisi);
                foreach ($fhf as $row) {
                    ?>
                                                <table class="tFraisHorsForfait table-bordered">
                                                    <tr>
                                                        <th class="text-center">Date</th>
                                                        <th class="text-center">Libellé</th>
                                                        <th class="text-center">Montant</th>
                                                        <th class="text-center">Actions</th>
                                                    </tr>
                                                    <tr>
                                                        <td><input type='text' class="text-center date" value='<?php 
                    echo date("d/m/Y", strtotime($row['date']));
                    ?>
'></td>
                                                        <td><input type='text' class="text-center libelle" value='<?php 
  	<table class="listeLegere">
  	   <caption>Descriptif des éléments hors forfait - <?php 
        echo $tabFicheFrais["nbJustificatifs"];
        ?>
 justificatifs reçus -</caption>
             <tr>
                <th class="date">Date</th>
                <th class="libelle">Libellé</th>
                <th class="montant">Montant</th>  	
				<th>Refuser</th>
				<th>Reporter</th>
             </tr>
			<?php 
        // demande de la requête pour obtenir la liste des éléments hors
        // forfait du visiteur connecté pour le mois demandé
        $req = obtenirReqEltsHorsForfaitFicheFrais($moisSaisi, $idVisiteurSaisie);
        $idJeuEltsHorsForfait = mysql_query($req, $idConnexion);
        $lgEltHorsForfait = mysql_fetch_assoc($idJeuEltsHorsForfait);
        // parcours des éléments hors forfait
        while (is_array($lgEltHorsForfait)) {
            ?>
                <tr>
                   <td><?php 
            echo $lgEltHorsForfait["date"];
            ?>
</td>
                   <td><?php 
            echo filtrerChainePourNavig($lgEltHorsForfait["libelle"]);
            ?>
</td>
                   <td><?php