Skip to content
Lukas Schmelzeisen edited this page Mar 11, 2014 · 4 revisions

Christian and Marcel are currently working on coding some templates in html. Here we collect our advances and link resulting sub-pages. To see, what kind of templates will follow, watch lists of our views (visualizationTabListEntries, visualizationTabPreviews).

TemplateList

In the following list we try to classify templates and show their usage:

  • __metalcon.ftl
    • Main Template Library including the most general macros.
  • _site.ftl
    • The should be the starting Template of every single View.

Styleguide

Naming

  • Real, instanced Templates, matching a URL directly: *.ftl
  • Abstract Templates, not matching any URL directly: _*.ftl
  • Library Templates, only used to be included, without any content: __*.ftl

Rules

  • any _*.ftl may include __*.ftl
  • any _*.ftl may include _*.ftl
  • per View at least one _*.ftl has to include *.ftl (matching Template)
Clone this wiki locally