Your IP : 216.73.216.65


Current Path : /home/ataenra/www/ATA/INTRANET/Formulaires/PAC_AE/
Upload File :
Current File : /home/ataenra/www/ATA/INTRANET/Formulaires/PAC_AE/tableauTH.php

<div class="containerTableau3">
<div class="table-responsive">
            <table class='table table-hover table-bordered table-condensed'>
                <h4><strong>Modeles de Ballon Thermodynamiques compatibles</strong></h4>
                
                    <tr>
                    
                            <th>Marque</th>
                            <th>Modele</th>
                            <th>Puissance</th>
                            <th>SCOP</th>
                            <th>PRIX TTC</th>
                            <th>Conso annuelle</th>
                            <th>Economie</th>
                            <th>Choisir</th>
                    </tr>

                            <?php while ($resultat1 = $sth2->fetch(PDO::FETCH_OBJ)) { ?>
                    <tr>           
                        <?php $TH = $resultat1->IDpac; if(($_SESSION['ThType']== "Sur air exterieur")||($_SESSION['ThType']== "Sur air extrait IN/OUT")){$Prixath = "950";}else{$Prixath = "650";}?>
                        <td><?php echo $resultat1->Marque; ?></td>
                        <td><?php echo $resultat1->modele; ?></td>
                        <td><?php echo $resultat1->Puissance; ?></td>
                        <td><?php echo $resultat1->ScopBT55; ?></td>
                        <td><?php echo "".($resultat1->pv+$Prixath)." Euros"; ?></td>
                        <td><?php $consoTH = round ( $consoECS/$resultat1->ScopBT55); echo "".$consoTH." kwh"; ?></td>
                        <td><?php $prixTH = $AnnuelECS-($consoTH*$EDF); echo "".$prixTH."Euros"; ?></td>

                        <td><a><input type="checkbox" value="<?php echo $resultat1->IDpac; ?>" name="IDTH"></a></td>
                        
                        
  
                    <?php } ?>
                    </tr>
                                          
                </table>
            </div>
            </div>