[(#REM)
*
* @name layout
* @type tripoli plugin
*
* @desc Quick and ready-to-use CSS layout templates.
* Full browser support from IE5/WIN and IE5/OSX.
* Content first - same HTML markup in all layouts.
* Two fixed widths using em (normal or wide).
* Equal columns option (experimental - ignored by IE5/osx and Opera < 9. Buggy in IE5/win).
*
* @author David Hellsing
* @version 1.0
* @cat plugins
*
*
* @example layout:
* @desc creates a layout with two columns (33%-66%)
*
* @example layout:
* @desc creates a wide layout with three equal height columns (33%-33%-33%)
*
* @documentation layout body classes:
*
* .l1: 2-column 66% - 33%
* .l2: 2-column 33% - 66%
* .l3: 2-column 50% - 50%
* .l4: 3-column 33% - 33% - 33%
* .l5: 3-column 16% - 66% - 16%
* .l6: 3-column 25% - 50% - 25%
* .l7: 3-column 66% - 16% - 16%
* .l8: 3-column 50% - 25% - 25%
* .l9: 3-column 25% - 25% - 50%
*
* .wide: 125% width
* .equal: equal columns
*
* @documentation html structure:
*
]
[(#REM) CONTENT / CONTENU ]
#INCLURE{fond=contenu/#ENV{type},env}
[(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ]
#INCLURE{fond=navigation/#ENV{type},env}
[(#REM) EXTRA INFORMATIONS / Informations complementaires
Also in "sidebar" as this template has only two columns]
#INCLURE{fond=extra/#ENV{type},env}