Rev 14734 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14734 | Rev 17170 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!--begin of $wims_theme/htmlheader.phtml--> |
1 | <!--begin of $wims_theme/htmlheader.phtml--> |
2 | <meta charset="$wims_main_font" |
2 | <meta charset="$wims_main_font"> |
3 | <title>$module_title2</title> |
3 | <title>$module_title2</title> |
4 | <meta name="GENERATOR" content="wims [$module_language]" |
4 | <meta name="GENERATOR" content="wims [$module_language]"> |
5 | <meta name="description" content="$module_description $wims_site_description" |
5 | <meta name="description" content="$module_description $wims_site_description"> |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords" |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords"> |
7 | <meta name="Author" content="$module_author" |
7 | <meta name="Author" content="$module_author"> |
8 | 8 | ||
9 | <!-- makes browsers render all elements more consistently --> |
9 | <!-- makes browsers render all elements more consistently --> |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css"> |
11 | 11 | ||
12 | <!-- Foundation Accordion --> |
12 | <!-- Foundation Accordion --> |
13 | <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css" |
13 | <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css"> |
14 | 14 | ||
15 | $wims_CSS |
15 | $wims_CSS |
16 | 16 | ||
17 | <!-- METAS iOS : --> |
17 | <!-- METAS iOS : --> |
18 | <link rel="apple-touch-icon" href="gifs/wims_logo.png" |
18 | <link rel="apple-touch-icon" href="gifs/wims_logo.png"> |
19 | <meta name="apple-mobile-web-app-capable" content="yes" |
19 | <meta name="apple-mobile-web-app-capable" content="yes"> |
20 | 20 | ||
21 | <!-- prevents links from apps from opening in mobile safari> |
21 | <!-- prevents links from apps from opening in mobile safari> |
22 | <script src="scripts/js/external/safari_mobile_links/compressed.js"></script--> |
22 | <script src="scripts/js/external/safari_mobile_links/compressed.js"></script--> |
23 | 23 | ||
24 | <!-- Librairies JQUERY --> |
24 | <!-- Librairies JQUERY --> |
25 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
25 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
26 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" |
26 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css"> |
27 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
27 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
28 | 28 | ||
29 | <!-- JQUERY pour autocompletion --> |
29 | <!-- JQUERY pour autocompletion --> |
30 | <script src="scripts/js/interface/autocomplete.js"></script> |
30 | <script src="scripts/js/interface/autocomplete.js"></script> |
31 | 31 | ||
32 | <!-- Style pour impression --> |
32 | <!-- Style pour impression --> |
33 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" |
33 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css"> |
34 | 34 | ||
35 | <style> |
35 | <style> |
36 | 36 | ||
37 | :root { |
37 | :root { |
38 | --wims_bgcolor: $wims_bgcolor; |
38 | --wims_bgcolor: $wims_bgcolor; |