summaryrefslogtreecommitdiffstats
path: root/templates/html/htmllayout.tpl
Commit message (Collapse)AuthorAgeFilesLines
* Added concepts to the templated outputDimitri van Heesch2021-06-121-8/+22
| | | | | also made some changes to make the templated HTML output better match the built-in output.
* Optimized MathJax HTML output and made the template output the same.Dimitri van Heesch2021-05-241-1/+3
|
* Make templated HTML output more similar to hardcoded output.Dimitri van Heesch2021-05-201-9/+10
|
* Template engine: allow listing list and struct variables as stringsDimitri van Heesch2021-05-151-2/+2
| | | | | For easier debugging one can do e.g. `{% msg %}value={{ variable }}{% endmsg %}` to list the value of a variable also when it is a list or struct.
* Some fixes for template.cpp and improve the template outputDimitri van Heesch2021-05-141-7/+30
|
* Some regressions on the templated approachalbert-github2021-03-201-1/+1
| | | | | | | | | Although the templated approach is highly experimental there are a number of regressions fixed: - context.cpp - incorrect if condition due to: Refactoring: cleanup unused qtools headers (commit: b89561e0c61aec5cae6eafc354f81a3bf071a777) - garbled messages due to missing end of line in message - htmllayout.tpl - doxygen.luma has been replaced by doxygen.cpp
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-3/+3
| | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list
* Spelling corrections for templates directoryalbert-github2019-11-041-1/+1
| | | | | | Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here.
* Adding partial htmlhelp support to template systemDimitri van Heesch2016-06-021-0/+1
|
* Added support for encoding tag to the template engine used for HTML help indicesDimitri van Heesch2016-05-281-0/+7
|
* Bug 750930 - Representation of arrowsDimitri van Heesch2016-05-151-2/+0
|
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-051-0/+6
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-20/+35
|
* Added missing html resources to the html template fileDimitri van Heesch2015-08-271-0/+8
|
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-271-1/+16
|
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-251-1/+6
|
* Improved main page rendering via template engineDimitri van Heesch2014-12-251-9/+9
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+232
compiler & manager