LXR templates contain HTML code to frame LXR output.
They are known to LXR through a series of configuration parameters in
lxr.conf.
Their names are totally arbitrary.
You do not even need to give them the .html
extension
since they are not really pure HTML and they do not produce a complete page.
A template file is associated with a template code in the HTML subsection as:
The template codes are:
'htmlhead'
Template for the header area (usually contains sets of "buttons" to switch between the different modes and versions)
'htmltail'
Template for the footer area (usually contains a set of "buttons" to switch between the different modes and copyright information)
'htmldir'
Template for directory listing body (arranges for title and tabular data)
'htmlident'
Template for identifier search (presents the request form and the declarations)
'htmlident_refs'
No longer needed, its role is now integrated in template
'htmlident'
with a better-looking appearance.
Template for the references to an identifier (complement of previous template)
'htmlsearch'
Template for free-text search (presents the request form and the result)
'htmlconfig'
Template for configuration display
'htmlfatal'
Template for catastrophic event (used to give an error message)