integration/hashcut.html
author veltr
Tue, 06 Nov 2012 11:46:20 +0100
changeset 33 8540daf61fb0
parent 31 165284801055
child 35 e05bf75a29f6
permissions -rw-r--r--
Merge with 165284801055d49787081c6ec895047ff4726255
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
<html>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
    <head>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
        <meta charset="utf-8">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
        <meta name="description" content="Interface d'édition de Hashcuts (Mashups vidéo cliquables)" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
        <meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
        <meta name="author" content="Anthony Ly, Raphaël Velt" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
        <title>Hashcut &gt; Hashcut</title>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
        <link rel="stylesheet" href="lib/jquery-ui.css" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
        <link rel="stylesheet" href="css/reset.css" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
        <link rel="stylesheet" href="css/common.css" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
        <link rel="stylesheet" href="css/hashcut.css" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
    </head>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
    <body>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
        <div class="wrap">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
            <div class="wrap-header">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
                <a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
            </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
            <div class="header">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
                <!-- popin header -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
                <div class="popin update-title" id="update-title">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                    <div class="popin-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                        <form class="clearfix" action="#" method="">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                            <div class="form-left">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                                <p class="titre-wrap">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                                    <label for="hashcut-title">Titre :</label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
                                    <input type="text" id="hashcut-title" name="" value="Hashcut sans titre" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                                </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                                <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
                                    <label for="hashcut-tags">Tags :</label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                                    <input type="text" id="hashcut-tags" name="" value="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                                </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                            </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                            <p class="form-right">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                                <label for="hashcut-description">Description :</label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                                <textarea name="" id="hashcut-description"></textarea>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                        </form>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                </div><!-- popin update-title -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                <div class="popin user info" id="user">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                    <div class="popin-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                        <h2>Mashup75</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                        <h3>mash@cinecast.fr</h3>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                        <a href="#" class="nb-hashcut">12 Hashcuts</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                        <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                            <a href="#" class="change-account button">Changer de compte</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                        </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
                </div><!-- popin user info-->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
                <div class="popin user signup" id="user">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
                    <div class="popin-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                        <h2>Créer un compte :</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                        <form action="#" class="signup-form">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                                <label for="signup-pseudo">Pseudonyme : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                                <input type="text" id="signup-pseudo" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                            <p >
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                                <label for="signup-email">Email : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                                <input type="text" id="signup-email" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                            <p >
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                                <label for="signup-password">Mot de passe : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                                <input type="password" id="signup-password" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                                <label for="signup-password">Confirmer le mot de passe : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                                <input type="password" id="signup-password" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                                <input class="button" type="submit" value="Créer le compte">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                        </form>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
   
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                </div><!-- popin user signup-->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                <div class="popin user login" id="user">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                    <div class="popin-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                        <h2>Connexion :</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                        <form action="#" class="login-form">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                                <label for="signup-pseudo">E-mail : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                                <input type="text" id="signup-pseudo" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                            <p >
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                                <label for="signup-email">Mot de passe : </label>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                                <input type="password" id="signup-email" name="" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
                                <input class="button" type="submit" value="Se connecter">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
                            <p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
                                <a class="button signup-button" href="#">Créer un compte</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                            </p>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
                        </form>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
   
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                </div><!-- popin user login-->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                    <span>Le Mashup<br />Cliquable</span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
                </a></h1>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
                <div class="title-video-wrap">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
                    <a title="Modifier le titre et la description" href="#">Hashcut sans titre</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
                </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                <div class="profil-wrap">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                    <a href="#" class="all-hashcut">Tous les Hashcuts</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
                    <a href="#user" class="my-profil open-popin">Mon profil</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
                </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
            </div><!-- header -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
            
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
            <div class="content clearfix">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
                <div class="left-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
                    <h2>Lire le Hashcut</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
                    <div class="bloc-video">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
                        <div class="video"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
                        <div class="widget">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
                        <div class="Ldt-Slider-Container" style="height: 6.29154px; margin-top: -2.29154px; overflow: hidden;">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
                            <div class="Ldt-Slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all"><div class="ui-slider-range ui-widget-header ui-slider-range-min" style="width: 0%;"></div><a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 0%; height: 8.29154px; width: 8.29154px; margin-left: -5.14577px; overflow: hidden;"></a></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                        </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
                        <div class="Ldt-Slider-Time" style="display: none; left: 51.5px;">07:17</div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   133
    
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
                        <div class="Ldt-Ctrl">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
                            <div class="Ldt-Ctrl-Left">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
                                <div title="Lecture" class="Ldt-Ctrl-button Ldt-Ctrl-Play Ldt-Ctrl-Play-PlayState"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
                                <div class="Ldt-Ctrl-spacer"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                                <div class="Ldt-Ctrl-InOutBlock">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                                    <div title="Débuter le segment ici" class="Ldt-Ctrl-button Ldt-Ctrl-SetIn"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                                    <div class="Ldt-Ctrl-spacer"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                                    <div title="Finir le segment ici" class="Ldt-Ctrl-button Ldt-Ctrl-SetOut"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                                    <div class="Ldt-Ctrl-spacer"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                                </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                            </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                            <div class="Ldt-Ctrl-Right">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                               <div class="Ldt-Ctrl-spacer"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
                               <div class="Ldt-Ctrl-Time">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
                                   <div title="Temps écoulé" class="Ldt-Ctrl-Time-Elapsed">00:00</div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   149
                                   <div class="Ldt-Ctrl-Time-Separator">/</div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   150
                                   <div title="Temps total" class="Ldt-Ctrl-Time-Total">1:03:30</div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   151
                               </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   152
                               <div class="Ldt-Ctrl-spacer"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   153
                               <div title="Couper le son" class="Ldt-Ctrl-button Ldt-Ctrl-Sound Ldt-TraceMe Ldt-Ctrl-Sound-Full"></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
                            </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   155
                            <div title="Changer le volume" class="Ldt-Ctrl-Volume-Control">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
                               <div class="Ldt-Ctrl-Volume-Bar ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all" title="Volume : 100%"><a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 100%;"></a></div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
                            </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
                        </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   159
                        
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   160
                    </div>
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   161
                        <div class="frise">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   162
                            <div class="frise-overflow">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   163
                                <div class="frise-segments">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   164
                                    <div style="background-color:#9467bd; left:0%; width:41.02564102564102%;" class="frise-segment"></div><div style="background-color:#d62728; left:41.02564102564102%; width:58.97435897435897%;" class="frise-segment"></div>
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   165
                                </div>
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   166
                                <div class="frise-indications">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   167
                                    <span style="left:12.82051282051282%;" class="frise-indication">15:00</span><span style="left:25.64102564102564%;" class="frise-indication">30:00</span><span style="left:38.46153846153846%;" class="frise-indication">45:00</span><span style="left:51.28205128205128%;" class="frise-indication">1:00:00</span><span style="left:64.1025641025641%;" class="frise-indication">1:15:00</span><span style="left:76.92307692307692%;" class="frise-indication">1:30:00</span><span style="left:89.74358974358974%;" class="frise-indication">1:45:00</span>
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   168
                                </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   169
                            </div>
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   170
                            <div class="frise-position"></div>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   171
                            
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   172
                        </div>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   173
                        <div class="segment-info mashup-description">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   174
                            <img alt="" src="img/popin-triangle.png" class="pointer" style="left: 50%;">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   175
                            <div class="popin-content">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   176
                                <h2><span class="annotation-title">Segment sans titre</span></h2>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   177
                                <table>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   178
                                    <tbody>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   179
                                        <tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   180
                                            <th>Extrait de :</th>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   181
                                            <td><span class="annotation-media-title">Firminy, le maire et l'architecte</span> (<span class="annotation-time annotation-begin">00:00</span> - <span class="annotation-time annotation-end">53:50</span>)</td>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   182
                                        </tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   183
                                        <tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   184
                                            <th>Description :</th>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   185
                                            <td><span class="annotation-description">Extrait de «&nbsp;Firminy, le maire et l'architecte&nbsp;»</span></td>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   186
                                        </tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   187
                                        <tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   188
                                            <th>Tags :</th>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   189
                                            <td><span class="annotation-tags">(fonctionnalité à venir)</span></td>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   190
                                        </tr>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   191
                                    </tbody>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   192
                                </table>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   193
                            </div>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   194
                        </div>
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   195
                    </div><!-- bloc-video -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   196
                </div><!-- left-content -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
                
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   198
                <div class="right-content">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   199
                    <h2>Plus d’informations</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   200
                    <div class="more-info-wrap clearfix">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   201
                        <table class="more-info ">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   202
                            <tbody>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   203
                                <tr class="info-title">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   204
                                    <th>Titre :</th>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   205
                                    <td><a href="#">Titre du Hashcut</a></td>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
                                </tr>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
                                <tr class="info-duration">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   208
                                    <th>Durée :</th>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   209
                                    <td>17:03</td>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   210
                                </tr>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   211
                                <tr class="info-author">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   212
                                    <th>Auteur : </th>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
                                    <td><a href="#">Hashcutter75</a></td>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
                                </tr>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
                                <tr class="info-description">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
                                    <th>Description : </th>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
                                    <td> An Atlas V rocket lofted the Juno spacecraft toward Jupiter from Space Launch Complex-41. The 4-ton Juno spacecraft will take five years to reach Jupiter on a mission to study its structure and decipher its history.</td>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
                                </tr>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
                                <tr class="info-tags">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
                                    <th>Tags : </th>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
                                    <td>Mashup, Création, Art</td>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
                                </tr>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
                            </tbody>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
                        </table>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
                        <a href="#" class="button cloner">Cloner le Hashcut</a>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   227
                    <h2>Médias utilisés dans le Hashcut</h2>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
                    <ul class="list-video">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   229
                        <li class="item-video">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
                            <img alt="Roms en errance" src="thumbnails/roms-80.jpg">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   231
                            <span class="video-info">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
                                <span class="title-video">Roms en errance</span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
                                <span class="author">Par : Bernard Kleindienst</span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
                                <span class="time-length">Durée : <span>1:09:00</span></span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
                                <span class="frise">
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   236
                                    <div class="frise-overflow">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   237
                                        <div class="frise-segments">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   238
                                            <div style="background-color:#9467bd; left:20%; width:41.02564102564102%;" class="frise-segment"></div>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   239
                                        </div>
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
                                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   241
                                </span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
                            </span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
                        </li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
                        <li class="item-video">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
                            <img alt="Roms en errance" src="thumbnails/roms-80.jpg">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
                            <span class="video-info">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
                                <span class="title-video">Roms en errance</span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
                                <span class="author">Par : Bernard Kleindienst</span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
                                <span class="time-length">Durée : <span>1:09:00</span></span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
                                <span class="frise">
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   251
                                    <div class="frise-overflow">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   252
                                        <div class="frise-segments">
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   253
                                            <div style="background-color:#9467bd; left:20%; width:41.02564102564102%;" class="frise-segment"></div>
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   254
                                        </div>
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   255
                                    </div>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
                                </span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
                            </span>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   258
                        </li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
                    </ul>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
                </div><!-- right-content -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
            </div><!-- content -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
            <div class="footer clearfix">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
                <ul class="links-left">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   268
                    <li><a href="#">Mentions légales</a></li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
                    <li><a href="#">Contacts</a></li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
                </ul>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
                <ul class="links-right">
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
                    <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
                    <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
                    <li>© 2012</li>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
                </ul>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
            </div><!-- footer -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
        </div><!-- wrap -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
        <!-- JavaScript -->
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   279
        <script type="text/javascript" src="lib/jquery.min.js"></script>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   281
        <script type="text/javascript" src="lib/underscore-min.js"></script>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
        <script type="text/javascript" src="lib/popcorn-complete.min.js"></script>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   283
        <script type="text/javascript" src="js/common.js"></script>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
    </body>
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
</html>