| author | cavaliet |
| Tue, 27 Nov 2012 13:56:35 +0100 | |
| changeset 62 | 86be3b51a1fd |
| parent 58 | 293d6aee8964 |
| child 65 | 60a1e58b0a08 |
| permissions | -rw-r--r-- |
|
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 | 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 | 6 |
<meta name="description" content="Interface d'édition de Hashcuts (Mashups vidéo cliquables)" /> |
7 |
<meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" /> |
|
8 |
<meta name="author" content="Anthony Ly, Raphaël Velt" /> |
|
9 |
<title>Hashcut > Edition</title> |
|
| 22 | 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 | 17 |
|
18 |
<div class="wrap-header-top"> |
|
19 |
<div class="wrap-header-top-content"> |
|
| 13 | 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 | 22 |
</div><!-- wrap-header-top --> |
23 |
||
24 |
||
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 | 28 |
<!-- popin user --> |
29 |
||
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
30 |
<div class="popin user info" id="user"> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
31 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
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"> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
33 |
<h2>Mashup75</h2> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
34 |
<h3>mash@cinecast.fr</h3> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
35 |
<a href="#" class="nb-hashcut">12 Hashcuts</a> |
| 15 | 36 |
<p> |
37 |
<a href="#" class="change-account button">Changer de compte</a> |
|
38 |
</p> |
|
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
39 |
</div> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
40 |
</div><!-- popin user info--> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
41 |
|
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
42 |
<div class="popin user signup" id="user"> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
43 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
44 |
<div class="popin-content"> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
45 |
<h2>Créer un compte :</h2> |
| 16 | 46 |
<form action="#" class="signup-form"> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
47 |
<p> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
48 |
<label for="signup-pseudo">Pseudonyme : </label> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
49 |
<input type="text" id="signup-pseudo" name="" /> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
50 |
</p> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
51 |
<p > |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
52 |
<label for="signup-email">Email : </label> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
53 |
<input type="text" id="signup-email" name="" /> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
54 |
</p> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
55 |
<p > |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
56 |
<label for="signup-password">Mot de passe : </label> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
57 |
<input type="password" id="signup-password" name="" /> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
58 |
</p> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
59 |
<p> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
60 |
<label for="signup-password">Confirmer le mot de passe : </label> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
61 |
<input type="password" id="signup-password" name="" /> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
62 |
</p> |
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
63 |
<p> |
| 16 | 64 |
<input class="button" type="submit" value="Créer le compte"> |
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
65 |
</p> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
66 |
</form> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
67 |
|
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
68 |
</div> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
69 |
</div><!-- popin user signup--> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
70 |
|
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
71 |
<div class="popin user login" id="user"> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
72 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
73 |
<div class="popin-content"> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
74 |
<h2>Connexion :</h2> |
| 16 | 75 |
<form action="#" class="login-form"> |
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
76 |
<p> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
77 |
<label for="signup-pseudo">E-mail : </label> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
78 |
<input type="text" id="signup-pseudo" name="" /> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
79 |
</p> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
80 |
<p > |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
81 |
<label for="signup-email">Mot de passe : </label> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
82 |
<input type="password" id="signup-email" name="" /> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
83 |
</p> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
84 |
<p> |
| 15 | 85 |
<input class="button" type="submit" value="Se connecter"> |
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
86 |
</p> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
87 |
<p> |
| 15 | 88 |
<a class="button signup-button" href="#">Créer un compte</a> |
|
3
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
89 |
</p> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
90 |
</form> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
91 |
|
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
92 |
</div> |
|
338f10af79dd
ajout du bloc segmentation
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
93 |
</div><!-- popin user login--> |
| 44 | 94 |
|
95 |
<!-- /popin user --> |
|
96 |
||
97 |
<!-- popin update-title --> |
|
98 |
<div class="popin update-title" id="update-title"> |
|
99 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
100 |
<div class="popin-content"> |
|
101 |
<form class="clearfix" action="#" id="hashcut-form" method=""> |
|
102 |
<p> |
|
103 |
<label for="hashcut-title">Titre :</label> |
|
104 |
<input type="text" id="hashcut-title" name="" value="Hashcut sans titre" /> |
|
105 |
</p> |
|
106 |
<p> |
|
107 |
<label for="hashcut-description">Description :</label> |
|
108 |
<textarea name="" id="hashcut-description"></textarea> |
|
109 |
</p> |
|
110 |
</form> |
|
111 |
</div> |
|
112 |
</div> |
|
113 |
<!-- /popin update-title --> |
|
114 |
||
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
115 |
<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
|
116 |
<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
|
117 |
<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
|
118 |
</a></h1> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
119 |
<div class="title-video-wrap"> |
| 43 | 120 |
<p class="title-video"> |
121 |
<a title="Modifier le titre et la description" class="open-popin" href="#update-title">Hashcut sans titre</a> |
|
122 |
</p> |
|
| 27 | 123 |
<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
|
124 |
</div> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
125 |
<div class="profil-wrap"> |
|
53
9d80aeae789b
update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents:
50
diff
changeset
|
126 |
<ul class="space-top"> |
|
9d80aeae789b
update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents:
50
diff
changeset
|
127 |
<li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li> |
|
9d80aeae789b
update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents:
50
diff
changeset
|
128 |
<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
|
129 |
</ul> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
130 |
</div> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
131 |
</div><!-- header --> |
| 44 | 132 |
</div> <!-- wrap-header --> |
133 |
||
134 |
<div class="wrapper"> |
|
135 |
<div class="wrap"> |
|
136 |
<div class="content clearfix"> |
|
137 |
||
138 |
<div class="col-left"> |
|
139 |
<div class="left-head"> |
|
140 |
<h2>Sélectionner les vidéos</h2> |
|
141 |
<input type="text" name="" placeholder="Rechercher une vidéo" /> |
|
| 15 | 142 |
</div> |
| 44 | 143 |
<ul class="list-video"> |
144 |
||
145 |
</ul> |
|
146 |
</div><!-- col-left --> |
|
| 5 | 147 |
|
| 44 | 148 |
<div class="col-middle empty-mode"> |
149 |
||
150 |
<div class="col-middle-header"> |
|
151 |
<a href="#" class="tab tab-segment">Segmenter <span class="tab-media-title"></span></a> |
|
152 |
<a href="#" class="tab tab-pvw">Prévisualiser</a> |
|
| 22 | 153 |
</div> |
| 23 | 154 |
|
| 44 | 155 |
<div class="video"> |
156 |
<div class="tutorial"> |
|
157 |
<h2>Créer un Hashcut, c’est facile !</h2> |
|
158 |
<ol> |
|
159 |
<li>Commencez par choisir une vidéo dans le volet de gauche</li> |
|
160 |
<li>Créez un segment dans la vidéo et profitez-en pour annoter votre segment</li> |
|
161 |
<li>Ajoutez votre segment à la liste, réorganisez les segments entre eux</li> |
|
162 |
<li>Rajoutez quelques commentaires à votre Hashcut. Vous êtes prêts à publier !</li> |
|
163 |
</ol> |
|
| 29 | 164 |
</div> |
| 44 | 165 |
<div class="video-wait"></div> |
166 |
<a class="publier-button disable" title="Publier" href="#"></a> |
|
| 42 | 167 |
</div> |
| 29 | 168 |
|
| 44 | 169 |
<div class="widget"> |
170 |
<div class="Ldt-Slider-Container"> |
|
171 |
<div class="Ldt-Slider"></div> |
|
172 |
</div> |
|
173 |
<div class="Ldt-Slider-Time">00:00</div> |
|
174 |
||
175 |
<div class="Ldt-Ctrl"> |
|
176 |
<div class="Ldt-Ctrl-Left"> |
|
177 |
<div class="Ldt-Ctrl-button Ldt-Ctrl-Play Ldt-Ctrl-Play-PlayState" title="Lecture/Pause"></div> |
|
178 |
<div class="Ldt-Ctrl-spacer"></div> |
|
179 |
<div class="Ldt-Ctrl-InOutBlock"> |
|
180 |
<div class="Ldt-Ctrl-button Ldt-Ctrl-SetIn" title="Débuter le segment ici"></div> |
|
181 |
<div class="Ldt-Ctrl-spacer"></div> |
|
182 |
<div class="Ldt-Ctrl-button Ldt-Ctrl-SetOut" title="Finir le segment ici"></div> |
|
183 |
<div class="Ldt-Ctrl-spacer"></div> |
|
184 |
</div> |
|
| 32 | 185 |
</div> |
| 44 | 186 |
<div class="Ldt-Ctrl-Right"> |
187 |
<div class="Ldt-Ctrl-spacer"></div> |
|
188 |
<div class="Ldt-Ctrl-Time"> |
|
189 |
<div class="Ldt-Ctrl-Time-Elapsed" title="Temps écoulé">00:00</div> |
|
190 |
<div class="Ldt-Ctrl-Time-Separator">/</div> |
|
191 |
<div class="Ldt-Ctrl-Time-Total" title="Temps total">00:00</div> |
|
192 |
</div> |
|
193 |
<div class="Ldt-Ctrl-spacer"></div> |
|
194 |
<div class="Ldt-Ctrl-button Ldt-Ctrl-Sound Ldt-Ctrl-Sound-Full" title="Couper/Activer le son"></div> |
|
| 32 | 195 |
</div> |
| 44 | 196 |
<div class="Ldt-Ctrl-Volume-Control" title="Changer le volume"> |
197 |
<div class="Ldt-Ctrl-Volume-Bar"></div> |
|
198 |
</div> |
|
| 43 | 199 |
</div> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
200 |
|
| 18 | 201 |
</div> |
| 44 | 202 |
|
203 |
<div class="bloc-segmentation"> |
|
204 |
<div class="Ldt-Slice"></div> |
|
205 |
<div class="segmentation"> |
|
| 29 | 206 |
<div class="pointer-padder"> |
207 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
208 |
</div> |
|
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
209 |
<div class="popin-content"> |
| 44 | 210 |
<div class="validate"> |
211 |
<div class="validate-tooltip"></div> |
|
212 |
</div> |
|
213 |
<h2> |
|
214 |
<span class="create-or-edit">Créer un nouveau segment</span> |
|
215 |
de |
|
216 |
<span class="time-tangle tangle-start"></span> |
|
217 |
à |
|
218 |
<span class="time-tangle tangle-end"></span> |
|
219 |
(durée: |
|
220 |
<span class="time-tangle tangle-duration"></span>) |
|
221 |
</h2> |
|
222 |
<form action="#" id="segment-form"> |
|
223 |
<div class="form-segment-left"> |
|
224 |
<p> |
|
225 |
<label for="segment-title">Titre :</label> |
|
226 |
<input type="text" id="segment-title" /> |
|
227 |
</p> |
|
228 |
<p> |
|
229 |
<label for="segment-tags">Tags :</label> |
|
230 |
<ul id="segment-tags"></ul> |
|
231 |
</p> |
|
232 |
</div> |
|
233 |
<div class="form-segment-right"> |
|
234 |
<p> |
|
235 |
<label for="segment-description">Description :</label> |
|
236 |
<textarea id="segment-description"></textarea> |
|
237 |
</p> |
|
238 |
</div> |
|
239 |
<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
|
240 |
|
| 44 | 241 |
</form> |
242 |
</div> |
|
243 |
</div><!-- popin segmentation --> |
|
244 |
||
245 |
<div class="media-segments self-media-segments"> |
|
246 |
<h2>Mes segments sur ce média :</h2> |
|
247 |
<div class="media-segments-list"> |
|
248 |
</div> |
|
249 |
</div> |
|
250 |
||
251 |
<div class="media-segments other-media-segments"> |
|
252 |
<h2>Segments existants sur ce média :</h2> |
|
253 |
<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
|
254 |
</div> |
| 18 | 255 |
</div> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
256 |
|
| 44 | 257 |
</div><!-- bloc-segmentation --> |
258 |
||
259 |
<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
|
260 |
|
| 44 | 261 |
<div class="frise mashup-frise"> |
262 |
<div class="frise-overflow"> |
|
263 |
<div class="frise-segments"> |
|
264 |
</div> |
|
265 |
<div class="frise-indications"> |
|
266 |
</div> |
|
267 |
</div> |
|
268 |
<div class="frise-position"></div> |
|
269 |
<div class="mashup-tooltip segment-tooltip-wrapper"> |
|
270 |
<div class="segment-tooltip"></div> |
|
271 |
<div class="segment-tooltip-tip"></div> |
|
| 32 | 272 |
</div> |
| 44 | 273 |
|
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
274 |
</div> |
| 44 | 275 |
|
276 |
<div class="segment-info mashup-description"> |
|
277 |
<div class="pointer-padder"> |
|
278 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
279 |
</div> |
|
280 |
<div class="popin-content"> |
|
281 |
<ul class="tools"> |
|
282 |
<li><a title="Éditer" class="edit" href="#"></a></li> |
|
283 |
</ul> |
|
| 25 | 284 |
|
| 44 | 285 |
<h2><span class="annotation-title"></span></h2> |
286 |
<table> |
|
287 |
<tbody> |
|
288 |
<tr> |
|
289 |
<th>Extrait de :</th> |
|
290 |
<td><span class="annotation-media-title"></span> (<span class="annotation-time annotation-begin"></span> - <span class="annotation-time annotation-end"></span>)</td> |
|
291 |
</tr> |
|
292 |
<tr> |
|
293 |
<th>Description :</th> |
|
294 |
<td><span class="annotation-description"></span></td> |
|
295 |
</tr> |
|
296 |
<tr> |
|
297 |
<th>Tags :</th> |
|
298 |
<td><span class="annotation-tags"></span></td> |
|
299 |
</tr> |
|
300 |
</tbody> |
|
301 |
</table> |
|
302 |
</div> |
|
303 |
</div> |
|
304 |
</div><!-- bloc-pvw --> |
|
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
305 |
|
| 44 | 306 |
</div><!-- col-middle --> |
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
307 |
|
| 44 | 308 |
<div class="col-right"> |
309 |
<div class="liste-segment"> |
|
310 |
<div class="validate critical"> |
|
311 |
<div class="validate-tooltip"></div> |
|
312 |
</div> |
|
313 |
<h2>Liste des segments</h2> |
|
314 |
<div class="frise mashup-frise"> |
|
315 |
<p class="aucun-segment">Aucun segment</p> |
|
316 |
<div class="frise-overflow"> |
|
317 |
<div class="frise-segments"> |
|
318 |
</div> |
|
319 |
<div class="frise-indications"> |
|
320 |
</div> |
|
321 |
</div> |
|
322 |
<div class="mashup-tooltip segment-tooltip-wrapper"> |
|
323 |
<div class="segment-tooltip"></div> |
|
324 |
<div class="segment-tooltip-tip"></div> |
|
325 |
</div> |
|
326 |
||
327 |
</div> |
|
328 |
</div> |
|
329 |
||
330 |
<ul class="list-video organize-segments"> |
|
331 |
||
332 |
</ul> |
|
333 |
</div><!-- col-right --> |
|
334 |
||
335 |
</div><!-- content --> |
|
336 |
||
337 |
<div class="footer clearfix"> |
|
338 |
<ul class="links-left"> |
|
339 |
<li><a href="#">Mentions légales</a></li> |
|
340 |
<li><a href="#">Contacts</a></li> |
|
341 |
</ul> |
|
342 |
<ul class="links-right"> |
|
| 54 | 343 |
<li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li> |
344 |
<li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li> |
|
| 44 | 345 |
<li>© 2012</li> |
346 |
</ul> |
|
347 |
</div><!-- footer --> |
|
348 |
</div><!-- wrap --> |
|
349 |
</div><!-- wrapper --> |
|
350 |
||
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
351 |
<!-- JavaScript --> |
| 13 | 352 |
<script type="text/javascript" src="lib/jquery.min.js"></script> |
353 |
<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
|
354 |
<script type="text/javascript" src="lib/tag-it.js"></script> |
| 13 | 355 |
<script type="text/javascript" src="lib/underscore-min.js"></script> |
356 |
<script type="text/javascript" src="lib/popcorn-complete.min.js"></script> |
|
| 50 | 357 |
<script type="text/javascript" src="js/hashcut.js"></script> |
| 58 | 358 |
<script type="text/javascript" src="js/common.js"></script> |
| 27 | 359 |
<script type="text/javascript"> |
| 49 | 360 |
|
361 |
IriSP.endpoints = { |
|
362 |
content: "/pf/ldtplatform/api/ldt/1.0/contents/", |
|
363 |
project: "/pf/ldtplatform/api/ldt/1.0/projects/", |
|
364 |
segment: "/pf/ldtplatform/api/ldt/1.0/segments/", |
|
365 |
ldt: "http://capsicum//pf/ldtplatform/ldt/cljson/id/", |
|
366 |
hashcut_page: "hashcut.html?project=" |
|
367 |
}; |
|
368 |
|
|
| 27 | 369 |
$(function() { |
| 42 | 370 |
var hashcut = IriSP.editor({ |
| 43 | 371 |
//url: "data/bpidata.json", |
| 49 | 372 |
//url: "data/moon-local.json", |
373 |
filter: { |
|
374 |
tags__icontains: "Hashcut" |
|
375 |
} |
|
| 42 | 376 |
}); |
| 27 | 377 |
}); |
378 |
</script> |
|
|
2
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
379 |
</body> |
|
25e1f60979ae
1ere partie de l'intégration de la page édition
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
380 |
</html> |