diff options
Diffstat (limited to 'web/http/index.html')
| -rw-r--r-- | web/http/index.html | 21 |
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> |
