Move to subdirectory in prepartion for merge

This commit is contained in:
Calen Pennington
2012-03-19 11:10:44 -04:00
parent 0702a84587
commit 2f0b39189a
170 changed files with 8 additions and 0 deletions

22
templates/seq_module.html Normal file
View File

@@ -0,0 +1,22 @@
<nav class="sequence-nav">
<ol>
% for t in range(1,1+len(items)):
<li><a href="#" class="seq_inactive" id="tt_${ t }"></a></li>
% endfor
</ol>
<ul>
<li class="${ id }prev prev"><a href="#">Previous</a></li>
<li class="${ id }next next"><a href="#">Next</a></li>
</ul>
</nav>
<div id="seq_content"></div>
<nav class="sequence-bottom">
<ul>
<li class="${ id }prev prev"><a href="#">Previous</a></li>
<li class="${ id }next next"><a href="#">Next</a></li>
</ul>
</nav>