3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 12:34:31 +02:00

added Funknummer

This commit is contained in:
Jan-Lukas Pagel 2018-02-17 00:25:57 +01:00
parent 3a370d4576
commit 49a8eb8ed7
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ if ($result->num_rows > 0) {
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp"> <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 mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text"> <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"> <table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead> <thead>
<tr> <tr>

View File

@ -23,7 +23,7 @@ if ($result->num_rows > 0) {
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp"> <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 mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text"> <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"> <table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead> <thead>
<tr> <tr>

View File

@ -23,7 +23,7 @@ if ($result->num_rows > 0) {
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp"> <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 mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text"> <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"> <table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead> <thead>
<tr> <tr>

View File

@ -20,7 +20,7 @@ if ($result->num_rows > 0) {
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp"> <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 mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text"> <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"> <table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead> <thead>
<tr> <tr>