web/clear_choix.html
changeset 78 8c3f0b94d056
equal deleted inserted replaced
77:0055b4bee4e3 78:8c3f0b94d056
       
     1 <!DOCTYPE html>
       
     2 <html lang="fr">
       
     3 	<head>
       
     4 		<meta charset="utf-8">
       
     5 		<title>The End - @todo</title>
       
     6 		
       
     7 		<meta name="description" content="@todo">
       
     8 		<link rel="icon" href="static/res/img/favicon.ico" />		
       
     9 		
       
    10 		<!-- Mobile Specific Metas -->
       
    11 		<meta name="viewport" content="initial-scale=1.0, width=device-width" />
       
    12 		
       
    13 		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
       
    14 		<!-- stylesheet for ipad 3 
       
    15 		<link rel="stylesheet" href="static/res/css/style_2048.css" /> 
       
    16 		-->		
       
    17 	</head>
       
    18 	<body>
       
    19 		<!-- div content - site takes the full height of browser -->	
       
    20 		<div id="content" class="full_hightScreen">
       
    21 		
       
    22 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    23 			<div class="strut"></div><!--
       
    24 			this comment corrects the white-space (display: inline);
       
    25 			--><section class="fullScreen_vcentering container_vcentering">
       
    26 					<div class="box_vcentering box_transparance big_txt">
       
    27 						<p>EFFACEMENT DE L'ENREGISTREMENT DES TIRAGES DE VIDEOS</p>
       
    28 					</div>
       
    29 			</section>				
       
    30 		</div>	
       
    31 		
       
    32 		<!-- Metanav FranceTV 	-->
       
    33 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
       
    34 		<!-- JavaScript -->
       
    35         <script src="static/res/js/jquery-1.8.2.min.js"></script>        
       
    36        	<script src="static/res/js/jquery.cookie.js"></script>        	      
       
    37         <script src="static/res/js/incchoice.js"></script>
       
    38         <script>
       
    39             $(function() {
       
    40             	// Set the mosaic effect
       
    41             	incChoice.clearAllVideosChoices();
       
    42             });
       
    43         </script>		
       
    44 	</body>
       
    45 </html>