| author | Anthony Ly <anthonyly.com@gmail.com> |
| Thu, 06 Jun 2013 15:19:17 +0200 | |
| changeset 86 | e61b3adf46f2 |
| parent 84 | 9f481f896e60 |
| child 89 | 99d281de4f31 |
| permissions | -rw-r--r-- |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
1 |
<!DOCTYPE html> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
2 |
<html> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
3 |
<head> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
4 |
<meta charset="utf-8"> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
5 |
<title>Aix - Back office > Edition</title> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
6 |
<!--[if lt IE 9]> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
7 |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
8 |
<![endif]--> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
9 |
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
10 |
<link href="lib/jquery-ui/themes/base/minified/jquery-ui.min.css" rel="stylesheet"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
11 |
<link href="lib/CLEditor/jquery.cleditor.css" rel="stylesheet"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
12 |
<link href="lib/tag-it/css/jquery.tagit.css" rel="stylesheet"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
13 |
<link href="css/style.css" rel="stylesheet"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
14 |
</head> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
15 |
<body> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
16 |
<div class="wrap"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
17 |
<header> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
18 |
<div class="container"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
19 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
20 |
<div class="span3"><h1><a class="clearfix" href=""> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
21 |
<img src="img/60x40.gif" alt=""> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
22 |
<span> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
23 |
Doc<br/>Cliquable |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
24 |
</span> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
25 |
</a></h1></div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
26 |
<div class="span9"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
27 |
<ul class="breadcrumb nav-bar"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
28 |
<li> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
29 |
<a href="#"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
30 |
<i class="icon-file"></i> Projets |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
31 |
</a> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
32 |
<li><span class="divider">></span></li> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
33 |
</li> |
| 62 | 34 |
<li class="active"><i class="icon-folder-close-alt"></i> <span class="project-title-nav">Titre du projet azerty</span></li> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
35 |
<li><span class="divider">/</span></li> |
| 48 | 36 |
<a href=""><li class="active"><i class="icon-folder-close-alt"></i> Ressources</li></a> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
37 |
</ul> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
38 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
39 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
40 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
41 |
</header> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
42 |
<section> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
43 |
<div class="container"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
44 |
<div class="row project-head"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
45 |
<div class="span7"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
46 |
<div class="project-title-editor"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
47 |
<i class="icon-folder-close-alt"></i> |
| 62 | 48 |
<span class="project-title">Titre du projet</span> <i class="icon-pencil"></i> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
49 |
</div> |
| 62 | 50 |
|
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
51 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
52 |
<div class="span5 text-right project-action"> |
|
74
22aca5b735a2
edit and preview buttons on project div home page
Anthony Ly <anthonyly.com@gmail.com>
parents:
62
diff
changeset
|
53 |
<a href="#" class="btn disabled btn-apercu-projet"><i class="icon-eye-open"></i> Voir aperçu</a> |
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
54 |
<a href="#" class="btn btn-success btn-save-project"><i class="icon-save"></i> Sauvegarder le projet</a> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
55 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
56 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
57 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
58 |
<div class="span6"> |
|
36
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
59 |
<div class="video-wrap"> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
60 |
<div class="main-video"></div> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
61 |
<div class="annotations-display"> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
62 |
<div class="annotation-display-view"></div> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
63 |
<ul class="list-current-annotations"> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
64 |
|
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
65 |
</ul> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
66 |
</div> |
|
4c2428524c22
annotation display view
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
67 |
</div> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
68 |
<div class="timeline-annotations-wrap"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
69 |
<div class="indicateur-annotation"></div> |
| 62 | 70 |
<!--<div class="timeline-annotations"></div>--> |
71 |
<ul class="timeline-annotations"> |
|
72 |
||
73 |
</ul> |
|
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
74 |
</div> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
75 |
<!-- chapter-widget --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
76 |
<div class="chapter-widget"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
77 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
78 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
79 |
<div class="span6 chapitre-cut-wrap"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
80 |
<div class="indicateur-chapter"></div> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
81 |
<ul class="chapter-segments"></ul> |
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
82 |
<a href="#" class="btn btn-primary btn-cut-chapter"><i class="icon-flag"></i> <i class="icon-cut"></i><br/> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
83 |
<span class="info-time">0:00</span> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
84 |
</a> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
85 |
|
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
86 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
87 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
88 |
<div class="chapter-widget-info"> |
| 22 | 89 |
<!-- |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
90 |
<form action="#" class="form-chapter-edit"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
91 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
92 |
<div class="span3 text-right"> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
93 |
<input name="title" type="text"> |
|
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
94 |
<input name="tags" type="text" class="tag-it"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
95 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
96 |
<div class="span3"> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
97 |
<input type="hidden" name="begin"> |
|
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
98 |
<input type="hidden" name="duration"> |
|
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
99 |
<input type="hidden" name="end"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
100 |
<table class="table text-right"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
101 |
<thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
102 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
103 |
<th class="span1">Début</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
104 |
<th class="span1">Durée</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
105 |
<th class="span1">Fin</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
106 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
107 |
</thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
108 |
<tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
109 |
<tr> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
110 |
<td class="span1 begin">4:20</td> |
|
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
111 |
<td class="span1 duration">4:20</td> |
|
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
112 |
<td class="span1 end">4:20</td> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
113 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
114 |
</tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
115 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
116 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
117 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
118 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
119 |
<div class="span6 text-center"> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
120 |
<textarea class="" name="description" id=""></textarea> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
121 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
122 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
123 |
</form> |
| 22 | 124 |
--> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
125 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
126 |
<div class="list-chapter-wrap"> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
127 |
<h4><i class="icon-flag"></i> <i class="icon-th-list"></i> Liste des chapitres</h4> |
| 58 | 128 |
<table class="table" width="5000"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
129 |
<thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
130 |
<tr> |
| 58 | 131 |
<th>Titre</th> |
132 |
<th>Tags</th> |
|
133 |
<th class="wDuration">Début</th> |
|
134 |
<th class="wDuration">Durée</th> |
|
135 |
<th class="wDuration">Fin</th> |
|
136 |
<th>Actions</th> |
|
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
137 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
138 |
</thead> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
139 |
<tbody class="list-chapter-rows-wrap"> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
140 |
<!-- |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
141 |
<tr id="row-list-chapter-id1"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
142 |
<td>Titre d'un chapitre</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
143 |
<td>Tags, Tags, Tags</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
144 |
<td>79:55</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
145 |
<td>79:55</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
146 |
<td>79:55</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
147 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
148 |
<table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
149 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
150 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
151 |
<a href="" class="btn edit-chapter"><i class="icon-pencil"></i></a> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
152 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
153 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
154 |
<a data-title="Chapitre 1" href="#row-list-chapter-id1" class="btn btn-delete"><i class="icon-trash delete-annotation"></i></a> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
155 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
156 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
157 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
158 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
159 |
</tr> |
|
21
abd04f346dbe
delete row on enter key press in modal
Anthony Ly <anthonyly.com@gmail.com>
parents:
18
diff
changeset
|
160 |
--> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
161 |
</tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
162 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
163 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
164 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
165 |
</div><!-- /.chapter-widget --> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
166 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
167 |
<div class="span6 col-right"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
168 |
<!-- tab --> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
169 |
<ul class="nav nav-tabs" id="onglet-annotations"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
170 |
<li class="active"><a data-toggle="list-annotations" id="tab-list-annotation" href="#list-annotations"><i class="icon-bookmark"></i> Annotations</a></li> |
| 58 | 171 |
<!--<li><a href="#annotation-azerty"><i class="icon-film"></i> All <span class="close-tab">×</span></a> </li>--> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
172 |
</ul> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
173 |
|
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
174 |
<div class="tab-content"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
175 |
<!-- liste annotations --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
176 |
<div class="tab-pane active" id="list-annotations"> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
177 |
<div class="add-annotation-wrap section"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
178 |
<h4 class="title-section"><i class="icon-bookmark"></i> <i class="icon-plus"></i> Ajouter une annotation de type</h4> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
179 |
<div class="text-center"> |
| 48 | 180 |
<a href="#" title="Son" data-type="audio" class="btn open-tab"><i class="icon-volume-up"></i> Son</a> |
| 38 | 181 |
<a href="#" title="Vidéo" data-type="video" class="btn open-tab"><i class="icon-film"></i> Vidéo</a> |
| 42 | 182 |
<a href="#" title="Diaporama" data-type="slideshow" class="btn open-tab"><i class="icon-picture"></i> Diaporama</a> |
| 38 | 183 |
<a href="#" title="Texte" data-type="text" class="btn open-tab"><i class="icon-align-left"></i> Texte</a> |
| 48 | 184 |
<a href="#" title="Lien" data-type="links" class="btn open-tab"><i class="icon-link"></i> Liens</a> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
185 |
</div> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
186 |
</div> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
187 |
<div class="list-annotation-wrap"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
188 |
<h4><i class="icon-bookmark"></i> <i class="icon-th-list"></i> Liste des annotations</h4> |
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
189 |
<table class="table "> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
190 |
<thead> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
191 |
<tr> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
192 |
<th>Titre</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
193 |
<th>Type</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
194 |
<th>Début</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
195 |
<th>Durée</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
196 |
<th>Fin</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
197 |
<th>Actions</th> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
198 |
</tr> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
199 |
</thead> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
200 |
<tbody id="list-annotations-rows"> |
| 58 | 201 |
<!-- |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
202 |
<tr id="row-list-annotation-id1"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
203 |
<td>Titre annotation</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
204 |
<td>Vidéo</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
205 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
206 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
207 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
208 |
<td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
209 |
<a href="#" data-id="annotation-123" class="btn btn-edit-annotation" data-type="video"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
210 |
<i class="icon-pencil"></i></a> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
211 |
<a data-id="annotation-123" data-type="annotation" data-title="Annotation XYZ" href="#row-list-annotation-id1" class="btn btn-delete"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
212 |
<i class="icon-trash delete-annotation"></i> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
213 |
</a> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
214 |
</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
215 |
</tr> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
216 |
<tr id="row-list-annotation-id2"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
217 |
<td>Titre annotation</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
218 |
<td>Diaporama</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
219 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
220 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
221 |
<td>4:26</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
222 |
<td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
223 |
<a href="#" data-id="annotation-456" class="btn btn-edit-annotation" data-type="diaporama"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
224 |
<i class="icon-pencil "></i></a> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
225 |
<a data-id="annotation-456" data-type="annotation" data-title="Annotation XYZ" href="#row-list-annotation-id2" class="btn btn-delete"> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
226 |
<i class="icon-trash delete-annotation"></i> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
227 |
</a> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
228 |
</td> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
229 |
</tr> |
| 58 | 230 |
--> |
|
34
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
231 |
</tbody> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
232 |
</table> |
|
e3a17ec94cd8
edition annotation first part
Anthony Ly <anthonyly.com@gmail.com>
parents:
28
diff
changeset
|
233 |
</div> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
234 |
</div> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
235 |
<!-- exemple annotation all --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
236 |
<div class="tab-pane" id="annotation-azerty"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
237 |
<!-- head --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
238 |
<form action="#" class="form-info-general-annotation"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
239 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
240 |
<div class="span3 text-right"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
241 |
<input type="text" placeholder="Titre de l'annotation.."> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
242 |
<textarea name="" id=""></textarea> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
243 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
244 |
<div class="span3"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
245 |
<input type="text" placeholder="Titre de l'annotation.."> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
246 |
<table class="table text-right"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
247 |
<thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
248 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
249 |
<th class="span1">Début</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
250 |
<th class="span1">Durée</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
251 |
<th class="span1">Fin</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
252 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
253 |
</thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
254 |
<tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
255 |
<tr> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
256 |
<td id="id741-begin" class="span1">4:20</td> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
257 |
<td id="id741-duration" class="span1">4:20</td> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
258 |
<td id="id741-end" class="span1">4:20</td> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
259 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
260 |
</tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
261 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
262 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
263 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
264 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
265 |
<div class="span6 text-center"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
266 |
<div data-id="id741" id="id741" class="slider-duration"></div> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
267 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
268 |
<div class="span6 text-right"> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
269 |
<button data-id="id741" type="submit" class="btn btn-primary btn-save-annotation"> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
270 |
<i class="icon-save"></i> Enregistrer l'annotation |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
271 |
</button> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
272 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
273 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
274 |
</form> |
| 48 | 275 |
<!-- Liens --> |
276 |
<div class="edit-annotation-title row"> |
|
277 |
<h3 class="span3"><i class="icon-link"></i> Liens</h3> |
|
278 |
</div> |
|
279 |
<div class="row annotation-links-content"> |
|
280 |
<div class="span6"> |
|
281 |
<form class="form-horizontal"> |
|
282 |
<table class="table"> |
|
283 |
<thead> |
|
284 |
<tr> |
|
285 |
<th>URL</th> |
|
286 |
<th>Titre du lien</th> |
|
287 |
<th>Actions</th> |
|
288 |
</tr> |
|
289 |
</thead> |
|
290 |
<tbody> |
|
291 |
<tr> |
|
292 |
<td><input class="input-medium" type="text" placeholder="http://"></td> |
|
293 |
<td><input class="input-medium" type="text" placeholder="Titre du lien"></td> |
|
294 |
<td> |
|
295 |
<a class="btn" href="#"><i class="icon-trash"></i></a> |
|
296 |
<a class="btn" href="#"><i class="icon-plus"></i></a> |
|
297 |
</td> |
|
298 |
</tr> |
|
299 |
<tr> |
|
300 |
<td><input class="input-medium" type="text" placeholder="http://"></td> |
|
301 |
<td><input class="input-medium" type="text" placeholder="Titre du lien"></td> |
|
302 |
<td> |
|
303 |
<a class="btn" href="#"><i class="icon-trash"></i></a> |
|
304 |
<a class="btn" href="#"><i class="icon-plus"></i></a> |
|
305 |
</td> |
|
306 |
</tr> |
|
307 |
</tbody> |
|
308 |
</table> |
|
309 |
</form> |
|
310 |
</div> |
|
311 |
||
312 |
</div> |
|
|
35
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
313 |
<!-- Son --> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
314 |
<div class="edit-annotation-title row"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
315 |
<h3 class="span3"><i class="icon-volume-up"></i> Son</h3> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
316 |
</div> |
|
49
06627f23df42
show data annotations on tab open
Anthony Ly <anthonyly.com@gmail.com>
parents:
48
diff
changeset
|
317 |
<div class="row annotation-audio-content"> |
|
35
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
318 |
<div class="span6"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
319 |
<form class="form-horizontal"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
320 |
<div class="control-group"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
321 |
<label class="control-label" for="url-source">URL source :</label> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
322 |
<div class="controls"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
323 |
<input type="text" id="url-source" placeholder="http://"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
324 |
</div> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
325 |
</div> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
326 |
<div class="control-group"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
327 |
<label class="control-label" for="embed">Code embed :</label> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
328 |
<div class="controls"> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
329 |
<textarea name="" id="embed" cols="30" rows="10"></textarea> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
330 |
</div> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
331 |
</div> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
332 |
</form> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
333 |
</div> |
|
6eb0de10e9f8
delete / edit / new annotation head
Anthony Ly <anthonyly.com@gmail.com>
parents:
34
diff
changeset
|
334 |
</div> |
| 48 | 335 |
|
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
336 |
<!-- vidéo --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
337 |
<div class="edit-annotation-title row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
338 |
<h3 class="span3"><i class="icon-film"></i> Vidéo</h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
339 |
<span class="span3"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
340 |
Ajouter une vidéo |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
341 |
<a data-type-media="video" data-id="annotation-azerty" data-title="Ajouter une vidéo" class="btn btn-success open-modal" href="modal-bibliotheque-video.html"><i class="icon-plus"></i></a> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
342 |
</span> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
343 |
</div> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
344 |
<div class="row annotation-video-content"> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
345 |
<div class="span6"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
346 |
<img src="img/460x345.gif" alt=""> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
347 |
<table class="table"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
348 |
<tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
349 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
350 |
<th>Titre</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
351 |
<td>Titre de la vidéo Azerty</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
352 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
353 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
354 |
<th>Date</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
355 |
<td>14 / 05 / 2016</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
356 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
357 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
358 |
<th>Durée</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
359 |
<td>25 m 35 s</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
360 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
361 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
362 |
<th>Description</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
363 |
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem iste blanditiis ducimus sint nemo aspernatur rem hic facere culpa dolore quis itaque magni voluptates aliquid veritatis non harum quo libero.</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
364 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
365 |
</tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
366 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
367 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
368 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
369 |
|
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
370 |
<!-- html --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
371 |
<div class="edit-annotation-title row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
372 |
<h3 class="span3"><i class="icon-link"></i> Html</h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
373 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
374 |
<div class="row edit-annotation-html"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
375 |
<div class="span6"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
376 |
<textarea class="" name="" id="" cols="30" rows="10"></textarea> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
377 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
378 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
379 |
<div class="span6 text-right"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
380 |
<a href="#" class="btn btn-html-apercu"><i class="icon-eye-open"></i> Aperçu</a> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
381 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
382 |
<div class="html-apercu span6"></div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
383 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
384 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
385 |
|
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
386 |
<!-- text --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
387 |
<div class="edit-annotation-title row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
388 |
<h3 class="span3"><i class="icon-align-left"></i> Texte</h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
389 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
390 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
391 |
<div class="span6 wysiwyg-wrap"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
392 |
<textarea class="wysiwyg" name="" id="" cols="30" rows="10"></textarea> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
393 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
394 |
</div> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
395 |
<!-- diaporama --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
396 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
397 |
<div class="edit-annotation-title row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
398 |
<h3 class="span3"><i class="icon-picture"></i> Diaporama</h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
399 |
<span class="span3"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
400 |
Ajouter une image |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
401 |
<a data-type-media="image" data-diaporama="diaporama-id1" data-title="Ajouter une image" class="btn btn-success open-modal" href="modal-bibliotheque-image.html"><i class="icon-plus"></i></a> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
402 |
</span> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
403 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
404 |
<div class="row config-diaporama"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
405 |
<form action=""> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
406 |
<div class="span3"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
407 |
<label for="">Diaporama :</label> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
408 |
<div class="btn-group" data-toggle="buttons-radio"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
409 |
<button type="button" class="btn btn-primary">Manuel</button> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
410 |
<button type="button" class="btn btn-primary active">Auto</button> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
411 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
412 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
413 |
<div class="span3"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
414 |
<label for="">Durée image : </label> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
415 |
<input pattern="[0-9]*" class="span1 number-spin" type="text" value="1"> sec |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
416 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
417 |
</form> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
418 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
419 |
<div class="row"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
420 |
<div class="span6"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
421 |
<table class="table"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
422 |
<thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
423 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
424 |
<th>Aperçu</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
425 |
<th>Titre</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
426 |
<th>Description</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
427 |
<th>Actions</th> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
428 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
429 |
</thead> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
430 |
<tbody id="diaporama-id1" class="list-image-diaporama ui-sortable"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
431 |
<tr id="rid-id1" class="row-image-diaporama"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
432 |
<td><img src="img/60x60.gif" alt=""> </td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
433 |
<td>Titre annotation 1</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
434 |
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officiis aliquid non placeat consequuntur fugit minima.</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
435 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
436 |
<table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
437 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
438 |
<td><a data-type-media="image" data-title="Modifier une image" class="btn open-modal" href="modal-image.html"><i class="icon-pencil"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
439 |
<td><a data-title="une image" href="#rid-id1" class="btn btn-delete"><i class="icon-trash"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
440 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
441 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
442 |
<td><a href="" class="btn btn-sort down"><i class="icon-angle-down"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
443 |
<td><a href="" class="btn btn-sort up"><i class="icon-angle-up"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
444 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
445 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
446 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
447 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
448 |
<tr id="rid-id2" class="row-image-diaporama"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
449 |
<td><img src="img/60x60.gif" alt=""> </td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
450 |
<td>Titre annotation 2</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
451 |
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officiis aliquid non placeat consequuntur fugit minima.</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
452 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
453 |
<table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
454 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
455 |
<td><a href="" class="btn"><i class="icon-pencil"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
456 |
<td><a href="" class="btn"><i class="icon-trash"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
457 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
458 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
459 |
<td><a href="" class="btn btn-sort down"><i class="icon-angle-down"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
460 |
<td><a href="" class="btn btn-sort up"><i class="icon-angle-up"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
461 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
462 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
463 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
464 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
465 |
<tr id="rid-id3" class="row-image-diaporama"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
466 |
<td><img src="img/60x60.gif" alt=""> </td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
467 |
<td>Titre annotation 3</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
468 |
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officiis aliquid non placeat consequuntur fugit minima.</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
469 |
<td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
470 |
<table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
471 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
472 |
<td><a href="" class="btn"><i class="icon-pencil"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
473 |
<td><a href="" class="btn"><i class="icon-trash"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
474 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
475 |
<tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
476 |
<td><a href="" class="btn btn-sort down"><i class="icon-angle-down"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
477 |
<td><a href="" class="btn btn-sort up"><i class="icon-angle-up"></i></a></td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
478 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
479 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
480 |
</td> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
481 |
</tr> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
482 |
</tbody> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
483 |
</table> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
484 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
485 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
486 |
|
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
487 |
</div><!-- /exemple annotation all --> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
488 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
489 |
</div><!-- /.tab-content --> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
490 |
</div><!-- /.col-right --> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
491 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
492 |
</div><!-- /.container --> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
493 |
</section> |
| 48 | 494 |
<footer> |
495 |
<a href="#" class="log-annotations">Log annotations</a> - <a href="#" class="log-chapters">Log chapitres</a> |
|
496 |
</footer> |
|
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
497 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
498 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
499 |
<!-- modal --> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
500 |
<div id="modal-template" class="modal hide fade popup" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
501 |
<div class="modal-header"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
502 |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
503 |
<h3></h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
504 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
505 |
<div class="modal-body"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
506 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
507 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
508 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
509 |
|
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
510 |
<div id="modal-confirm" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
511 |
<div class="modal-header"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
512 |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
513 |
<h3><i class="icon-warning-sign"></i> Confirmation de la suppression</h3> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
514 |
</div> |
|
55
cedadc7d039a
modal delete in html title update
Anthony Ly <anthonyly.com@gmail.com>
parents:
53
diff
changeset
|
515 |
<div class="modal-body"> |
|
cedadc7d039a
modal delete in html title update
Anthony Ly <anthonyly.com@gmail.com>
parents:
53
diff
changeset
|
516 |
<p>Êtes-vous sûr de vouloir supprimer <strong class="titleMedia"></strong> ?</p> |
|
cedadc7d039a
modal delete in html title update
Anthony Ly <anthonyly.com@gmail.com>
parents:
53
diff
changeset
|
517 |
</div> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
518 |
<div class="modal-footer"> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
519 |
<button class="btn" data-dismiss="modal" aria-hidden="true">Annuler</button> |
|
74
22aca5b735a2
edit and preview buttons on project div home page
Anthony Ly <anthonyly.com@gmail.com>
parents:
62
diff
changeset
|
520 |
<a id="btn-delete-modal" class="btn btn-primary">Supprimer</a> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
521 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
522 |
</div> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
523 |
|
| 62 | 524 |
<div id="templates"> |
525 |
<script id="tpl-head" type="text/html"> |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
526 |
<form action="#" class="form-info-general-annotation" data-id="{{id}}"> |
|
74
22aca5b735a2
edit and preview buttons on project div home page
Anthony Ly <anthonyly.com@gmail.com>
parents:
62
diff
changeset
|
527 |
|
| 62 | 528 |
<div class="row"> |
529 |
<div class="span3 text-right"> |
|
530 |
<input type="text" placeholder="Titre de l'annotation.." name="title" value="{{title}}"> |
|
531 |
<textarea id="" name="description">{{description}}</textarea> |
|
532 |
</div> |
|
533 |
<div class="span3"> |
|
534 |
<input type="text" class="tag-it" data-type="annotation" value="{{keywords}}"> |
|
535 |
<table class="table text-right"> |
|
536 |
<thead> |
|
537 |
<tr> |
|
538 |
<th class="span1">Début</th> |
|
539 |
<th class="span1">Durée</th> |
|
540 |
<th class="span1">Fin</th> |
|
541 |
</tr> |
|
542 |
</thead> |
|
543 |
<tbody> |
|
544 |
<tr> |
|
545 |
<td id="{{id}}-begin" class="span1">{{begin}}</td> |
|
546 |
<td id="{{id}}-duration" class="span1">{{getDuration}}</td> |
|
547 |
<td id="{{id}}-end" class="span1">{{end}}</td> |
|
548 |
</tr> |
|
549 |
</tbody> |
|
550 |
</table> |
|
551 |
</div> |
|
552 |
</div> |
|
553 |
<div class="row"> |
|
554 |
<div class="span6 text-center"> |
|
555 |
<div data-id="{{id}}" id="" class="slider-duration"></div> |
|
556 |
</div> |
|
557 |
<div class="span6 text-right"> |
|
|
74
22aca5b735a2
edit and preview buttons on project div home page
Anthony Ly <anthonyly.com@gmail.com>
parents:
62
diff
changeset
|
558 |
<a class="btn btn-danger btn-delete btn-delete-annotation" data-id="{{id}}" data-no-render> |
| 62 | 559 |
<i class="icon-trash"></i> Delete |
560 |
</a> |
|
561 |
<a class="btn btn-primary btn-save-annotation" data-id="{{id}}"> |
|
562 |
<i class="icon-ok"></i> Ok |
|
563 |
</a> |
|
564 |
</div> |
|
565 |
</div> |
|
566 |
</form> |
|
567 |
</script> |
|
568 |
||
569 |
<script id="tpl-onglet" type="text/html"> |
|
570 |
<li id="onglet-{{id}}"> |
|
571 |
<a data-id="{{id}}" data-toggle="annotation" href="#tab-annotation-{{id}}"> |
|
572 |
<i class="icon-{{iconTab}}"></i> |
|
573 |
<span id="onglet-title-{{id}}">{{title}}</span> |
|
574 |
<span class="close-tab">×</span> |
|
575 |
</a> |
|
576 |
</li> |
|
577 |
</script> |
|
578 |
||
579 |
<script id="tpl-audio" type="text/html"> |
|
580 |
<div class="edit-annotation-title row"> |
|
581 |
<h3 class="span3"><i class="icon-volume-up"></i> Son</h3> |
|
582 |
</div> |
|
583 |
<div class="row annotation-audio-content"> |
|
584 |
<div class="span6"> |
|
585 |
<form class="form-horizontal"> |
|
586 |
<div class="control-group"> |
|
587 |
<label class="control-label" for="url-source-{{id}}">URL source :</label> |
|
588 |
<div class="controls"> |
|
589 |
<input type="text" value="{{content.url}}" name="url" id="url-source-{{id}}" placeholder="http://"> |
|
590 |
</div> |
|
591 |
</div> |
|
592 |
<div class="control-group"> |
|
593 |
<label class="control-label" for="embed-{{id}}">Code embed :</label> |
|
594 |
<div class="controls"> |
|
595 |
<textarea name="embedcode" id="embed-{{id}}" cols="30" rows="10">{{content.embedcode}}</textarea> |
|
596 |
</div> |
|
597 |
</div> |
|
598 |
</form> |
|
599 |
</div> |
|
600 |
</div> |
|
601 |
</script> |
|
602 |
||
603 |
<script id="tpl-video" type="text/html"> |
|
604 |
<div class="edit-annotation-title row"> |
|
605 |
<h3 class="span3"><i class="icon-film"></i> Vidéo</h3> |
|
606 |
<span class="span3"> |
|
607 |
Ajouter une vidéo |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
608 |
<a data-id="annotation-{{id}}" data-type-media="video" data-title="Ajouter une vidéo" class="btn btn-success open-modal" href="modal-bibliotheque-video.html" data-hide-add-new><i class="icon-plus"></i></a> |
| 62 | 609 |
</span> |
610 |
</div> |
|
611 |
<div class="row annotation-video-content"> |
|
612 |
||
613 |
</div> |
|
614 |
</script> |
|
615 |
||
616 |
<script id="tpl-html" type="text/html"> |
|
617 |
<div class="edit-annotation-title row"> |
|
618 |
<h3 class="span3"><i class="icon-link"></i> Html</h3> |
|
619 |
</div> |
|
620 |
<div class="row edit-annotation-html"> |
|
621 |
<div class="span6"> |
|
622 |
<textarea class="" name="" id="" cols="30" rows="10"></textarea> |
|
623 |
</div> |
|
624 |
<div class="span6 text-right"> |
|
625 |
<a href="#" class="btn btn-html-apercu"><i class="icon-eye-open"></i> Aperçu</a> |
|
626 |
</div> |
|
627 |
<div class="html-apercu span6"></div> |
|
628 |
</div> |
|
629 |
</script> |
|
630 |
||
631 |
<script id="tpl-text" type="text/html"> |
|
632 |
<div class="edit-annotation-title row"> |
|
633 |
<h3 class="span3"><i class="icon-align-left"></i> Texte</h3> |
|
634 |
</div> |
|
635 |
<div class="row"> |
|
636 |
<div class="span6 wysiwyg-wrap"> |
|
637 |
<textarea class="wysiwyg" name="" id="" cols="30" rows="10">{{content.text}}</textarea> |
|
638 |
</div> |
|
639 |
</div> |
|
640 |
</script> |
|
641 |
||
642 |
<script id="tpl-slideshow" type="text/html"> |
|
643 |
<div class="edit-annotation-title row"> |
|
644 |
<h3 class="span3"><i class="icon-picture"></i> Diaporama</h3> |
|
645 |
<span class="span3"> |
|
646 |
Ajouter une image |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
647 |
<a data-type-media="image" data-diaporama="diaporama-{{id}}" data-title="Ajouter une image" class="btn btn-success open-modal" href="modal-bibliotheque-image.html" data-hide-add-new><i class="icon-plus"></i></a> |
| 62 | 648 |
</span> |
649 |
</div> |
|
650 |
<div class="row config-diaporama"> |
|
651 |
<form action=""> |
|
652 |
<div class="span3"> |
|
653 |
<label for="">Diaporama :</label> |
|
654 |
<div class="btn-group" data-toggle="buttons-radio"> |
|
655 |
<button type="button" data-autostart="false" class="{{^content.autostart}}active{{/content.autostart}} btn btn-primary btn-autostart">Manuel</button> |
|
656 |
<button type="button" class="{{#content.autostart}}active{{/content.autostart}} btn btn-primary btn-autostart" data-autostart="true">Auto</button> |
|
657 |
</div> |
|
658 |
</div> |
|
659 |
<div class="span3"> |
|
660 |
<label for="">Durée image : </label> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
661 |
<input pattern="[0-9]*" class="span1 number-spin" type="text" name="duration" value="{{content.slideduration}}"> sec |
| 62 | 662 |
</div> |
663 |
</form> |
|
664 |
</div> |
|
665 |
<div class="row"> |
|
666 |
<div class="span6"> |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
667 |
<table class="table table-striped"> |
| 62 | 668 |
<thead> |
669 |
<tr> |
|
670 |
<th>Aperçu</th> |
|
671 |
<th>Titre</th> |
|
672 |
<th>Description</th> |
|
673 |
<th>Actions</th> |
|
674 |
</tr> |
|
675 |
</thead> |
|
676 |
<tbody id="diaporama-{{id}}" class="list-image-diaporama ui-sortable"> |
|
677 |
||
678 |
</tbody> |
|
679 |
</table> |
|
680 |
</div> |
|
681 |
</div> |
|
682 |
</script> |
|
683 |
||
684 |
<script id="tpl-links" type="text/html"> |
|
685 |
<div class="edit-annotation-title row"> |
|
686 |
<h3 class="span3"><i class="icon-link"></i> Liens</h3> |
|
687 |
</div> |
|
688 |
<div class="row annotation-links-content"> |
|
689 |
<div class="span6"> |
|
690 |
<form class="form-horizontal"> |
|
691 |
<table class="table"> |
|
692 |
<thead> |
|
693 |
<tr> |
|
694 |
<th>URL</th> |
|
695 |
<th>Titre du lien</th> |
|
696 |
<th>Actions</th> |
|
697 |
</tr> |
|
698 |
</thead> |
|
699 |
<tbody data-id="{{id}}" class="links-rows"> |
|
700 |
||
701 |
</tbody> |
|
702 |
<tfoot> |
|
703 |
<tr> |
|
704 |
<td colspan="3"><a class="btn btn-success add-link" href="#"><i class="icon-plus"></i> Ajouter un lien</a></td> |
|
705 |
</tr> |
|
706 |
</tfoot> |
|
707 |
</table> |
|
708 |
</form> |
|
709 |
</div> |
|
710 |
</div> |
|
711 |
</script> |
|
712 |
||
713 |
<script id="tpl-links-row" type="text/html"> |
|
714 |
<tr> |
|
715 |
<td><input class="input-medium url-link" type="text" value="{{url}}" placeholder="http://"></td> |
|
716 |
<td><input class="input-medium title-link" type="text" value="{{title}}" placeholder="Titre du lien"></td> |
|
717 |
<td> |
|
718 |
<a class="btn delete-link" href="#"><i class="icon-trash"></i> </a> |
|
719 |
</td> |
|
720 |
</tr> |
|
721 |
</script> |
|
722 |
||
723 |
<script id="tpl-diaporama-row" type="text/html"> |
|
724 |
<tr id="rid-{{ridid}}" class="row-image-diaporama"> |
|
725 |
<td class="image-slideshow-row"><img data-url="{{url}}" src="{{url}}" alt=""> </td> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
726 |
<td class="title-slideshow-row" data-input="input" data-name="title"> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
727 |
<span>{{title}}</span> <i class="icon-pencil"></i> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
728 |
</td> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
729 |
<td class="description-slideshow-row" data-input="textarea" data-name="description"> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
730 |
<span>{{description}}</span> <i class="icon-pencil"></i> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
731 |
</td> |
| 62 | 732 |
<td> |
733 |
<table> |
|
734 |
<tr> |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
735 |
<td> |
|
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
736 |
<a data-title="une image" href="#rid-{{id}}" class="btn btn-delete-image"><i class="icon-trash"></i></a> |
|
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
737 |
</td> |
|
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
738 |
<td><a href="#" class="btn btn-sort up"><i class="icon-angle-up"></i></a></td> |
| 62 | 739 |
</tr> |
740 |
<tr> |
|
|
79
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
741 |
<td></td> |
|
5dfa74fcec4b
show current annotation edit in timeline
Anthony Ly <anthonyly.com@gmail.com>
parents:
74
diff
changeset
|
742 |
<td><a href="#" class="btn btn-sort down"><i class="icon-angle-down"></i></a></td> |
| 62 | 743 |
</tr> |
744 |
</table> |
|
745 |
</td> |
|
746 |
</tr> |
|
747 |
</script> |
|
748 |
||
749 |
<script id="tpl-video-row" type="text/html"> |
|
750 |
<div class="span6"> |
|
751 |
<div class="video-container"></div> |
|
| 86 | 752 |
<!-- |
| 62 | 753 |
<table class="table"> |
754 |
<tbody> |
|
755 |
<tr> |
|
756 |
<th>Titre</th> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
757 |
<td class="video-title-edit" data-input="input" data-name="title"> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
758 |
<span>{{title}}</span> <i class="icon-pencil"></i> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
759 |
</td> |
| 62 | 760 |
</tr> |
761 |
<tr> |
|
762 |
<th>Description</th> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
763 |
<td class="video-description-edit" data-input="textarea" data-name="description"> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
764 |
<span>{{description}}</span> <i class="icon-pencil"></i> |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
765 |
</td> |
| 62 | 766 |
</tr> |
767 |
</tbody> |
|
768 |
</table> |
|
| 86 | 769 |
--> |
| 62 | 770 |
</div> |
771 |
</script> |
|
772 |
||
773 |
<script id="tpl-list-annotation-row" type="text/html"> |
|
774 |
<tr id="row-list-annotation-{{id}}" style="background-color : {{color}};"> |
|
775 |
<td>{{title}}</td> |
|
|
74
22aca5b735a2
edit and preview buttons on project div home page
Anthony Ly <anthonyly.com@gmail.com>
parents:
62
diff
changeset
|
776 |
<td><i class="icon-{{iconTab}}"></i></td> |
| 62 | 777 |
<td>{{begin}}</td> |
778 |
<td>{{getDuration}}</td> |
|
779 |
<td>{{end}}</td> |
|
780 |
<td> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
781 |
<a href="#" data-id="{{id}}" title="Editer l'annotation" class="btn btn-edit-annotation" data-type="{{type}}"> |
| 62 | 782 |
<i class="icon-pencil"></i></a> |
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
783 |
<a data-id="{{id}}" title="Supprimer l'annotation" data-type="annotation" data-title="{{title}}" href="#row-list-annotation-{{id}}" class="btn btn-delete btn-delete-annotation"> |
| 62 | 784 |
<i class="icon-trash delete-annotation"></i> |
785 |
</a> |
|
786 |
</td> |
|
787 |
</tr> |
|
788 |
</script> |
|
789 |
||
790 |
<script id="tpl-chapter-row" type="text/html"> |
|
791 |
<tr id="row-list-chapter-{{id}}" style="background-color : {{color}};"> |
|
792 |
<td class="list-chapter-title">{{title}}</td> |
|
793 |
<td class="list-chapter-tags">{{keywords}}</td> |
|
794 |
<td class="begin">{{begin}}</td> |
|
795 |
<td class="duration">{{getDuration}}</td> |
|
796 |
<td class="end">{{end}}</td> |
|
797 |
<td> |
|
798 |
<table> |
|
799 |
<tr> |
|
800 |
<td> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
801 |
<a href="#" title="Editer le chapitre" class="btn btn-edit-chapter" data-chapter-id="{{id}}"><i class="icon-pencil"></i></a> |
| 62 | 802 |
</td> |
803 |
<td> |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
804 |
<a data-title="{{title}}" title="Supprimer le chapitre" data-chapter-id="{{id}}" href="#row-list-chapter-{{id}}" class="btn btn-delete btn-delete-chapter"><i class="icon-trash delete-annotation"></i></a> |
| 62 | 805 |
</td> |
806 |
</tr> |
|
807 |
</table> |
|
808 |
</td> |
|
809 |
</tr> |
|
810 |
</script> |
|
811 |
||
812 |
<script id="tpl-chapter-edit" type="text/html"> |
|
813 |
<form data-chapter-id="{{id}}" id="form-chapter-edit-{{id}}" action="#" class="form-chapter-edit" style="background-color:{{color}}"> |
|
814 |
<h4><i class="icon-flag"></i> <i class="icon-pencil"></i> Modifier le chapitre</h4> |
|
815 |
<div class="row"> |
|
816 |
<div class="span3 text-right"> |
|
817 |
<input name="title" type="text" value="{{title}}"> |
|
818 |
<input name="keywords" type="text" class="tag-it" data-type="chapter" value="{{keywords}}"> |
|
819 |
</div> |
|
820 |
<div class="span3"> |
|
821 |
<table class="table text-right"> |
|
822 |
<thead> |
|
823 |
<tr> |
|
824 |
<th class="span1 ">Début</th> |
|
825 |
<th class="span1">Durée</th> |
|
826 |
<th class="span1">Fin</th> |
|
827 |
</tr> |
|
828 |
</thead> |
|
829 |
<tbody> |
|
830 |
<tr> |
|
831 |
<td class="span1"><span {{#beginTangle}}class="time-tangle tangle-start begin" data-milliseconds="{{begin.milliseconds}}"{{/beginTangle}}>{{begin}}</span></td> |
|
832 |
<td class="span1"><span>{{getDuration}}</span></td> |
|
833 |
<td class="span1"><span {{#endTangle}}class="time-tangle tangle-end end" data-milliseconds="{{end.milliseconds}}"{{/endTangle}}>{{end}}</span></td> |
|
834 |
</tr> |
|
835 |
</tbody> |
|
836 |
</table> |
|
837 |
</div> |
|
838 |
</div> |
|
839 |
<div class="row"> |
|
840 |
<div class="span6 text-center"> |
|
841 |
<textarea class="" name="description" id="">{{description}}</textarea> |
|
842 |
</div> |
|
843 |
</div> |
|
844 |
</form> |
|
845 |
</script> |
|
846 |
</div><!-- /#templates --> |
|
847 |
||
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
848 |
<script src="lib/jquery-1.9.1.min.js"></script> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
849 |
<script src="lib/jquery-migrate-1.1.1.js"></script> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
850 |
<script src="lib/jquery-ui/ui/minified/jquery-ui.min.js"></script> |
|
6
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
851 |
<script src="lib/bootstrap/js/bootstrap.min.js"></script> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
852 |
<script src="lib/spin/jquery.spin-1.0.2.js"></script> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
853 |
<script src="lib/cleditor/jquery.cleditor.min.js"></script> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
854 |
<script src="lib/tag-it/js/tag-it.min.js"></script> |
|
547b3ddedf7f
organisation des fichiers
Anthony Ly <anthonyly.com@gmail.com>
parents:
2
diff
changeset
|
855 |
<script src="lib/mustache.js"></script> |
| 10 | 856 |
<script src="lib/underscore-min.js"></script> |
857 |
||
858 |
<script src="js/metadataplayer-core.js"></script> |
|
859 |
<script src="js/ldt-serializer.js"></script> |
|
| 9 | 860 |
<script src="js/common.js"></script> |
| 23 | 861 |
<script src="js/tangle.js"></script> |
| 10 | 862 |
<script src="js/edition.js"></script> |
863 |
<script> |
|
| 18 | 864 |
|
| 16 | 865 |
var spinParam = { |
866 |
imageBasePath :'lib/spin/img/', |
|
867 |
max:60, |
|
868 |
min:0 |
|
869 |
}; |
|
870 |
||
| 84 | 871 |
var urlSaveProject = ''; |
| 86 | 872 |
|
|
83
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
873 |
var textCurrentAnnotationEditT = "en cours d'édition"; |
|
8f954a0d6031
edit title and descripttion video
Anthony Ly <anthonyly.com@gmail.com>
parents:
79
diff
changeset
|
874 |
|
| 84 | 875 |
|
| 10 | 876 |
/* Initialisation du metadataplayer avec un projet vide */ |
877 |
var myDir = new IriSP.Model.Directory(), |
|
878 |
myProject = myDir.remoteSource({ |
|
| 53 | 879 |
url: "data/rigoletto.json", |
| 10 | 880 |
serializer: IriSP.serializers.ldt |
| 28 | 881 |
}); |
882 |
|
|
| 16 | 883 |
|
| 10 | 884 |
</script> |
|
1
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
885 |
</body> |
|
b95aebb070b5
first commit back office front metadatacomposer
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
886 |
</html> |