mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
33 lines
807 B
Plaintext
33 lines
807 B
Plaintext
//DATA//
|
|
profile: DB.Find(refid, { collection: 'music' })
|
|
|
|
-
|
|
//const padded = _.padStart(profile.id.toString(), 8);
|
|
//const sdvxid = `${padded.slice(0, 4)}-${padded.slice(4)}`;
|
|
|
|
link(rel="stylesheet" href="static/asset/css/datatables.css")
|
|
div
|
|
.card
|
|
.card-header
|
|
p.card-header-title
|
|
span.icon
|
|
i.mdi.mdi-account-edit
|
|
| Score
|
|
.card-content
|
|
table.table(id="music_score" style="width:100%")
|
|
thead
|
|
tr
|
|
th ID
|
|
th Song Name
|
|
th Difficulty
|
|
th Level
|
|
th Score
|
|
th Exscore
|
|
th Grade
|
|
th Clear Medal
|
|
tbody
|
|
|
|
|
|
div(hidden id='data-pass') !{JSON.stringify(profile)}
|
|
script(src="static/asset/js/score.js")
|
|
script(src="static/asset/js/datatables.js") |