summaryrefslogtreecommitdiffstats
path: root/templates/html
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for directory dependency graphs to template engineDimitri van Heesch2015-08-281-1/+12
|
* Added missing html resources to the html template fileDimitri van Heesch2015-08-272-0/+11
|
* Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-272-3/+3
|
* Add mathjax support to template & context.Dimitri van Heesch2015-08-271-8/+7
|
* Added missing information to template version of the all members listDimitri van Heesch2015-08-272-11/+62
|
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-278-4/+99
|
* Merge pull request #386 from albert-github/feature/bug_753909Dimitri van Heesch2015-08-271-0/+5
|\ | | | | Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line
| * Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text ↵albert-github2015-08-231-0/+5
| | | | | | | | | | | | | | | | into single line Complete code fragment was pasted in one line (chm, HTML OK), with the change in the ccs file this problem is overcome. Result was that between multiple code lines on the 2nd and following line a extra space appeared at the beginning of the line, this is overcome by placing all relevant div statements on one line. (based a.o. on http://stackoverflow.com/questions/19099873/how-can-i-use-css-to-insert-a-line-break-after-but-not-before-an-element)
* | Fixes to support nested tables againDimitri van Heesch2015-08-261-0/+4
|/
* Alignment of project namealbert-github2015-05-172-1/+6
| | | | With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well.
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-257-8/+84
|
* Improved main page rendering via template engineDimitri van Heesch2014-12-253-15/+59
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-1387-0/+11202
compiler & manager