integration/edition.html
author ymh <ymh.work@gmail.com>
Tue, 12 May 2015 14:31:28 +0200
changeset 162 71ceca278db9
parent 141 f1b68efb360a
permissions -rw-r--r--
Added tag V00.15 for changeset 66287a6da65a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
13
42c59d09670e display media list
veltr
parents: 7
diff changeset
     2
<html>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
    <head>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
        <meta charset="utf-8">
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
18
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
     6
        <meta name="description" content="Interface d'édition de Hashcuts (Mashups vidéo cliquables)" />
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
     7
        <meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" />
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
     8
        <meta name="author" content="Anthony Ly, Raphaël Velt" />
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
     9
        <title>Hashcut &gt; Edition</title>
22
bd904d592881 Started player integration
veltr
parents: 18
diff changeset
    10
        <link rel="stylesheet" href="lib/jquery-ui.css" />
41
3ec2343f2b85 Refactoring to have common code between editor and player
veltr
parents: 39
diff changeset
    11
        <link rel="stylesheet" href="lib/jquery.tagit.css" />
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
        <link rel="stylesheet" href="css/reset.css" />
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
    13
        <link rel="stylesheet" href="css/common.css" />
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
    14
        <link rel="stylesheet" href="css/edition.css" />
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
    </head>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
    <body>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    17
   
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    18
        <div class="wrap-header-top">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    19
            <div class="wrap-header-top-content">
13
42c59d09670e display media list
veltr
parents: 7
diff changeset
    20
                <a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
            </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    22
        </div><!-- wrap-header-top -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    23
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    24
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    25
        <div class="wrap-header"> 
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
            <div class="header">
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    28
            <!-- popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    29
            
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    30
                <div class="popin user" id="user">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 58
diff changeset
    31
                    <div class="pointer"></div>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
                    <div class="popin-content">
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    33
                        <div class="user-screen info">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    34
                            <h2>Mashup75</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    35
                            <h3>mash@cinecast.fr</h3>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    36
                            <a href="#" class="nb-hashcut">12 Hashcuts</a>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                            <p>
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    38
                                <a href="#" class="change-account button">Changer de compte</a>
3
338f10af79dd ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
    39
                            </p>
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    40
                        </div>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    41
                        <div class="user-screen signup hide">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    42
                            <h2>Créer un compte :</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    43
                            <form action="#" class="signup-form">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    44
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    45
                                    <label for="signup-pseudo">Pseudonyme : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    46
                                    <input type="text" id="signup-pseudo" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    47
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    48
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    49
                                    <label for="signup-email">Email : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    50
                                    <input type="text" id="signup-email" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    51
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    52
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    53
                                    <label for="signup-password">Mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    54
                                    <input type="password" id="signup-password" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    55
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    56
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    57
                                    <label for="signup-password">Confirmer le mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    58
                                    <input type="password" id="signup-password" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    59
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    60
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    61
                                    <input class="button" type="submit" value="Créer le compte">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    62
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    63
                            </form>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    64
                        </div>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    65
                        <div class="user-screen login hide">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    66
                            <h2>Connexion :</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    67
                            <form action="#" class="login-form">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    68
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    69
                                    <label for="signup-pseudo">E-mail : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    70
                                    <input type="text" id="signup-pseudo" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    71
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    72
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    73
                                    <label for="signup-email">Mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    74
                                    <input type="password" id="signup-email" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    75
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    76
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    77
                                    <input class="button" type="submit" value="Se connecter">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    78
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    79
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    80
                                    <a class="button signup-button" href="#">Créer un compte</a>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    81
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    82
                            </form>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
    83
                        </div>
3
338f10af79dd ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
    84
                    </div>
338f10af79dd ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
    85
                </div><!-- popin user login-->
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    86
                
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    87
            <!-- /popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    88
            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    89
            <!-- popin update-title -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    90
                <div class="popin update-title" id="update-title">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 58
