|
|
|
@ -9,21 +9,21 @@
|
|
|
|
|
|
|
|
|
|
[(#REM) appel des feuilles de style ]
|
|
|
|
|
<!-- feuilles de styles d'Escal -->
|
|
|
|
|
[<link href="(#CHEMIN{styles/general.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/menu.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#URL_PAGE{config.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/general.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/menu.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#URL_PAGE{config.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[(#REM) pour passer le layout dans l'url ]
|
|
|
|
|
[(#SET{layout,#ENV{layout,#CONFIG{escal/config/layout,PMPfluide}}})]
|
|
|
|
|
[<link href="(#URL_PAGE{layout#GET{layout}.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/perso.css}|direction_css)" rel="stylesheet" type="text/css" id="perso" />]
|
|
|
|
|
[<link href="(#URL_PAGE{persoconfig.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/#LANG.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/mobile.css}|direction_css)" rel="stylesheet" type="text/css" media="screen and (max-width: 640px)" />]
|
|
|
|
|
[<link href="(#URL_PAGE{layout#GET{layout}.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/perso.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" id="perso" />]
|
|
|
|
|
[<link href="(#URL_PAGE{persoconfig.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/#LANG.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/mobile.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" media="screen and (max-width: 640px)" />]
|
|
|
|
|
[(#REM) feuille de style pour l'accessibilité ]
|
|
|
|
|
[<link href="(#CHEMIN{styles/accessconfig.css}|direction_css)" rel="stylesheet" type="text/css" media="screen" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/accessconfig.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" media="screen" />]
|
|
|
|
|
#SET{saison,#DATE|saison}
|
|
|
|
|
[<link href="(#CHEMIN{styles/#GET{saison}.css}|direction_css)" rel="stylesheet" type="text/css" media="screen" />]
|
|
|
|
|
[<link href="(#URL_PAGE{saison.css}|direction_css)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
[<link href="(#CHEMIN{styles/#GET{saison}.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" media="screen" />]
|
|
|
|
|
[<link href="(#URL_PAGE{saison.css}|direction_css|timestamp)" rel="stylesheet" type="text/css" />]
|
|
|
|
|
<!--[if IE 7]>
|
|
|
|
|
<link href="#CHEMIN{styles/ie.css}" rel="stylesheet" type="text/css" media="projection, screen" />
|
|
|
|
|
<![endif]-->
|
|
|
|
|