29 lines
851 B
HTML
29 lines
851 B
HTML
|
<div class="page">
|
||
|
<div class="head">
|
||
|
[(#REM) HEADER / ENTETE ]
|
||
|
#INCLURE{fond=inclure/entete,env}
|
||
|
</div>
|
||
|
<div class="nav">
|
||
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
||
|
#INCLURE{fond=inclure/barre-nav,env}
|
||
|
</div>
|
||
|
<div class="body">
|
||
|
<div class="leftCol gMail navigation">
|
||
|
[(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ]
|
||
|
#INCLURE{fond=navigation/#ENV{type},env}
|
||
|
</div>
|
||
|
<div class="rightCol gMail extra">
|
||
|
[(#REM) EXTRA INFORMATIONS / Informations complementaires
|
||
|
Also in "sidebar" as this template has only two columns]
|
||
|
#INCLURE{fond=extra/#ENV{type},env}
|
||
|
</div>
|
||
|
<div class="main">
|
||
|
[(#REM) CONTENT / CONTENU ]
|
||
|
#INCLURE{fond=contenu/#ENV{type},env}
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="foot">
|
||
|
[(#REM) FOOTER / Pied de page ]
|
||
|
#INCLURE{fond=inclure/pied,env}
|
||
|
</div>
|
||
|
</div>
|