File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/counters-a-tension/prices.php
<?php if($_SESSION['valid_login']){ ?>
<div id="productPrices">
<h2><?php echo($_SESSION['taal_table']['text']['product_prijzen']); ?></h2>
<h3><?php echo($_SESSION['taal_table']['text']['system']); ?></h3>
<div class="table firstTable">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th width="75"> </th>
</tr>
<tr>
<th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
</tr>
<tr>
<td class="firstRow">CATTTB</td>
</tr>
</table>
</div>
<div class="table">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th colspan="5"><?php echo($_SESSION['taal_table']['text']['prices']); ?></th>
</tr>
<tr>
<th class="columnTitle" width="76">1 - 5 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
<th class="columnTitle" width="76">6 - 15</th>
<th class="columnTitle" width="76">16 - 31</th>
<th class="columnTitle" width="76"><span>></span> 32</th>
</tr>
<tr>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">147, 00</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">145, 00</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">143, 00</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">141, 00</span></td>
</tr>
</table>
<div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['noMinimum']); ?></div>
</div>
</div>
<?php } ?>