mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 08:14:32 +02:00
fixed bug
This commit is contained in:
parent
bb5834cebd
commit
b4569550f0
@ -44,7 +44,7 @@ $header->showHeader("Feuerwehr"); ?>
|
||||
<div class="demo-charts mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-grid">
|
||||
<h3 id="feedback"></h3>
|
||||
<div class="mdl-textfield mdl-js-textfield getmdl-select getmdl-select__fix-height">
|
||||
<input class="mdl-textfield__input" value="" id="ort" readonly/>
|
||||
<input class="mdl-textfield__input" value="" id="ort" name="ort" readonly/>
|
||||
<input value="" type="hidden" name="ort"/>
|
||||
<i class="mdl-icon-toggle__label material-icons">keyboard_arrow_down</i>
|
||||
<label class="mdl-textfield__label" for="ort">Wache</label>
|
||||
@ -65,21 +65,21 @@ $header->showHeader("Feuerwehr"); ?>
|
||||
<br>
|
||||
|
||||
<div class="mdl-textfield mdl-js-textfield">
|
||||
<input class="mdl-textfield__input" type="text" id="name">
|
||||
<input class="mdl-textfield__input" type="text" id="name" name="name">
|
||||
<label class="mdl-textfield__label" for="name">Funkrufname</label>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="mdl-textfield mdl-js-textfield">
|
||||
<input class="mdl-textfield__input" type="text" id="number">
|
||||
<input class="mdl-textfield__input" type="text" id="number" name="number">
|
||||
<label class="mdl-textfield__label" for="number">Funknummer</label>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="mdl-textfield mdl-js-textfield">
|
||||
<input class="mdl-textfield__input" type="text" id="type">
|
||||
<input class="mdl-textfield__input" type="text" id="type" name="number">
|
||||
<label class="mdl-textfield__label" for="type">Fahrzeug</label>
|
||||
</div>
|
||||
|
||||
@ -93,19 +93,7 @@ $header->showHeader("Feuerwehr"); ?>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"
|
||||
style="position: fixed; left: -1000px; height: -1000px;">
|
||||
<defs>
|
||||
<mask id="piemask" maskContentUnits="objectBoundingBox">
|
||||
<circle cx=0.5 cy=0.5 r=0.49 fill="white"/>
|
||||
<circle cx=0.5 cy=0.5 r=0. 40 fill="black"/>
|
||||
</mask>
|
||||
<g id="piechart">
|
||||
<circle cx=0.5 cy=0.5 r=0.5/>
|
||||
<path d="M 0.5 0.5 0.5 0 A 0.5 0.5 0 0 1 0.95 0.28 z" stroke="none" fill="rgba(255, 255, 255, 0.75)"/>
|
||||
</g>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
|
||||
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
|
||||
<script src="../style/js/jQuery.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user