30 lines
808 B
HTML
30 lines
808 B
HTML
<div id="banner">
|
|
[(#REM) HEADER / ENTETE ]
|
|
<INCLURE{fond=inclure/entete,env}>
|
|
</div>
|
|
|
|
|
|
<div id="container">
|
|
<div id="navbar">
|
|
[(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ]
|
|
<INCLURE{fond=navigation/#ENV{type},env}>
|
|
|
|
<div id="sidebar">
|
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
|
<div id="nav"><INCLURE{fond=inclure/barre-nav,env}></div>
|
|
|
|
[(#REM) EXTRA INFORMATIONS / Informations complementaires]
|
|
<INCLURE{fond=extra/#ENV{type},env}>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="content">
|
|
[(#REM) CONTENT / CONTENU ]
|
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
[(#REM) FOOTER / Pied de page ]
|
|
<div><INCLURE{fond=inclure/pied,env}></div>
|
|
</div>
|