29 lines
830 B
HTML
29 lines
830 B
HTML
[(#REM) layout]
|
|
|
|
<div id="home">
|
|
<div class="toolbar">
|
|
[(#REM) HEADER / ENTETE ]
|
|
#INCLURE{fond=inclure/entete,env}
|
|
</div>
|
|
|
|
<div class="info">
|
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
|
#INCLURE{fond=inclure/barre-nav,env}
|
|
</div>
|
|
|
|
[(#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}
|
|
|
|
<div class="info">
|
|
[(#REM) FOOTER / Pied de page ]
|
|
#INCLURE{fond=inclure/pied,env}
|
|
</div>
|
|
</div>
|
|
|