diff changeset
    91
                    <div class="pointer"></div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    92
                    <div class="popin-content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    93
                        <form class="clearfix" action="#" id="hashcut-form" method="">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    94
                            <p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    95
                                <label for="hashcut-title">Titre :</label>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    96
                                <input type="text" id="hashcut-title" name="" value="Hashcut sans titre" />
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    97
                            </p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    98
                            <p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
    99
                                <label for="hashcut-description">Description :</label>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   100
                                <textarea name="" id="hashcut-description"></textarea>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   101
                            </p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   102
                        </form>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   103
                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   104
                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   105
            <!-- /popin update-title -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   106
                
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
3
338f10af79dd ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   108
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                    <span>Le Mashup<br />Cliquable</span>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                </a></h1>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                <div class="title-video-wrap">
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   112
                    <p class="title-video">
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   113
                        <a title="Modifier le titre et la description" class="open-popin" href="#update-title">Hashcut sans titre</a>
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   114
                    </p>
27
b2d068afdbd8 Mashup editing and preview
veltr
parents: 26
diff changeset
   115
                    <p class="time-length">Durée: <span class="mashup-total-duration">00:00</span></p>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                </div>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                <div class="profil-wrap">
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 50
diff changeset
   118
                    <ul class="space-top">
86
4857ac3892e3 Minor changes
veltr
parents: 73
diff changeset
   119
                        <li><a href="#" class="all-hashcut">Accueil</a></li>
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 50
diff changeset
   120
                        <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 50
diff changeset
   121
                    </ul>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
                </div>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
            </div><!-- header -->
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   124
        </div> <!-- wrap-header -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   125
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   126
        <div class="wrapper">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   127
            <div class="wrap">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   128
                <div class="content clearfix">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   129
                
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   130
                    <div class="col-left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   131
                        <div class="left-head">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   132
                            <h2>Sélectionner les vidéos</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   133
                            <input type="text" name="" placeholder="Rechercher une vidéo" />
15
56937307d7f4 cleaning css
veltr
parents: 14
diff changeset
   134
                        </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   135
                        <ul class="list-video">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   136
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   137
                        </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   138
                    </div><!-- col-left -->
5
9560f52f0979 maj edition
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   139
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   140
                    <div class="col-middle empty-mode">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   141
                        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   142
                        <div class="col-middle-header">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   143
                            <a href="#" class="tab tab-segment">Segmenter <span class="tab-media-title"></span></a>
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 69
diff changeset
   144
                            <a href="#" class="tab tab-pvw">Prévisualiser et publier</a>
22
bd904d592881 Started player integration
veltr
parents: 18
diff changeset
   145
                        </div>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 22
diff changeset
   146
                        
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   147
                        <div class="video">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   148
                            <div class="tutorial">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   149
                                <h2>Créer un Hashcut, c’est facile !</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   150
                                <ol>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   151
                                    <li>Commencez par choisir une vidéo dans le volet de gauche</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   152
                                    <li>Créez un segment dans la vidéo et profitez-en pour annoter votre segment</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   153
                                    <li>Ajoutez votre segment à la liste, réorganisez les segments entre eux</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   154
                                    <li>Rajoutez quelques commentaires à votre Hashcut. Vous êtes prêts à publier !</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   155
                                </ol>
29
5ce5e26091ea Various improvements
veltr
parents: 27
diff changeset
   156
                            </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   157
                            <div class="video-wait"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   158
                            <a class="publier-button disable" title="Publier" href="#"></a>
42
40909e8d6855 Commit before weekend
veltr
parents: 41
diff changeset
   159
                        </div>
