integ/iri-buzz.html
author veltr
Mon, 06 May 2013 18:38:13 +0200
changeset 65 b13a409f01dc
parent 64 2937fe1ba865
child 66 a77532772aa4
permissions -rw-r--r--
Some refactoring
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
<!--[if IE 7]>	<html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
<!--[if IE 9]><html class="no-js ie9" lang="en"><![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"><!--<![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
<head>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
<meta charset="utf-8" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
<title>Cinegift Buzz</title>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
<meta name="description" content="" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
<meta name="viewport" content="width=980" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
<link rel="stylesheet" href="css/default.css" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
<link rel="stylesheet" href="css/reset.css" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
<link rel="stylesheet" href="css/styles.css" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
<!-- IRI CSS -->
42
3a2328ffd759 Refactor
veltr
parents: 41
diff changeset
    17
<link rel="stylesheet" href="iri/css/iri-buzz.css" />
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
<!-- Renkan CSS -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
<link rel="stylesheet" href="renkan/css/renkan.css" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
<!-- Custom scrollbars CSS -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
<link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
<script src="js/libs/modernizr-2.5.3.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
</head>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
<body class="profile">
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
<!--[if lt IE 9]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
	<header>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
		<h1><img src="img/logo.png" alt="AlloCiné LAB" class="logo" /></h1>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
		<nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
			<ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
				<li><a href="social.html">Social</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
				<li><a href="index.html">Discover</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
				<li><a href="#">Profile</a></li>
41
8d64ffdaf5e3 résolution problème scrollbar firefox
Anthony Ly <anthonyly.com@gmail.com>
parents: 31
diff changeset
    34
				<li><a href="#">Cadeaux</a></li>
8d64ffdaf5e3 résolution problème scrollbar firefox
Anthony Ly <anthonyly.com@gmail.com>
parents: 31
diff changeset
    35
				<li class="current"><a href="#">Buzz</a></li>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
			</ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
		</nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
		
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
		<section class="connect">
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
		<div class="connected_profiles">
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
			<span>Angelo Chiacchio</span> 
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
			<img src="img/profil.jpg" alt="photo de profil" />
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
		</div><!-- /connected_profiles -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
		
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
		<span class="logout">loggout</span>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
	</section>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
		<!-- /connect -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
	</header>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
64
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    52
	<div>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
		<section class="central">
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
			<div class="wrap-buzz">
29
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    56
30
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    57
				<div class="timeline-head clearfix">
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    58
					<div class="timeline-head-wrap">
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    59
						<div class="timer-wrap clearfix">
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    60
							<div class="timer-bar">
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    61
								<div class="timer-bar-value"></div>
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    62
								<ul class="hours">
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    63
								</ul>
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    64
							</div>
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    65
						</div>
64
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    66
						<a href="#" class="control-button restart" title="Rejouer">
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    67
                            <i></i>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    68
                        </a>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    69
                        <a href="#" class="control-button play-pause pause" title="Pause">
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    70
                            <i></i>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    71
                        </a>
29
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    72
					</div>
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    73
				</div>
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    74
54
faf1e584551c new api now
veltr
parents: 49
diff changeset
    75
				<div id="data-viz">Chargement de la liste de films</div>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
				<ul class="posters clearfix"></ul>
30
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    77
				
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
			</div>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
		</section>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
		<!-- /central -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
	</div>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
	<!-- /main -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
	<footer>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
		<nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
			<ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
				<li><a href="#">Mes goûts</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
				<li class="current"><a href="#">Ma vitrine</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
				<li><a href="wishlist.html">Mes envies</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
				<li><a href="ratings.html">Mes notes</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
				<li><a href="not_interested.html">Pas intéressé</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
			</ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
		</nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
			<a href="#" class="logofoot" ><img src="img/logo-footer.png" alt="Cinégift" /></a>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
	</footer>
60
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    97
	
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    98
    <div id="comment">
64
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
    99
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   100
    </div>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   101
    
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   102
    <div id="comment-modal">
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   103
        <h3>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   104
            <span class="comment-count">n</span>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   105
            opinions sur
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   106
            &laquo;&nbsp;<span class="comment-subject">Titre du Film</span>&nbsp;&raquo;
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   107
            de
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   108
            <span class="comment-start">00:00</span>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   109
            à
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   110
            <span class="comment-end">00:00</span>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   111
        </h3>
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   112
        <div class="comment-list"></div>
63
9d95cc8b861b Added Overlay information
veltr
parents: 62
diff changeset
   113
    </div>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
64
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   115
<script src="renkan/lib/underscore-min.js"></script>
65
b13a409f01dc Some refactoring
veltr
parents: 64
diff changeset
   116
<script src="iri/js/vs.0.1-min.js"></script>
64
2937fe1ba865 Added opinion feed
veltr
parents: 63
diff changeset
   117
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
<script src="js/libs/jquery-ui-1.8.21.custom.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
<script type='text/javascript' src='js/jquery.simplemodal.js'></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
<script src="js/jquery.mousewheel.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
<!-- custom scrollbars plugin -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
<script src="js/jquery.mCustomScrollbar.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
42
3a2328ffd759 Refactor
veltr
parents: 41
diff changeset
   125
<script src="iri/js/iri-buzz.js"></script>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
</body>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
</html>