aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: Use the same "#modal-box" and the "showModal()" functionAaron LI2016-11-281-0/+2
|
* webui: products: Implement client-side AJAX interactionsAaron LI2016-11-221-0/+1
|
* webui: Rename "Results" to "Products"Aaron LI2016-11-191-2/+2
|
* webui: Support IE11; Fix a missing quotation.Aaron LI2016-11-171-1/+1
| | | | | | | * IE11 does NOT support most of the ECMAScript 6 features, such as the "computed property names" which used in "configs.js". * Do not use the "computed property names" feature to support IE11 * Fix a missing quotation in "index.html"
* webui: Fix the issues due to the split of "header-{base,index}.html"Aaron LI2016-11-151-3/+13
| | | | | | | | Tornado currently do NOT support *nested* template extensions. * Rename "header-base.html" back to "header.html" * Merge the contents of "header-index.html" to "index.html" * Add new block "subtitle" to "base.html"
* webui: Enhance the "base.html" and simplify the "index.html"Aaron LI2016-11-151-13/+1
|
* webui: various small updatesAaron LI2016-11-091-0/+1
|
* webui: Implement reset form and load configuration files functionsAaron LI2016-11-071-0/+1
| | | | | | | | | * 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 preliminary WebSocket support to front-end UIAaron LI2016-11-021-0/+4
| | | | | Add a label to the header banner to show the WebSocket support status and connection status.
* webui: Update index template; Add console and results templatesAaron LI2016-11-011-10/+2
|
* webui: Add the index and configs templatesAaron LI2016-11-011-0/+38