Files
edx-platform/seq_module.html
Kyle Fiedler b98d833762 Added some slight style and new typeface
--HG--
branch : kf-refactor
2012-01-05 21:39:55 -05:00

14 lines
275 B
HTML

% for t in range(1,1+len(items)):
<ol>
<li class="seq_inactive" id="tt_${ t }" height=10>&nbsp;</li>
</ol>
% endfor
<div id="${ id }prev">Previous</div>
<div id="${ id }next">Next</div>
<!-- <td colspan=${ len(items) }> -->
<div id="seq_content"></div>
<!-- </td> -->