plugins/iidx@asphyxia/webui/profile_-data.pug
duel0213 8bbe8390eb IIDX: Added error message for incompatible score database
IIDX: Fixed where unable to login after step up (rootage)
IIDX: Reverted `v0.1.15` dev mode hackjob codes
IIDX: Line Encoding changes, misc
2025-03-21 21:11:45 +09:00

28 lines
950 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