mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 00:35:04 +02:00
Label JSON fields in UI
This commit is contained in:
parent
e5ca4974d0
commit
76dc9685b0
2 changed files with 10 additions and 2 deletions
|
|
@ -12,6 +12,11 @@ h1 {
|
||||||
color: #009682;
|
color: #009682;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 4mm;
|
||||||
|
}
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,11 @@ pub async fn get() -> Markup {
|
||||||
" eingeben."
|
" eingeben."
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea name="global" placeholder="Global.json" {}
|
label for="i-global" { "Global.json" }
|
||||||
textarea name="month" placeholder="Month.json" {}
|
textarea #i-global name="global" placeholder="{}" {}
|
||||||
|
|
||||||
|
label for="i-month" { "Month.json" }
|
||||||
|
textarea #i-month name="month" placeholder="{}" {}
|
||||||
|
|
||||||
button #submit type="button" { "Arbeitszeitdokumentation generieren" }
|
button #submit type="button" { "Arbeitszeitdokumentation generieren" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue