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