16 lines
1.2 KiB
HTML
16 lines
1.2 KiB
HTML
|
#HTTP_HEADER{Cache-Control: no-cache,must-revalidate}
|
||
|
#HTTP_HEADER{Pragma: no-cache}
|
||
|
#CONST{_DOCTYPE_ECRIRE}
|
||
|
[(#REM) http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
|
||
|
]<!--[if lt IE 7 ]> <html class="[(#LANG_DIR)][ (#LANG)] no-js ie ie6 lte9 lte8 lte7" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <![endif]-->
|
||
|
<!--[if IE 7 ]> <html class="[(#LANG_DIR)][ (#LANG)] no-js ie ie7 lte9 lte8 lte7" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <![endif]-->
|
||
|
<!--[if IE 8 ]> <html class="[(#LANG_DIR)][ (#LANG)] no-js ie ie8 lte9 lte8" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <![endif]-->
|
||
|
<!--[if IE 9 ]> <html class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9 lte9" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <![endif]-->
|
||
|
<!--[if (gt IE 9)|!(IE)]><!--> <html class="[(#LANG_DIR)][ (#LANG)] no-js" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <!--<![endif]-->
|
||
|
<head>
|
||
|
<INCLURE{fond=prive/squelettes/head/#ENV{type-page},env,espace_prive=1}>
|
||
|
</head>
|
||
|
[(#LISTE{titre,sinon}|sanitize_env)]
|
||
|
<INCLURE{fond=prive/squelettes/body,env,espace_prive=1}>
|
||
|
</html>
|