web/choix_2.html
changeset 43 21a791340354
parent 42 01415303372e
child 44 f905a56cc7e6
--- a/web/choix_2.html	Tue Dec 11 17:39:04 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr">
-	<head>
-		<meta charset="utf-8">
-		<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="stylesheet" href="static/res/css/style_1024.css" /> 
-		<!-- stylesheet for ipad 3 
-		<link rel="stylesheet" href="static/res/css/style_2048.css" /> 
-		-->
-		
-	</head>
-	<body>
-		<!-- div content - site takes the full height of browser -->	
-		<div id="content" class="full_screen">
-			<!--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 choix">
-					<div id="choix2" class="box_vcentering white big_txt">
-						<p><a onClick="incChoice.selectWord('actif');">Actif</a></p>
-						<p><a onClick="incChoice.selectWord('passif');">Passif</a></p>
-						<p><a onClick="incChoice.selectWord('corps');">Corps</a></p>
-						<p><a onClick="incChoice.selectWord('charité');">Charité</a></p>
-						<p><a onClick="incChoice.selectWord('patrie');">Patrie</a></p>
-						<p><a onClick="incChoice.selectWord('politique');">Politique</a></p>
-					</div>
-				</section>
-				
-				<!-- il faut regler comment on nome ici les id. j'aimerai changer id="main" mais je ne sai pas si je peux
-				-->
-				<section id="main" class="mosaic_choice">
-		            <canvas id="mosaic" width="100" height="100"></canvas> 			
-				</section>	
-		</div>	
-
-		<!-- Metanav FranceTV 	-->
-		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
-		<!-- JavaScript -->
-       	<script src="static/res/js/jquery-1.8.2.min.js"></script>        
-       	<script src="static/res/js/jquery.cookie.js"></script>        	      
-        <script src="static/res/js/ease.js"></script>        
-        <script src="static/res/js/incresize.js"></script>
-        <script src="static/res/js/incmosaic.js"></script>
-        <script src="static/res/js/incchoice.js"></script>        
-        <script>
-            $(function() {
-            	// Init the resize object
-            	incResize.init("content", null, "mosaic", null, null, 130, 1920/809, null, incMosaic.registerPostNewCanvasSize);
-
-            	// Set the mosaic effect
-            	incChoice.setMosaicEffect(["choix2fond1.jpg", "choix2fond2.jpg", "choix2fond3.jpg"],
-            								["choix3fond1.jpg", "choix3fond2.jpg", "choix3fond3.jpg"],
-            								"choix_3.html");
-            	incChoice.currentWorldIndex = 1;
-            });        
-        </script>		
-	</body>
-</html>
\ No newline at end of file