integ/iri-buzz.html
author veltr
Fri, 03 May 2013 16:15:55 +0200
changeset 63 9d95cc8b861b
parent 62 1f6b7dce650c
child 64 2937fe1ba865
permissions -rw-r--r--
Added Overlay information
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
31
8efb37c41091 resolve scrollbar role="main"
Anthony Ly <anthonyly.com@gmail.com>
parents: 30
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>
62
1f6b7dce650c Added pause button
veltr
parents: 61
diff changeset
    66
                        <a href="#" class="control-button play-pause pause">Pause</a>
1f6b7dce650c Added pause button
veltr
parents: 61
diff changeset
    67
						<a href="#" class="control-button restart">Rejouer</a>
29
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    68
					</div>
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    69
				</div>
6917b55f901f update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 28
diff changeset
    70
54
faf1e584551c new api now
veltr
parents: 49
diff changeset
    71
				<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
    72
				<ul class="posters clearfix"></ul>
30
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    73
				
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    74
				
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
    75
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
			</div>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
		</section>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
		<!-- /central -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
	</div>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
	<!-- /main -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
	<footer>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
		<nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
			<ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
				<li><a href="#">Mes goûts</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
				<li class="current"><a href="#">Ma vitrine</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
				<li><a href="wishlist.html">Mes envies</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
				<li><a href="ratings.html">Mes notes</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
				<li><a href="not_interested.html">Pas intéressé</a></li>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
			</ul>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
		</nav>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
			<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
    94
	</footer>
60
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    95
	
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    96
    <div id="comment">
61
411c8eb7f574 Corrected bug in stars display
veltr
parents: 60
diff changeset
    97
        <div class="comment-content clearfix rate">
60
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    98
            <div class="avatar"><img src="" alt="Avatar" /></div>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
    99
            <div class="comment-right">
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   100
                <div class="comment-metadata">
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   101
                    <span class="username">{{auteur}}</span>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   102
                    <span class="date">{{Date}}</span>
61
411c8eb7f574 Corrected bug in stars display
veltr
parents: 60
diff changeset
   103
                    <ul class="stars-rating rate-5.0">
60
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   104
                        <li></li><li></li><li></li><li></li><li></li>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   105
                    </ul>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   106
                </div>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   107
                <p class="review-content">veut voir ce film.</p>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   108
            </div>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   109
        </div>
2169ca441eb3 Added Tooltips
veltr
parents: 57
diff changeset
   110
        <div class="comment-arrow"></div>
63
9d95cc8b861b Added Overlay information
veltr
parents: 62
diff changeset
   111
    </div>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
<script src="js/libs/jquery-1.7.1.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
<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
   115
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
<script type='text/javascript' src='js/jquery.simplemodal.js'></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
<script type="text/javascript" src="js/jquery.jcarousel.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
<!-- mousewheel plugin -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
<script src="js/jquery.mousewheel.min.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
<!-- custom scrollbars plugin -->
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
<script src="js/jquery.mCustomScrollbar.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
30
a96fd5fdc4b9 update buzz
Anthony Ly <anthonyly.com@gmail.com>
parents: 29
diff changeset
   123
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
<script type="text/javascript" src="js/script.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
41
8d64ffdaf5e3 résolution problème scrollbar firefox
Anthony Ly <anthonyly.com@gmail.com>
parents: 31
diff changeset
   126
<script src="renkan/lib/underscore-min.js"></script>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
<script src="js/vs/_VisualSedimentation.js"></script>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
42
3a2328ffd759 Refactor
veltr
parents: 41
diff changeset
   129
<script src="iri/js/iri-buzz.js"></script>
28
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
</body>
84719280c84d import VS lib
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
</html>