Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Remove jQuery version from its filename | Aaron LI | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | webui: Fix the issues due to the split of "header-{base,index}.html" | Aaron LI | 2016-11-15 | 1 | -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 LI | 2016-11-15 | 1 | -3/+10 |
| | |||||
* | webui: Show a modal box indicating there are invalid configs | Aaron LI | 2016-11-13 | 1 | -0/+2 |
| | |||||
* | Serve jQuery locally (use jqyeru-3.1.1.js) | Aaron LI | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | webui: Rearrange structures of the base template | Aaron LI | 2016-10-31 | 1 | -4/+14 |
| | |||||
* | webui: Add the base template | Aaron LI | 2016-10-30 | 1 | -0/+37 |
Tornado template: http://www.tornadoweb.org/en/stable/guide/templates.html |