Rev 3631 | Rev 9282 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5699 | obado | 1 | <meta http-equiv="Content-Type" content="text/html; charset=$wims_main_font"/> |
16 | reyssat | 2 | <title>$module_title2</title> |
5699 | obado | 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 --> |
||
5699 | obado | 17 | <link rel="stylesheet" media="all and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css"/> |
3631 | obado | 18 | |
19 | <!-- Styles pour ipad (portrait) --> |
||
5699 | obado | 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"/> |
3631 | obado | 21 | |
22 | <!-- Styles pour ipad (landscape) --> |
||
5699 | obado | 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"/> |