41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
|
extend layout
|
||
|
|
||
|
block content
|
||
|
p
|
||
|
| Hier kannst du die MAC Adressen deiner Geräte eintragen.
|
||
|
| Durch die Eintragung erscheinst du automatisch im Statusbot als Anwesend
|
||
|
| wenn deine MAC im Chaostreff-Netz zu sehen ist.
|
||
|
|
||
|
p
|
||
|
| Das entfernen von MAC Adressen kannst du analog hier im Formular erledigen.
|
||
|
|
||
|
p
|
||
|
| Bitte respektiere die Privatsphäre anderer und trage nur deine eigenen MAC Adressen ein.
|
||
|
|
||
|
form(action='/form',method='post',onsubmit='return Ink.UI.FormValidator_1.validate(this);').ink-form
|
||
|
fieldset
|
||
|
.control-group.required.validation
|
||
|
label(for='mac') MAC Adresse
|
||
|
.control
|
||
|
input(id='mac',type='text',value='',placeholder='',name='mac').ink-fv-required
|
||
|
|
||
|
.control-group.required.validation
|
||
|
label(for='label') Label (Nickname)
|
||
|
.control
|
||
|
input(id='label',type='text',value='',placeholder='',name='label').ink-fv-required
|
||
|
|
||
|
fieldset.column-group.gutters
|
||
|
.control-group.large-50.medium-50.small-100
|
||
|
label(for='action') Aktion
|
||
|
.control
|
||
|
select(id='action',name='action')
|
||
|
option add
|
||
|
option remove
|
||
|
|
||
|
.control-group.large-50.medium-50.small-100
|
||
|
label(for='sndbtn')
|
||
|
|
||
|
.control
|
||
|
button(id='sndbtn').ink-button Mach es
|
||
|
|
||
|
.status #{status}
|