42 lines
1.0 KiB
PHP
42 lines
1.0 KiB
PHP
<?php
|
|
ob_start();
|
|
?>
|
|
<div class="font-weight-bold">
|
|
{{STREET}} {{HAUSNUMMER}}<br />
|
|
{{ZIP}} {{CITY}}
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<table class="table table-sm table-striped">
|
|
<tr>
|
|
<th class="font-weight-bold">Bestelltyp:</th>
|
|
<td style="{{TYPESTYLE}}">{{TYPE}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Gebäudetyp:</th>
|
|
<td>{{CONNECTIONTYPE}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Anschlüsse:</th>
|
|
<td>{{COUNT}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">GPS:</th>
|
|
<td><a href="https://maps.google.com/maps?t=k&q=loc:{{GPS}}" target="_blank">{{GPS}}</a></td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">GWR Adrcd:</th>
|
|
<td>{{ADRCD}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Extref:</th>
|
|
<td>{{EXTREF}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Kontakt:</th>
|
|
<td>{{CONTACT}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Telefon:</th>
|
|
<td>{{PHONE}}</td>
|
|
</tr><tr>
|
|
<th class="font-weight-bold">Email:</th>
|
|
<td>{{EMAIL}}</td>
|
|
</tr>
|
|
|
|
</table>
|
|
<?=str_replace("\n"," ",ob_get_clean())?>
|