29
5ce5e26091ea Various improvements
veltr
parents: 27
diff changeset
   160
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   161
                        <div class="widget">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   162
                            <div class="Ldt-Slider-Container">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   163
                                <div class="Ldt-Slider"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   164
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   165
                            <div class="Ldt-Slider-Time">00:00</div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   166
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   167
                            <div class="Ldt-Ctrl">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   168
                                <div class="Ldt-Ctrl-Left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   169
                                    <div class="Ldt-Ctrl-button Ldt-Ctrl-Play Ldt-Ctrl-Play-PlayState" title="Lecture/Pause"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   170
                                    <div class="Ldt-Ctrl-spacer"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   171
                                    <div class="Ldt-Ctrl-InOutBlock">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   172
                                        <div class="Ldt-Ctrl-button Ldt-Ctrl-SetIn" title="Débuter le segment ici"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   173
                                        <div class="Ldt-Ctrl-spacer"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   174
                                        <div class="Ldt-Ctrl-button Ldt-Ctrl-SetOut" title="Finir le segment ici"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   175
                                        <div class="Ldt-Ctrl-spacer"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   176
                                    </div>
32
47f9a2d63a0a Various UI improvements
veltr
parents: 29
diff changeset
   177
                                </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   178
                                <div class="Ldt-Ctrl-Right">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   179
                                   <div class="Ldt-Ctrl-spacer"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   180
                                   <div class="Ldt-Ctrl-Time">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   181
                                       <div class="Ldt-Ctrl-Time-Elapsed" title="Temps écoulé">00:00</div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   182
                                       <div class="Ldt-Ctrl-Time-Separator">/</div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   183
                                       <div class="Ldt-Ctrl-Time-Total" title="Temps total">00:00</div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   184
                                   </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   185
                                   <div class="Ldt-Ctrl-spacer"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   186
                                   <div class="Ldt-Ctrl-button Ldt-Ctrl-Sound Ldt-Ctrl-Sound-Full" title="Couper/Activer le son"></div>
32
47f9a2d63a0a Various UI improvements
veltr
parents: 29
diff changeset
   187
                                </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   188
                                <div class="Ldt-Ctrl-Volume-Control" title="Changer le volume">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   189
                                   <div class="Ldt-Ctrl-Volume-Bar"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   190
                                </div>
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   191
                            </div>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   192
                            
18
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
   193
                        </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   194
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   195
                        <div class="bloc-segmentation">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   196
                            <div class="Ldt-Slice"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   197
                            <div class="segmentation">
29
5ce5e26091ea Various improvements
veltr
parents: 27
diff changeset
   198
                                <div class="pointer-padder">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 58
diff changeset
   199
                                    <div class="pointer"></div>
29
5ce5e26091ea Various improvements
veltr
parents: 27
diff changeset
   200
                                </div>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   201
                                <div class="popin-content">
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   202
                                    <div class="validate">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   203
                                        <div class="validate-tooltip"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   204
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   205
                                    <h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   206
                                        <span class="create-or-edit">Créer un nouveau segment</span>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   207
                                        de
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   208
                                        <span class="time-tangle tangle-start"></span>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   209
                                        à
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   210
                                        <span class="time-tangle tangle-end"></span>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   211
                                        (durée:
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   212
                                        <span class="time-tangle tangle-duration"></span>)
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   213
                                    </h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   214
                                    <form action="#" id="segment-form">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   215
                                        <div class="form-segment-left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   216
                                            <p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   217
                                                <label for="segment-title">Titre :</label>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   218
                                                <input type="text" id="segment-title" />
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   219
                                            </p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   220
                                            <p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   221
                                                <label for="segment-tags">Tags :</label>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   222
                                                <ul id="segment-tags"></ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   223
                                            </p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   224
                                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   225
                                        <div class="form-segment-right">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   226
                                            <p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   227
                                                <label for="segment-description">Description :</label>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   228
                                                <textarea id="segment-description"></textarea>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   229
                                            </p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   230
                                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   231
                                        <input class="button add-segment" type="submit" value="Ajouter au Hashcut" />
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   233
                                    </form>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   234
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   235
                            </div><!-- popin segmentation -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   236
                            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   237
                            <div class="media-segments self-media-segments">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   238
                                <h2>Mes segments sur ce média :</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   239
                                <div class="media-segments-list">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   240
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   241
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   242
                            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   243
                            <div class="media-segments other-media-segments">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   244
                                <h2>Segments existants sur ce média :</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   245
                                <div class="media-segments-list">
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
                                </div>
