init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
25
template/tpl/ajax/ue_polizei.tpl
Normal file
25
template/tpl/ajax/ue_polizei.tpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{foreach from=$pol_data item=poldata}
|
||||
</br>
|
||||
<div id="ue_polizei">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="polizei">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<i class="far fa-exclamation-triangle fa-pull-left" style="color:red;font-size:32pt"></i>
|
||||
|
||||
<tr style="font-size:11pt;color:#dddddd" align="left">
|
||||
<td>
|
||||
<span style="font-size:10pt;color:#dddddd">{$poldata.adresse1}, {$poldata.adresse2} : </span>
|
||||
<span style="font-size:10pt;color:#ababab">{$poldata.reason}</span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue