integration/edition.html
changeset 21 abd04f346dbe
parent 18 16b482c153fd
child 22 0e02c3a28491
--- a/integration/edition.html	Thu May 16 18:03:54 2013 +0200
+++ b/integration/edition.html	Fri May 17 12:41:30 2013 +0200
@@ -66,10 +66,7 @@
 								
 								<div class="span6 chapitre-cut-wrap">
 									<div class="indicateur-chapter"></div>
-									<ul class="chapter-segments">
-										<li>chapitre 1</li>
-										<li>chapitre azerty</li>
-									</ul>
+									<ul class="chapter-segments"></ul>
 									
 									<a href="#" class="btn btn-primary btn-cut-chapter"><i class="icon-flag"></i> Nouveau chapitre</a>
 								</div>
@@ -78,12 +75,14 @@
 								<form action="#" class="form-chapter-edit">
 									<div class="row">
 										<div class="span3 text-right">
-											<input type="text">
-											<input type="text" class="tag-it">
+											<input name="title" type="text">
+											<input name="tags" type="text" class="tag-it">
 										</div>
 										<div class="span3">
+											<input type="hidden" name="begin">
+											<input type="hidden" name="duration">
+											<input type="hidden" name="end">
 											<table class="table text-right">
-												
 												<thead>
 													<tr>
 														<th class="span1">Début</th>
@@ -93,9 +92,9 @@
 												</thead>
 												<tbody>
 													<tr>
-														<td class="span1">4:20</td>
-														<td class="span1">4:20</td>
-														<td class="span1">4:20</td>
+														<td class="span1 begin">4:20</td>
+														<td class="span1 duration">4:20</td>
+														<td class="span1 end">4:20</td>
 													</tr>
 												</tbody>
 											</table>
@@ -103,7 +102,7 @@
 									</div>
 									<div class="row">
 										<div class="span6 text-center">
-											<textarea class="" name="" id=""></textarea>
+											<textarea class="" name="description" id=""></textarea>
 										</div>
 									</div>
 								</form>
@@ -122,6 +121,7 @@
 										</tr>
 									</thead>
 									<tbody class="list-chapter-rows-wrap">
+										<!--
 										<tr id="row-list-chapter-id1">
 											<td>Titre d'un chapitre</td>
 											<td>Tags, Tags, Tags</td>
@@ -141,6 +141,7 @@
 												</table>
 											</td>
 										</tr>
+									-->
 									</tbody>
 								</table>
 							</div>