Adaptations display

This commit is contained in:
lars
2019-05-07 11:49:34 +02:00
parent f6bda79039
commit 7bd99b3387
3 changed files with 17 additions and 15 deletions

View File

@@ -29,9 +29,9 @@
<h6><strong>Contre-prestation</strong> <span id="xtot_num_nor"></span></h6><br>
<div class="clear" style="margin-bottom:10px"></div>
<table id="tpresta">
<th>
<td>Jour</td><td>Normal</td><td></td><td>VIP</td><td></td>
</th>
<tr>
<th>Jour</th><th></th><th>Normal</th><th></th><th style="align: right">VIP</th>
</tr>
<?php foreach($prices as $day => $onePrice) { ?>
<tr class="<?php echo $day; ?>">
<td><?php echo $onePrice['label']; ?></td><td>CHF <span class="prixnor"><?php echo $onePrice['nor']; ?></span></td><td><?php echo ${$day.'_nor'}; ?></td><td>CHF <span class="prixvip"><?php echo $onePrice['vip']; ?></span></td><td><?php echo ${$day.'_vip'}; ?></td>
@@ -41,22 +41,22 @@
<?php } ?>
</table>
<div class="clear" style="margin-bottom:10px"></div>
<div class="cell"><?php echo $label_nor_tot ?></div>
<div class="cell"><?php echo $nor_tot ?></div>
<div class="cell"><?php echo $label_vip_tot ?></div>
<div class="cell" style="width: 210px; float: left;"><?php echo $label_nor_tot ?></div>
<span class="cell" style="width: 132px; float: left"><?php echo $nor_tot ?></span>
<div class="cell"><?php echo $vip_tot ?></div>
<div class="cell"><?php echo $label_vip_gratuit ?></div>
<div class="cell"><?php echo $vip_gratuit_oui ?></div>
<br>
<span class="cell" style="float: left"><?php echo $vip_gratuit_oui; echo $label_vip_gratuit_1?></span>
<div class="cell" style="float: left" ><?php echo $label_vip_gratuit_2 ?></div>
<div class="clear" style="margin-bottom:10px"></div>
<div class="cell"><?php echo $label_presta_tot ?></div>
<div class="cell"><?php echo $presta_tot ?></div>
<div class="cell" style="float: left"><?php echo $label_presta_tot ?></div>
<div class="cell" style="float: left"><?php echo $presta_tot ?></div>
<div class="clear" style="margin-bottom:10px"></div>
</div>
<div class="row even">
<h6><strong>Paiement</strong></h6>
<div class="cell"><label>&nbsp;</label><?php echo $type_paiement ?></div>
<div class="cell" style="float: left"><label>&nbsp;</label><?php echo $type_paiement ?></div>
<div class="optional optional3" style="padding: 0">
<div class="cell"><label><?php echo $label_choix_paiement_payant ?></label><?php echo $choix_paiement_payant ?></div>
</div>