18
c85b323f5174 Modifications to home
veltr
parents: 16
diff changeset
   247
                            </div>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   249
                        </div><!-- bloc-segmentation -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   250
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   251
                        <div class="bloc-pvw">
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   252
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   253
                            <div class="frise mashup-frise">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   254
                                <div class="frise-overflow">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   255
                                    <div class="frise-segments">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   256
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   257
                                    <div class="frise-indications">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   258
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   259
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   260
                                <div class="frise-position"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   261
                                <div class="mashup-tooltip segment-tooltip-wrapper">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   262
                                    <div class="segment-tooltip"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   263
                                    <div class="segment-tooltip-tip"></div>
32
47f9a2d63a0a Various UI improvements
veltr
parents: 29
diff changeset
   264
                                </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   265
                                
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
                            </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   267
                                
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   268
                                <div class="segment-info mashup-description">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   269
                                    <div class="pointer-padder">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 58
diff changeset
   270
                                        <div class="pointer"></div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   271
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   272
                                    <div class="popin-content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   273
                                        <ul class="tools">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   274
                                            <li><a title="Éditer" class="edit" href="#"></a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   275
                                        </ul>
25
eea45f9b124b commit before merge
veltr
parents: 23
diff changeset
   276
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   277
                                        <h2><span class="annotation-title"></span></h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   278
                                        <table>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   279
                                            <tbody>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   280
                                                <tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   281
                                                    <th>Extrait de :</th>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   282
                                                    <td><span class="annotation-media-title"></span> (<span class="annotation-time annotation-begin"></span> - <span class="annotation-time annotation-end"></span>)</td>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   283
                                                </tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   284
                                                <tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   285
                                                    <th>Description :</th>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   286
                                                    <td><span class="annotation-description"></span></td>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   287
                                                </tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   288
                                                <tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   289
                                                    <th>Tags :</th>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   290
                                                    <td><span class="annotation-tags"></span></td>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   291
                                                </tr>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   292
                                            </tbody>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   293
                                        </table>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   294
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   295
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   296
                        </div><!-- bloc-pvw -->
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   297
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   298
                    </div><!-- col-middle -->
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   299
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   300
                    <div class="col-right">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   301
                        <div class="liste-segment">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   302
                            <div class="validate critical">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   303
                                <div class="validate-tooltip"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   304
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   305
                            <h2>Liste des segments</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   306
                            <div class="frise mashup-frise">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   307
    							<p class="aucun-segment">Aucun segment</p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   308
                                <div class="frise-overflow">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   309
                                    <div class="frise-segments">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   310
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   311
                                    <div class="frise-indications">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   312
                                    </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   313
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   314
                                <div class="mashup-tooltip segment-tooltip-wrapper">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   315
                                    <div class="segment-tooltip"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   316
                                    <div class="segment-tooltip-tip"></div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   317
                                </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   318
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   319
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   320
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   321
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   322
                        <ul class="list-video organize-segments">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   323
                            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   324
                        </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   325
                    </div><!-- col-right -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   326
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   327
                </div><!-- content -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   328
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   329
                <div class="footer clearfix">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   330
                    <ul class="links-left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   331
                        <li><a href="#">Mentions légales</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   332
                        <li><a href="#">Contacts</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   333
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   334
                    <ul class="links-right">
54
aa0391d09b6f Links update
veltr
parents: 50
diff changeset
   335
                        <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
aa0391d09b6f Links update
veltr
parents: 50
diff changeset
   336
                        <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   337
                        <li>© 2012</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   338
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   339
                </div><!-- footer -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   340
            </div><!-- wrap -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   341
        </div><!-- wrapper -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   342
        
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   343
        <!-- JavaScript -->
