34 lines
No EOL
951 B
HTML
34 lines
No EOL
951 B
HTML
<div id="main">
|
|
<div id="header">
|
|
<INCLURE{fond=inclure/entete,env}>
|
|
</div>
|
|
[(#CHEMIN{popdev-bandeau.html}|oui)#INCLURE{fond=popdev-bandeau,id_rubrique}]
|
|
<div id="maincol">
|
|
<div id="horizontalmenu">
|
|
<INCLURE{fond=inclure/barre-nav,env}>
|
|
<br style="clear:left;"/>
|
|
</div>
|
|
<div class="breadCrumbHolder module" style="display:none;">
|
|
<div id="breadCrumb" class="breadCrumb module">
|
|
<ul></ul>
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
|
<br style="clear:both;" />
|
|
</div>
|
|
</div>
|
|
|
|
<div id="side">
|
|
<INCLURE{fond=navigation/#ENV{type},env}>
|
|
<INCLURE{fond=extra/#ENV{type},env}>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<INCLURE{fond=inclure/pied,env}>
|
|
<INCLURE{fond=inc-theme-copyleft}>
|
|
</div>
|
|
</div>
|
|
[(#ENV{type}|=={article}|ou{#ENV{type}|=={rubrique}}|ou{#ENV{type}|=={breve}}|ou{#ENV{type}|=={auteur}}|ou{#ENV{type}|=={site}}|ou{#ENV{type}|=={evenement}}|oui)
|
|
#INCLURE{fond=deplacer_mots}
|
|
] |