61 lines
2 KiB
HTML
61 lines
2 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
|
||
|
<head>
|
||
|
<INCLURE{fond=noisettes/head}{env}>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="page">
|
||
|
<div id="top">
|
||
|
[(#CHEMIN{themes/#CONFIG{spipclear/nom_theme}/noisettes/top.html}|?{#SET{path_top,themes/#CONFIG{spipclear/nom_theme}/noisettes/top},#SET{path_top,noisettes/top}})]
|
||
|
[(#INCLURE{fond=[(#GET{path_top})]}{env})]
|
||
|
[(#FORMULAIRE_ADMIN)]
|
||
|
[(#SPIP_CRON)]
|
||
|
</div>
|
||
|
|
||
|
<p id="prelude">
|
||
|
<a href="#main"><:spipclear:go_main:></a> |
|
||
|
<a href="#sidebar"><:spipclear:go_sidebar:></a> |
|
||
|
<a href="#search"><:spipclear:go_search:></a>
|
||
|
</p>
|
||
|
|
||
|
[<div id="navigation">
|
||
|
(#CHEMIN{themes/#CONFIG{spipclear/nom_theme}/noisettes/navigation.html}|oui)#SET{path_navigation,themes/#CONFIG{spipclear/nom_theme}/noisettes/navigation}
|
||
|
[(#INCLURE{fond=[(#GET{path_navigation})]}{env})]
|
||
|
</div>]
|
||
|
|
||
|
<div id="wrapper">
|
||
|
<div id="main">
|
||
|
<div id="content">
|
||
|
[(#RECHERCHE|non)
|
||
|
[(#ENV{id_article}|non)
|
||
|
[(#ENV{id_mot}|non)
|
||
|
<INCLURE{fond=noisettes/list}{id_rubrique=#ID_RUBRIQUE}{archives}{debut_liste}{env}{ajax}>
|
||
|
]
|
||
|
]
|
||
|
]
|
||
|
[(#RECHERCHE|oui)
|
||
|
<INCLURE{fond=noisettes/search}{env}{ajax}>]
|
||
|
[(#ENV{id_article}|oui)
|
||
|
[(#CHEMIN{themes/#CONFIG{spipclear/nom_theme}/noisettes/post.html}|?{#SET{path_post,themes/#CONFIG{spipclear/nom_theme}/noisettes/post},#SET{path_post,noisettes/post}})]
|
||
|
[(#INCLURE{fond=[(#GET{path_post})]}{env})]
|
||
|
]
|
||
|
[(#ENV{id_mot}|oui)
|
||
|
<INCLURE{fond=noisettes/list-tag}{id_mot}{env}{ajax}>]
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
[(#SET{url,#URL_RUBRIQUE{#ENV{id_secteur}}})]
|
||
|
<INCLURE{fond=noisettes/sidebar}{env}{self=#GET{url}}{date=#ENV{archives,#ENV{date}}}{archives=#ENV{archives,#ENV{date}}}>
|
||
|
</div>
|
||
|
|
||
|
<div id="footer">
|
||
|
<p><:spipclear:credits:>, <a href="#URL_SITE_SPIP/"><:spipclear:hebergement:> #NOM_SITE_SPIP</a></p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|