mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 06:24:30 +02:00
added Funknummer
This commit is contained in:
parent
3a370d4576
commit
49a8eb8ed7
@ -46,7 +46,7 @@ if ($result->num_rows > 0) {
|
||||
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
|
||||
<div class="mdl-card mdl-cell mdl-cell--12-col">
|
||||
<div class="mdl-card__supporting-text">
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'];?> [<?php echo $row['id'];?>]</h4>
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'] ." [". $row['id'];?>]</h4>
|
||||
<table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -23,7 +23,7 @@ if ($result->num_rows > 0) {
|
||||
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
|
||||
<div class="mdl-card mdl-cell mdl-cell--12-col">
|
||||
<div class="mdl-card__supporting-text">
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'];?> [<?php echo $row['id'];?>]</h4>
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'] ." [". $row['id'];?>]</h4>
|
||||
<table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -23,7 +23,7 @@ if ($result->num_rows > 0) {
|
||||
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
|
||||
<div class="mdl-card mdl-cell mdl-cell--12-col">
|
||||
<div class="mdl-card__supporting-text">
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'];?> [<?php echo $row['id'];?>]</h4>
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'] ." [". $row['id'];?>]</h4>
|
||||
<table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -20,7 +20,7 @@ if ($result->num_rows > 0) {
|
||||
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
|
||||
<div class="mdl-card mdl-cell mdl-cell--12-col">
|
||||
<div class="mdl-card__supporting-text">
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'];?> [<?php echo $row['id'];?>]</h4>
|
||||
<h4 style="text-align: center"><?php echo $row['Ort'] ." [". $row['id'];?></h4>
|
||||
<table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user