web/clear_choix.html
author ymh <ymh.work@gmail.com>
Tue, 12 Feb 2013 10:54:34 +0100
changeset 134 678b07d351ef
parent 78 8c3f0b94d056
permissions -rw-r--r--
Added tag V01.25 for changeset fe9ca5cd905e

<!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>