--- a/web/inter_choix.html Tue Jan 15 17:17:14 2013 +0100
+++ b/web/inter_choix.html Wed Jan 16 08:26:00 2013 +0100
@@ -5,24 +5,33 @@
<title>The End - @todo</title>
<meta name="description" content="@todo">
-
- <!-- Mobile Specific Metas -->
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
+ <link rel="icon" href="static/res/img/favicon.ico" />
- <link rel="stylesheet" href="static/res/css/style_1024.css" />
- <!-- stylesheet for ipad 3
- <link rel="stylesheet" href="static/res/css/style_2048.css" />
+ <!-- Mobile Specific Metas -->
+ <meta name="viewport" content="user-scalable=no">
+ <!--
+ <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
-->
-
+
+ <!-- Test Smartphone -->
+ <script src="static/res/js/incdetectmobile.js"></script>
+ <script>
+ if (IsSmartphone()) { location.href = "mindex.html"; }
+ </script>
+ <!-- Metanav FranceTV -->
+ <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
+
+ <link rel="stylesheet" href="static/res/css/style_1024.css" />
+
</head>
<body>
<!-- div content - site takes the full height of browser -->
- <div id="content" class="full_screen pointer" onClick="gotoChoice();">
+ <div id="content" class="full_hightScreen pointer" onClick="gotoChoice();">
<!--this div empty allows the element content_vcentering to be vertically aligned -->
<div class="strut"></div><!--
this comment corrects the white-space (display: inline);
- --><section class="fullScreen_vcentering container_vcentering inter_choice">
+ --><section id="inter_choice" class="fullScreen_vcentering container_vcentering">
<!-- pour changer la tranparance tu accedes à la class ="box_transparance" et tu changes 'opacity: 0;' maintenat c'est 'opacity : 1;' -->
<div class="box_vcentering box_transparance big_txt">
<p>3 ÉCRANS</p>
@@ -32,20 +41,23 @@
</section>
</div>
- <!-- Metanav FranceTV -->
<!-- JavaScript -->
<script src="static/res/js/jquery-1.8.2.min.js"></script>
<script>
$(function() {
- $('.box_transparance').animate({
+
+ setTimeout(function() {
+ $('.box_transparance').animate({
opacity: 0,
- }, 10000, function() {
+ }, 4000, function() {
gotoChoice();
});
+ }, 2500);
+
});
var gotoChoice = function() {
location.href = "choix.html";
}
- </script>
+ </script>
</body>
</html>
\ No newline at end of file