Rev 3078 | Rev 5699 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2171 | bpr | 1 | <meta http-equiv="Content-Type" content="text/html; charset=$wims_main_font"> |
16 | reyssat | 2 | <title>$module_title2</title> |
3 | <meta name="GENERATOR" content="wims [$module_language]"> |
||
4 | <meta name="description" content="$module_description $wims_site_description"> |
||
5 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords"> |
||
6 | <meta name="Author" content="$module_author"> |
||
7 | <meta http-equiv="Content-Style-Type" content="text/css"> |
||
2069 | bpr | 8 | |
16 | reyssat | 9 | $wims_expire |
10 | $wims_CSS |
||
3631 | obado | 11 | |
12 | |||
13 | <!-- Styles Specifiques pour les terminaux mobiles (iphone, ipod, iPad...) --> |
||
14 | <meta name="viewport" content="width=device-width,initial-scale=1.00" /> |
||
15 | |||
16 | <!-- Styles pour iphone --> |
||
17 | <link rel="stylesheet" media="all and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css"> |
||
18 | |||
19 | <!-- Styles pour ipad (portrait) --> |
||
20 | <link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="html/css/ipad-portrait.css"> |
||
21 | |||
22 | <!-- Styles pour ipad (landscape) --> |
||
23 | <link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="html/css/ipad-landscape.css"> |