web/niv2_videoplayer.html
changeset 36 6cd5bc3dc7a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/niv2_videoplayer.html	Sun Dec 09 19:59:03 2012 +0100
@@ -0,0 +1,128 @@
+<!DOCTYPE html>
+<html lang="fr">
+	<head>
+		<meta charset="utf-8">
+		<title>The End niv2- @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" /> 
+		
+	</head>
+	<body>
+		<!-- div content - site takes the full height of browser -->	
+		<div id="content">
+			
+			<!-- div content_top - the elements takes the full height of "content_top" -->				
+			<div id="content_top">
+				
+				<header>
+					<div id="title_vp">
+						<a href="/" class= "link_prev link_img">
+							<img alt="Retour" src="static/res/img/footer/retour.png" />
+						</a><!-- this comment corrects the bug display: inline-block;
+						--><h1>Femme</h1>
+					</div>
+				</header>	
+				
+				<section>
+					
+					<div id="title_sequence" class="float_sequence">
+						<!-- Put real code -->
+						<!-- Test - to remove 
+						class="here" can be used to color txt in white
+						-->
+						<ul>
+							<li class="here"><a href="/">Titre séquence 1</a></li>
+							<li><a href="/">Titre séquence 2</a></li>
+							<li><a href="/">Titre séquence 3</a></li>
+							<li><a href="/">Titre séquence 4</a></li>
+							<li><a href="/">Titre séquence 5</a></li>
+							<li><a href="/">Titre séquence 6</a></li>
+							<li><a href="/">Titre séquence 7</a></li>
+							<li><a href="/">Titre séquence 8</a></li>
+							<li><a href="/">Titre séquence 9</a></li>
+						</ul>
+						<!--/Test-->
+					</div>	
+		            
+		            <!-- Video -->
+	            	<div id="video_sequence">
+	            		<video>
+	  						<p>Votre navigateur ne gère pas l'élément video @todo</p>
+						</video>
+	            	</div> 
+	            	<!-- /Video -->	
+					
+					<div id="tag_container" class="clearfix">
+						<div id="tag_sequence" class="float_sequence">
+							<!-- Put real code 
+							? calculating the width of 'tag_sequence' ul (100%- width of form_tag)-->
+							<!-- Test - to remove
+							-->
+							<ul>
+								<li><a href="/">Tag séquence 1</a></li>
+								<li><a href="/">Tag séquence 2</a></li>
+								<li><a href="/">Tag séquence 3</a></li>
+								<li><a href="/">Tag séquence 4</a></li>
+								<li><a href="/">Tag séquence 5</a></li>
+								<li><a href="/">Tag séquence 6</a></li>
+								<li><a href="/">Tag séquence 7</a></li>
+								<li><a href="/">Tag séquence 8</a></li>
+								<li><a href="/">Tag séquence 9</a></li>
+							</ul>				
+						</div>
+						
+						<form id="form_tag" action="/" method="get">
+							<input type="text" name="tag" value="Entrer vos tags ici" onfocus="if(this.value == this.defaultValue) this.value = '';" onblur="if(this.value == '') this.value = this.defaultValue;" /><!-- 
+							this comment corrects the white-space (display: inline);
+							--><input type="submit" value="OK" />
+				    	</form>
+					</div>
+				</section>
+			</div>
+			
+			<!-- Controls container -->
+			<footer id="controlContainer">
+				<!-- @todo JS the player disappears down the screen after 5 sec -->
+                <section id="controlbar">
+       				<div class="container_hcentering">
+       					<button id="btnInfo" class="btn">INFO</button>
+
+	       				<button id="btnSDHD" class="btn" onClick="/">SD/HD</button>
+	                    
+	                    <button id="btnBck" class="btn txt_hidden" onClick="/">Back</button>  
+
+	                    <div id="progressContainer">
+		                    
+		                    <div id="progressBar" class="progress_bar">
+		                    	<span id="progress" class="progress_bar"></span>
+		                    	<!--I use a single button, which will serve as a play button when the video is paused (or stopped) and a pause button when it's playing.
+		                    	-->
+		                    	<button id="btnPlayPause" class="btn txt_hidden" title="play" onClick="/">Play/Pause</button>
+		                	</div>
+		                    
+		                   	<ul id="progressTime">
+		                   		<!-- class="txt_white" can be used to color current time in white -->
+		                   		<li id="current" class="floatL">0'00"</li>
+		   						<li id="duration" class="floatR">10'00"</li>
+		   					</ul>
+						
+						</div>
+	                    
+	                    <button id="btnFwd" class="btn txt_hidden">Forward</button> 
+
+	                    <button id="btnChoice" class="btn">Choice</button>             
+                    </div>
+                </section>              
+            <!-- /Controlbar container -->
+			</footer>	
+		</div>	
+		<!-- Metanav FranceTV 	-->
+		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
+		<!-- JavaScript -->		
+	</body>	
+</html>
\ No newline at end of file