Added style for video and sequence
--HG-- branch : kf-refactor
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
% for t in range(1,1+len(items)):
|
||||
<ol>
|
||||
<li class="seq_inactive" id="tt_${ t }" height=10> </li>
|
||||
</ol>
|
||||
% endfor
|
||||
<ol class="sequence-nav">
|
||||
|
||||
% for t in range(1,1+len(items)):
|
||||
<li class="seq_inactive" id="tt_${ t }"> </li>
|
||||
% endfor
|
||||
|
||||
<li id="${ id }prev">Previous</li>
|
||||
<li id="${ id }next">Next</li>
|
||||
</ol>
|
||||
|
||||
<div id="${ id }prev">Previous</div>
|
||||
<div id="${ id }next">Next</div>
|
||||
|
||||
<!-- <td colspan=${ len(items) }> -->
|
||||
<div id="seq_content"></div>
|
||||
|
||||
Reference in New Issue
Block a user