You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
2.0 KiB
28 lines
2.0 KiB
[(#VAL{_Z_DOCTYPE}|defined|?{#VAL{_Z_DOCTYPE}|constant}|sinon{<!DOCTYPE HTML>})][ |
|
(#SET{class,[page_(#ENV{type-page,page})[ #ENV{type-page,page}_(#ENV{composition,''})]][ composition_(#ENV{composition})]})][ |
|
(#REM) http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/] |
|
<!--[if lt IE 7 ]> <html class="[(#GET{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="[(#GET{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="[(#GET{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="[(#GET{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="[(#GET{class})][ (#LANG_DIR)][ (#LANG)] no-js" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
|
<!--<![endif]--> |
|
<head> |
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script> |
|
[(#REM) Preciser le charset avant tout] |
|
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> |
|
|
|
[(#REM) Debut du head particulier a chaque page |
|
pour inserer un title, des css particulieres(mais surchargees), ou des js *inline* |
|
]<INCLURE{fond=head/#ENV{type-page},env}>[ |
|
|
|
(#REM) Partie commune a toutes les pages, sans env |
|
]<INCLURE{fond=inclure/head}>[ |
|
|
|
(#REM) Fin du head particulier a chaque page, pour inserer des js specifiques par exemple |
|
pour inserer des js *externes* |
|
]<INCLURE{fond=head_js/#ENV{type-page},env}> |
|
</head> |
|
<INCLURE{fond=body,env}> |
|
</html>
|
|
|