1 | {* $Id: header.tpl $ *} |
---|
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
3 | <html lang="{$lang_info.code}" dir="{$lang_info.direction}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}"> |
---|
6 | <meta name="generator" content="Piwigo (aka PWG), see piwigo.org"> |
---|
7 | {if isset($meta_ref) } |
---|
8 | {if isset($INFO_AUTHOR)} |
---|
9 | <meta name="author" content="{$INFO_AUTHOR|@replace:'"':' '}"> |
---|
10 | {/if} |
---|
11 | {if isset($related_tags)} |
---|
12 | <meta name="keywords" content="{foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}{$tag.name}{/foreach}"> |
---|
13 | {/if} |
---|
14 | {if isset($COMMENT_IMG)} |
---|
15 | <meta name="description" content="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}"> |
---|
16 | {else} |
---|
17 | <meta name="description" content="{$PAGE_TITLE}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}"> |
---|
18 | {/if} |
---|
19 | {/if} |
---|
20 | |
---|
21 | {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))} |
---|
22 | <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else} |
---|
23 | <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if} |
---|
24 | <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico"> |
---|
25 | |
---|
26 | <link rel="start" title="{'home'|@translate}" href="{$U_HOME}" > |
---|
27 | <link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" > |
---|
28 | {if isset($first.U_IMG) }<link rel="first" title="{'first_page'|@translate}" href="{$first.U_IMG}" >{/if} |
---|
29 | {if isset($previous.U_IMG)}<link rel="prev" title="{'previous_page'|@translate}" href="{$previous.U_IMG}" >{/if} |
---|
30 | {if isset($next.U_IMG) }<link rel="next" title="{'next_page'|@translate}" href="{$next.U_IMG}" >{/if} |
---|
31 | {if isset($last.U_IMG) }<link rel="last" title="{'last_page'|@translate}" href="{$last.U_IMG}" >{/if} |
---|
32 | {if isset($U_UP) }<link rel="up" title="{'thumbnails'|@translate}" href="{$U_UP}" >{/if} |
---|
33 | |
---|
34 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/layout.css"> |
---|
35 | {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} |
---|
36 | <link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}template/{$themeconf.template}/fix-khtml.css"> |
---|
37 | <!--[if lt IE 7]> |
---|
38 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/fix-ie5-ie6.css"> |
---|
39 | <![endif]--> |
---|
40 | <!--[if IE 7]> |
---|
41 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/fix-ie7.css"> |
---|
42 | <![endif]--> |
---|
43 | <!--[if !IE]> <--> |
---|
44 | <link rel="stylesheet" href="{$ROOT_URL}template/{$themeconf.template}/not-ie.css" type="text/css"> |
---|
45 | <!--> <![endif]--> |
---|
46 | <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css"> |
---|
47 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css"> |
---|
48 | {$themeconf.local_head} |
---|
49 | {if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if} |
---|
50 | |
---|
51 | {if not empty($page_refresh) }<meta http-equiv="refresh" content="{$page_refresh.TIME};url={$page_refresh.U_REFRESH}">{/if} |
---|
52 | |
---|
53 | <script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script> |
---|
54 | <!--[if lt IE 7]> |
---|
55 | <style> |
---|
56 | {* only because we need {$ROOT_URL} otherwise use fix-ie5-ie6.css *} |
---|
57 | BODY {ldelim} behavior:url("{$ROOT_URL}template-common/csshover.htc"); } |
---|
58 | A IMG, .button, .icon {ldelim} |
---|
59 | behavior:url("{$ROOT_URL}template-common/tooltipfix.htc"); |
---|
60 | } |
---|
61 | FORM {ldelim} behavior: url("{$ROOT_URL}template-common/inputfix.htc"); } |
---|
62 | </style> |
---|
63 | <script type="text/javascript" src="{$ROOT_URL}template-common/pngfix.js"></script> |
---|
64 | <![endif]--> |
---|
65 | |
---|
66 | {if not empty($head_elements)} |
---|
67 | {foreach from=$head_elements item=elt}{$elt} |
---|
68 | {/foreach} |
---|
69 | {/if} |
---|
70 | |
---|
71 | </head> |
---|
72 | |
---|
73 | <body id="{$BODY_ID}"> |
---|
74 | <div id="the_page"> |
---|
75 | {php} |
---|
76 | if (is_admin() and !(pwg_get_session_var('floOS_array_version')) and !(pwg_get_session_var('floOS_checked_version')) ) |
---|
77 | { |
---|
78 | global $template, $page; |
---|
79 | $header_notes = array(); |
---|
80 | $name_is_nutd = array(); |
---|
81 | include_once(PHPWG_ROOT_PATH.'template/floOS/tools/version.conf.php'); |
---|
82 | include_once(PHPWG_ROOT_PATH.'template/floOS/tools/floOS.class.php'); |
---|
83 | load_language('template.lang', PHPWG_ROOT_PATH.'template/floOS/tools/'); |
---|
84 | $floOS = new floOS(); |
---|
85 | if( $floOS->is_not_up_to_date($floOS_conf['version'], '230') ) |
---|
86 | { |
---|
87 | $template->append('header_notes', l10n('floOS_update_needed')); |
---|
88 | $name_is_nutd['floOS']=$floOS_conf['version']; |
---|
89 | } |
---|
90 | $floOS->theme_version_search(PHPWG_ROOT_PATH.'template/floOS/theme'); |
---|
91 | $name_is_nutd= $name_is_nutd + $floOS->is_nutd; |
---|
92 | pwg_set_session_var('floOS_array_version',$name_is_nutd); |
---|
93 | pwg_set_session_var('floOS_checked_version', true); |
---|
94 | } |
---|
95 | else if (is_admin() and pwg_get_session_var('floOS_array_version') ) |
---|
96 | { |
---|
97 | |
---|
98 | global $template; |
---|
99 | $header_notes = array(); |
---|
100 | include_once(PHPWG_ROOT_PATH.'template/floOS/tools/floOS.class.php'); |
---|
101 | load_language('template.lang', PHPWG_ROOT_PATH.'template/floOS/tools/'); |
---|
102 | $floOS = new floOS(); |
---|
103 | $floOS->display(pwg_get_session_var('floOS_array_version')); |
---|
104 | } |
---|
105 | //pwg_unset_session_var('floOS_checked_version'); |
---|
106 | {/php} |
---|
107 | {$erreur} |
---|
108 | {if not empty($header_msgs)} |
---|
109 | <div class="header_msgs"> |
---|
110 | {foreach from=$header_msgs item=elt} |
---|
111 | {$elt}</p> |
---|
112 | {/foreach} |
---|
113 | </div> |
---|
114 | {/if} |
---|
115 | |
---|
116 | |
---|
117 | <div id="theHeader">{$PAGE_BANNER}</div> |
---|
118 | {if isset($theSwiftHeader)}{$theSwiftHeader}{/if} |
---|
119 | {if not empty($header_notes)} |
---|
120 | <div class="header_notes"> |
---|
121 | {foreach from=$header_notes item=elt} |
---|
122 | <p>{$elt}</p> |
---|
123 | {/foreach} |
---|
124 | </div> |
---|
125 | {/if} |
---|