aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/base.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: Fix the issues due to the split of "header-{base,index}.html"Aaron LI2016-11-151-2/+6
| | | | | | | | 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-3/+10
|
* webui: Show a modal box indicating there are invalid configsAaron LI2016-11-131-0/+2
|
* 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