Added style for video and sequence

--HG--
branch : kf-refactor
This commit is contained in:
Kyle Fiedler
2012-01-06 15:38:21 -05:00
parent 170f81a487
commit 63ad756a2d
12 changed files with 131 additions and 54 deletions

View File

@@ -1,11 +1,13 @@
% for t in range(1,1+len(items)):
<ol>
<li class="seq_inactive" id="tt_${ t }" height=10>&nbsp;</li>
</ol>
% endfor
<ol class="sequence-nav">
% for t in range(1,1+len(items)):
<li class="seq_inactive" id="tt_${ t }">&nbsp;</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>