IST
PLAN
ADialog (5)
ADialog_Hr_Cal (1)
AJob (3)
App-Detail (1)
App-Link (16)
AReport (3)
Server-VM (1)
demo-online
Beschreibung
Bemerkung
Support
Hist
Plan
OK
abbrechen
Material
Stunden
Wiederholung
OK
abbrechen
<dialog id="dialog_todo_pos_details"> <form> <input name="json_input_ele_no" readonly type="hidden" /> <label>von</label> <input name="von" type="time" /> <label>bis</label> <input name="bis" type="time" /> <hr /> <label>erreichbar unter</label> <input name="erreichbar_unter" /> <label>Bemerkung</label> <input name="Bemerkung" /> <hr /> <label>Status</label> <input name="Bereitschaft_Status" list="Bereitschaft_Status_LIST" /> </form> <button name="btnOK" >OK</button> <button name="btnCancel" >abbrechen</button> </dialog> <datalist id="Bereitschaft_Status_LIST"> <option>vorgeschlagen<option> <option>beauftragt<option> </datalist>
...
...
-