plugins/iidx@asphyxia/webui/profile_-data.pug
duel0213 844dd6c4d1 IIDX: Initial support added for EPOLIS
IIDX: Bug fixes and Enhancements
2024-10-09 11:23:39 +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 exsiting 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