web/inter_choix.html
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Fri, 18 Jan 2013 17:57:30 +0100
changeset 87 b3188fe3729a
parent 78 8c3f0b94d056
permissions -rw-r--r--
problème de maj avec ce fichier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     1
<!DOCTYPE html>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     2
<html lang="fr">
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     3
	<head>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     4
		<meta charset="utf-8">
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     5
		<title>The End - @todo</title>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     6
		
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     7
		<meta name="description" content="@todo">
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
     8
		<link rel="icon" href="static/res/img/favicon.ico" />		
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     9
		
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    10
		<!-- Mobile Specific Metas -->		
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    11
		<meta name="viewport" content="user-scalable=no">
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    12
		<!--
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    13
		<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    14
		-->
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    15
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    16
		<!-- Test Smartphone  -->
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    17
	    <script src="static/res/js/incdetectmobile.js"></script>        
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    18
		<script>
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    19
			if (IsSmartphone()) { location.href = "mindex.html"; }	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    20
		</script>
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    21
		<!-- Metanav FranceTV 	-->
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    22
		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    23
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    24
		<link rel="stylesheet" href="static/res/css/style_1024.css" />
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    25
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    26
	</head>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    27
	<body>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    28
		<!-- div content - site takes the full height of browser -->	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    29
		<div id="content" class="full_hightScreen pointer" onClick="gotoChoice();">
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    30
		
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    31
			<!--this div empty allows the element content_vcentering to be vertically aligned -->
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    32
			<div class="strut"></div><!--
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    33
			this comment corrects the white-space (display: inline);
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    34
			--><section id="inter_choice" class="fullScreen_vcentering container_vcentering">
39
6605de5fe0bd mosaic effect done
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
    35
					<!-- pour changer la tranparance tu accedes à la class ="box_transparance" et tu changes 'opacity: 0;' maintenat c'est 'opacity : 1;' -->
41
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 40
diff changeset
    36
					<div class="box_vcentering box_transparance big_txt">
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 40
diff changeset
    37
						<p>3 ÉCRANS</p>
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 40
diff changeset
    38
						<p>CHOISISSEZ UN MOT PAR ÉCRANS</p>
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 40
diff changeset
    39
						<p>COMPOSEZ VOTRE FILM</p>
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    40
					</div>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    41
			</section>				
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    42
		</div>	
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    43
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    44
		<!-- JavaScript -->		
40
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    45
        <script src="static/res/js/jquery-1.8.2.min.js"></script> 
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    46
        <script>        
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    47
            $(function() {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    48
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    49
           		setTimeout(function() { 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    50
           			$('.box_transparance').animate({
40
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    51
				    	opacity: 0,
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    52
					  }, 4000, function() {
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 41
diff changeset
    53
					  	gotoChoice();
40
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    54
					 });
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    55
            	}, 2500);
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    56
40
f667f24b4a01 inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 39
diff changeset
    57
            });
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 41
diff changeset
    58
            var gotoChoice = function() {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 41
diff changeset
    59
				location.href = "choix.html";            	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 41
diff changeset
    60
            }
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 46
diff changeset
    61
        </script>
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    62
	</body>
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    63
</html>