25 <!-- JAVASCRIPT --> |
25 <!-- JAVASCRIPT --> |
26 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script> |
26 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'));?>"></script> |
27 <?php if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
27 <?php if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
28 <script type="text/javascript" src="<?php echo(registry_url('jquery-ui','js'))?>"></script> |
28 <script type="text/javascript" src="<?php echo(registry_url('jquery-ui','js'))?>"></script> |
29 <?php } ?> |
29 <?php } ?> |
30 |
30 |
31 |
31 |
32 <!-- FONT --> |
32 <!-- FONT --> |
33 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'> |
33 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'> |
34 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'> |
34 <link href='<?php echo(registry_url('PT-Sans','font'));?>' rel='stylesheet' type='text/css'> |
35 |
35 |
53 if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
53 if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
54 $(function() { |
54 $(function() { |
55 $("<?php echo $_REQUEST['highlight'];?>").delay(1000).effect("<?php echo $effect; ?>", {}, 5000); |
55 $("<?php echo $_REQUEST['highlight'];?>").delay(1000).effect("<?php echo $effect; ?>", {}, 5000); |
56 }); |
56 }); |
57 <?php } ?> |
57 <?php } ?> |
58 |
58 |
59 var _gaq = _gaq || []; |
59 var _gaq = _gaq || []; |
60 _gaq.push(['_setAccount', 'UA-23581291-1']); |
60 _gaq.push(['_setAccount', 'UA-23581291-1']); |
61 _gaq.push(['_trackPageview']); |
61 _gaq.push(['_trackPageview']); |
62 _gaq.push(['_setAllowAnchor', true]); |
62 _gaq.push(['_setAllowAnchor', true]); |
63 |
63 |
64 (function() { |
64 (function() { |
65 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
65 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
66 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
66 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
67 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
67 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
68 })(); |
68 })(); |
69 |
69 |
70 </script> |
70 </script> |
71 </head> |
71 </head> |
72 <body> |
72 <body> |
73 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
73 <div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div> |
74 <div class="container"> |
74 <div class="container"> |
83 </ul> |
83 </ul> |
84 <ul class="menu"> |
84 <ul class="menu"> |
85 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink"> |
85 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink"> |
86 <?php print $translate->_("Archives"); ?></a></li> |
86 <?php print $translate->_("Archives"); ?></a></li> |
87 </ul> |
87 </ul> |
88 |
88 |
89 |
89 |
90 <ul class="menu lang" > |
90 <ul class="menu lang" > |
91 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" > |
91 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" > |
92 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
92 <img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> /> |
93 <?php print $translate->_("Japonais"); ?></a></li> |
93 <?php print $translate->_("Japonais"); ?></a></li> |
94 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=fr" class="menuLink"> |
94 <li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=fr" class="menuLink"> |
109 <div id="all_archives"> |
109 <div id="all_archives"> |
110 <?php display_archives_list($archives_list, "archive_box_3", URL_ROOT, dirname(__FILE__)."/", $translate); ?> |
110 <?php display_archives_list($archives_list, "archive_box_3", URL_ROOT, dirname(__FILE__)."/", $translate); ?> |
111 </div> |
111 </div> |
112 </div> |
112 </div> |
113 </div> |
113 </div> |
114 |
114 |
115 <div class="footer"> |
115 <div class="footerArchive"> |
116 <hr> |
116 <hr> |
117 <?php |
117 <?php |
118 print $translate->_("footer text home"); |
118 print $translate->_("footer text home"); |
119 if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ |
119 if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ |
120 echo("| <a href='clear.php' class='footerLink'>".$translate->_("Déconnexion")."</a>"); |
120 echo("| <a href='clear.php' class='footerLink'>".$translate->_("Déconnexion")."</a>"); |
121 } |
121 } |
122 ?> |
122 ?> |
123 <input type="text" id="txt" size="3" style="visibility:hidden;"/> |
123 <input type="text" id="txt" size="3" style="visibility:hidden;"/> |
124 </div> |
124 </div> |
125 |
125 |
126 |
126 |
127 </div> |
127 </div> |
128 |
128 |
129 </body> |
129 </body> |
130 </html> |
130 </html> |