From 2b805b01ff7acc7eafe4eac791af9cd2140de4c9 Mon Sep 17 00:00:00 2001 From: vvo <> Date: Sat, 25 Mar 2023 03:51:01 +0800 Subject: [PATCH] removed skill analyzer settings page for now (it doesn't do anything) --- .../webui/skill analyzer settings.pug | 80 ------------------- 1 file changed, 80 deletions(-) delete mode 100644 sdvx@asphyxia/webui/skill analyzer settings.pug diff --git a/sdvx@asphyxia/webui/skill analyzer settings.pug b/sdvx@asphyxia/webui/skill analyzer settings.pug deleted file mode 100644 index c8b5ab6..0000000 --- a/sdvx@asphyxia/webui/skill analyzer settings.pug +++ /dev/null @@ -1,80 +0,0 @@ -- -link(rel="stylesheet" href="static/asset/css/datatables.css") -div - .card - .card-header - p.card-header-title - span.icon - i.mdi.mdi-account-edit - | Skill Analyzer Settings (WIP) - .card-content - div - div - p(style="display:inline") Select Game: - | - | - select(id='sdvx-version') - option() -- Select -- - option(value='4') IV - Heavenly Haven - option(value='5') V - Vivid Wave - option(value='6') VI - Exceed Gear - // input(id='add-skill-level-input') - // button(id='add-skill-level-btn') + - - div - p(style="display:inline") Skill course: - | - | - select(id='skill-course') - option() -- Select -- - | - | - select(id='skill-course-level') - option() -- Select -- - - div - each val in [1, 2, 3] - br - p(style="display:inline") Track ##{val}: - | - | - | - input(class='track-id' maxlength="4" size="4" onkeyup="this.value = this.value.replace(/[^0-9]+/, '')") - | - | - | - input(class='track-name') - | - | - | - select(class='track-difficulty') - option() -- Select -- - br - br - button(id='savebutton') Save -br -br -div - .card - .card-header - p.card-header-title - span.icon - i.mdi.mdi-account-edit - | Songs List - .card-content - table.table(id="songslist" style="width:100%") - thead - tr - th ID - th Song Name - th Release Date - th Novice - th Advanced - th Exhaust - th Maximum - th Other - tbody - -script(src="static/asset/js/skillanalyzer.js") -script(src="static/asset/js/datatables.js") -script(src="static/asset/js/songslist.js") \ No newline at end of file