14 lines
275 B
HTML
14 lines
275 B
HTML
% for t in range(1,1+len(items)):
|
|
<ol>
|
|
<li class="seq_inactive" id="tt_${ t }" height=10> </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> -->
|
|
|