Template customization
Docebo's layout is essentially based on style sheets, and the output is xhtml 1.1 and css2 compliant:
Docebo's graphical engine is based on templates, in which stylesheets and icons are handled. The template directories are stored in :
- DoceboLms/templates/
- DoceboCms/templates/
- DoceboCore/templates/
The main stylesheets containing color combinations, size of the interface, the scorm player, main page and other graphical elements are:
- doceboLms/templates/standard/style/style.css
- doceboLms/templates/standard/style/style_scormplayer.css
- doceboLms/templates/standard/player_scorm/default/def_style.css
- doceboCore/templates/standard/style/style_table.css
- doceboCore/templates/standard/style/style_form.css
Docebo is also a “multi-template” system, i.e. after the login, groups or categories of users can be presented with a different layout and different contents, both for functions and training offer.
In very advanced scorm content supply scenarios, it is also possible to associate a different template to each scorm player that handles the display of the “didactic packet”.