aboutsummaryrefslogtreecommitdiff
path: root/web/http/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-28 12:17:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-28 12:17:55 +0200
commitfcf5a819ef52ab3069f687e6943599fa3ccf96b3 (patch)
treed969a0bb60508f7af0130051c580884cdf3c6d63 /web/http/index.html
parentcf2896324e60e2dc3890c658378499383100e79c (diff)
downloadnissy-core-fcf5a819ef52ab3069f687e6943599fa3ccf96b3.tar.gz
nissy-core-fcf5a819ef52ab3069f687e6943599fa3ccf96b3.zip
Web solver is usable
Diffstat (limited to 'web/http/index.html')
-rw-r--r--web/http/index.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/web/http/index.html b/web/http/index.html
index c80f7ec..0846ea8 100644
--- a/web/http/index.html
+++ b/web/http/index.html
@@ -9,12 +9,27 @@
9 <body> 9 <body>
10 <input id="scrambleText" placeholder="Type the scramble here..."> 10 <input id="scrambleText" placeholder="Type the scramble here...">
11 <select id="solverSelector"> 11 <select id="solverSelector">
12 <option value="h48h0k4" selected="selected">h48 h=0 k=4 (59Mb)</option> 12 <option value="h48h0k4">h48 h=0 k=4 (59Mb)</option>
13 <option value="h48h3k2">h48 h=3 k=2 (283Mb)</option> 13 <option value="h48h3k2" selected="selected">h48 h=3 k=2 (283Mb)</option>
14 <option value="h48h7k2">h48 h=7 k=2 (3.6Gb)</option> 14 <!--option value="h48h7k2">h48 h=7 k=2 (3.6Gb)</option-->
15 </select> 15 </select>
16 <button id="solveButton">Solve</button> 16 <button id="solveButton">Solve</button>
17 <div id="confirmDownload" style="display:none">
18 <p id="confirmDownloadText">
19 For this solver to work, a large data table is required.
20 You can either download it or generate it locally.
21 </p>
22 <p id="confirmDownloadExtraText">
23 In either case, this data will be stored locally for future use. You
24 can delete it at any time by clearing your browser's data.
25 </p>
26 <button id="confirmDownloadCancel">Cancel</button>
27 <button id="confirmDownloadConfirm">Download</button>
28 <button id="confirmDownloadGenerate">Generate locally</button>
29 </div>
17 <p id="resultsLabel"></p> 30 <p id="resultsLabel"></p>
18 <p id="results"></p> 31 <p id="results"></p>
32 <button id="toggleShowLog">Show nissy log messages</button>
33 <p id="logPane" style="display:none"></p>
19 </body> 34 </body>
20</html> 35</html>

Generated with cgit - Back to sebastiano.tronto.net