Tabs _appear_ to work, but no internet

This commit is contained in:
Piotr Mitros
2011-12-16 18:07:40 -05:00
parent 1f6d583021
commit 216db51072
3 changed files with 28 additions and 13 deletions

View File

@@ -1,6 +1,3 @@
<script>
</script>
<div id="tabs">
<ul>
% for t in items:
@@ -10,7 +7,6 @@
% for t in items:
<div id="tabs-${items.index(t)}">
${t[1]['content']}
</div>
% endfor