--- a/web/archives.php Fri Feb 13 13:14:15 2015 +0100
+++ b/web/archives.php Sun Feb 15 00:43:16 2015 +0100
@@ -27,7 +27,7 @@
<?php if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?>
<script type="text/javascript" src="<?php echo(registry_url('jquery-ui','js'))?>"></script>
<?php } ?>
-
+
<!-- FONT -->
<link href='<?php echo(registry_url('PT-Sans_Narrow','font'));?>' rel='stylesheet' type='text/css'>
@@ -55,18 +55,18 @@
$("<?php echo $_REQUEST['highlight'];?>").delay(1000).effect("<?php echo $effect; ?>", {}, 5000);
});
<?php } ?>
-
+
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23581291-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_setAllowAnchor', true]);
-
+
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
-
+
</script>
</head>
<body>
@@ -85,8 +85,8 @@
<li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php" class="menuLink">
<?php print $translate->_("Archives"); ?></a></li>
</ul>
-
-
+
+
<ul class="menu lang" >
<li class="menuUnderline"><a href="<?php echo(URL_ROOT); ?>archives.php?lang=ja_JP" class="menuLink" >
<img src='images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
@@ -111,8 +111,8 @@
</div>
</div>
</div>
-
- <div class="footer">
+
+ <div class="footerArchive">
<hr>
<?php
print $translate->_("footer text home");
@@ -122,9 +122,9 @@
?>
<input type="text" id="txt" size="3" style="visibility:hidden;"/>
</div>
-
+
</div>
-
+
</body>
</html>