13
42c59d09670e display media list
veltr
parents: 7
diff changeset
   344
        <script type="text/javascript" src="lib/jquery.min.js"></script>
42c59d09670e display media list
veltr
parents: 7
diff changeset
   345
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
41
3ec2343f2b85 Refactoring to have common code between editor and player
veltr
parents: 39
diff changeset
   346
        <script type="text/javascript" src="lib/tag-it.js"></script>
13
42c59d09670e display media list
veltr
parents: 7
diff changeset
   347
        <script type="text/javascript" src="lib/underscore-min.js"></script>
104
1b84c7b2aeee Added Translations
veltr
parents: 91
diff changeset
   348
        <script type="text/javascript" src="js/i18n.js"></script>
50
89e152523cb6 Improving media page
veltr
parents: 49
diff changeset
   349
        <script type="text/javascript" src="js/hashcut.js"></script>
58
293d6aee8964 Restore common.js
veltr
parents: 57
diff changeset
   350
        <script type="text/javascript" src="js/common.js"></script>
27
b2d068afdbd8 Mashup editing and preview
veltr
parents: 26
diff changeset
   351
        <script type="text/javascript">
49
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   352
        
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   353
    IriSP.endpoints = {
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   354
        content: "/pf/ldtplatform/api/ldt/1.0/contents/",
123
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   355
        //content: "data/bpidata2.json",
49
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   356
        project: "/pf/ldtplatform/api/ldt/1.0/projects/",
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   357
        segment: "/pf/ldtplatform/api/ldt/1.0/segments/",
109
3034776c1f35 Templatize endpoint urls in JS
veltr
parents: 104
diff changeset
   358
        ldt: "http://capsicum//pf/ldtplatform/ldt/cljson/id/__PROJECT_ID__",
3034776c1f35 Templatize endpoint urls in JS
veltr
parents: 104
diff changeset
   359
        hashcut_page: "hashcut.html?project=__PROJECT_ID__"
49
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   360
    };
a21b851538b2 Added Media page
veltr
parents: 44
diff changeset
   361
    
123
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   362
    IriSP.video_url_transform = function(oldurl) {
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   363
        var newurl = oldurl.replace(/mp4:/i,'');
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   364
        newurl = newurl.replace(/ddc_player\//i,'');
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   365
        newurl = newurl.replace(/rtmp/i,'http');
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   366
        newurl = newurl.replace('media.iri.centrepompidou.fr','ftv.iri-research.org')
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   367
        return newurl;
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   368
    };
679809037606 Changes in video handling, displayed metadata and search results
veltr
parents: 109
diff changeset
   369
    
27
b2d068afdbd8 Mashup editing and preview
veltr
parents: 26
diff changeset
   370
    $(function() {
42
40909e8d6855 Commit before weekend
veltr
parents: 41
diff changeset
   371
        var hashcut = IriSP.editor({
69
e56b4456668f Added CSRF Token and Username Option
veltr
parents: 65
diff changeset
   372
            csrf_token: "{{csrf_token}}",
e56b4456668f Added CSRF Token and Username Option
veltr
parents: 65
diff changeset
   373
            creator: "{{username}}",
e56b4456668f Added CSRF Token and Username Option
veltr
parents: 65
diff changeset
   374
            filter: {
e56b4456668f Added CSRF Token and Username Option
veltr
parents: 65
diff changeset
   375
                tags__icontains: "Hashcut"
e56b4456668f Added CSRF Token and Username Option
veltr
parents: 65
diff changeset
   376
            }
42
40909e8d6855 Commit before weekend
veltr
parents: 41
diff changeset
   377
       });
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
   378
       
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 86
diff changeset
   379
       $(".change-account").remove();
27
b2d068afdbd8 Mashup editing and preview
veltr
parents: 26
diff changeset
   380
    });
b2d068afdbd8 Mashup editing and preview
veltr
parents: 26
diff changeset
   381
        </script>
2
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   382
    </body>
25e1f60979ae 1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   383
</html>