45 lines
No EOL
968 B
HTML
45 lines
No EOL
968 B
HTML
<div class="full-column">
|
|
|
|
<div class="center-column">
|
|
<div id="nav">
|
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
|
<INCLURE{fond=inclure/barre-nav,env}>
|
|
</div>
|
|
<div class="nettoyeur"><!-- --></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="center-column">
|
|
|
|
<div id="header">
|
|
[(#REM) HEADER / ENTETE ]
|
|
<INCLURE{fond=inclure/entete,env}>
|
|
</div>
|
|
|
|
<div class="nettoyeur"><!-- --></div>
|
|
|
|
<div id="main">
|
|
[(#REM) CONTENT / CONTENU ]
|
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<div class="center-column-sidebar">
|
|
[(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ]
|
|
<INCLURE{fond=navigation/#ENV{type},env}>
|
|
[(#REM) EXTRA INFORMATIONS / Informations complementaires]
|
|
<INCLURE{fond=extra/#ENV{type},env}>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
[(#REM) FOOTER / Pied de page ]
|
|
<INCLURE{fond=inclure/pied,env}>
|
|
<INCLURE{fond=inc-theme-copyleft}>
|
|
|
|
<div class="nettoyeur"><!-- --></div>
|
|
|
|
</div>
|
|
|
|
</div> |