web/clear_choix.html
changeset 78 8c3f0b94d056
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/clear_choix.html	Wed Jan 16 08:26:00 2013 +0100
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="fr">
+	<head>
+		<meta charset="utf-8">
+		<title>The End - @todo</title>
+		
+		<meta name="description" content="@todo">
+		<link rel="icon" href="static/res/img/favicon.ico" />		
+		
+		<!-- 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_hightScreen">
+		
+			<!--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">
+					<div class="box_vcentering box_transparance big_txt">
+						<p>EFFACEMENT DE L'ENREGISTREMENT DES TIRAGES DE VIDEOS</p>
+					</div>
+			</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/incchoice.js"></script>
+        <script>
+            $(function() {
+            	// Set the mosaic effect
+            	incChoice.clearAllVideosChoices();
+            });
+        </script>		
+	</body>
+</html>
\ No newline at end of file