aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates
Commit message (Collapse)AuthorAgeFilesLines
* webui: Fix input[type=number] validation; Add input validation stylesAaron LI2016-11-071-12/+12
| | | | | | | | * Fix the validation for some "input[type=number]" element; By default, the number type input only accept *integer*. By setting the 'step="any"' attribute, the float numbers are also valid. * Add form input validation styles for ":valid" and ":invalid" pseudo classes.
* webui: Use code (monospace font) style for some text inputsAaron LI2016-11-071-25/+25
|
* webui: Implement reset form and load configuration files functionsAaron LI2016-11-072-27/+36
| | | | | | | | | * Rewrite "configs.js" to be more modular and generic * Bind functions to button click event * Implement the function to set form fields to given configuration data * Implement the function to reset server-side configurations * Implement the function to load user configuration file on server * Implement get the configuration data from the server
* webui: Add a manual reconnection button to the header bannerAaron LI2016-11-031-0/+1
| | | | | Also add a global variable "ws_reconnect" to control the timeout between reconnection and the maximum reconnection times (default: 100).
* webui: Add preliminary WebSocket support to front-end UIAaron LI2016-11-022-0/+9
| | | | | Add a label to the header banner to show the WebSocket support status and connection status.
* webui: Add FA icons for sections/headers; Adjust header stylesAaron LI2016-11-024-18/+19
|
* webui: Update header and configs templatesAaron LI2016-11-012-6/+6
|
* webui: Update index template; Add console and results templatesAaron LI2016-11-013-10/+43
|
* webui: Add the index and configs templatesAaron LI2016-11-012-0/+489
|
* webui: Add header and footer templatesAaron LI2016-11-012-0/+42
|
* Serve jQuery locally (use jqyeru-3.1.1.js)Aaron LI2016-11-011-1/+2
|
* webui: Rearrange structures of the base templateAaron LI2016-10-311-4/+14
|
* webui: Add the base templateAaron LI2016-10-301-0/+37
Tornado template: http://www.tornadoweb.org/en/stable/guide/templates.html