Alte Version abgeändert auf neue Datebank /-Struktur).
This commit is contained in:
39
public/settingsW.html
Normal file
39
public/settingsW.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<br />
|
||||
<form onkeypress="return event.keyCode != 13;">
|
||||
<fieldset>
|
||||
<h6 class="setting_head">Mittelwert-Bildung bei 7-Tage-Darstellung:</h6>
|
||||
<div id="avgselect">
|
||||
<input type='radio' name = 'avgsel' id='movingavg' value='false'>
|
||||
</input>
|
||||
<label for="avgsel">gleitend</label>
|
||||
<input type='radio' name = 'avgsel' id='staticavg' value='true'>
|
||||
</input>
|
||||
<label for="lines">statisch </label>
|
||||
<label id="lueber" for="average">über:</label>
|
||||
<select name = 'average' id='average'>
|
||||
</select>
|
||||
<br /><br />
|
||||
</div>
|
||||
<!-- <div id="scatterlines">
|
||||
<h4>Darstellung:</h4>
|
||||
<input type='radio' name = 'scatter' id='scatter' value='false'>
|
||||
</input>
|
||||
<label for="scatter">Punktwolke</label>
|
||||
<input type='radio' name = 'scatter' id='lines' value='true'>
|
||||
</input>
|
||||
<label for="lines">Linien</label><br />
|
||||
</div>
|
||||
<div id="logyaxis">
|
||||
<h4>Y-Achse:</h4>
|
||||
<input type='radio' name = 'logy' id='log' value='false'>
|
||||
</input>
|
||||
<label for="log">logarithmisch</label>
|
||||
<input type='radio' name = 'logy' id='linear' value='true'>
|
||||
</input>
|
||||
<label for="linear">linear</label><br />
|
||||
</div>
|
||||
<br /><br />
|
||||
--> <input type='submit' tabindex='-1' style="position:absolute; top:-1000px">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user