plugins/iidx@asphyxia/webui/profile_-data.pug
2024-10-17 19:47:22 +09:00

28 lines
923 B
Plaintext

div
.card
.card-header
p.card-header-title
span.icon
i.mdi.mdi-account-edit
| Data Management
.card-content
.field
label.label [!] This will overwrite existing scores
form(method="post" action="/emit/iidxImportScoreData")
.field
input(type="text" name="refid", value=refid readonly hidden)
input.input(type="text" name="data" placeholder="Paste score JSON data")
p
button.button.is-primary(type="submit")
span.icon
i.mdi.mdi-check
span Score Import
.field
form(method="post" action="/emit/iidxExportScoreData")
.field
input(type="text" name="refid", value=refid readonly hidden)
button.button.is-primary(type="submit")
span.icon
i.mdi.mdi-check
span Score Export