Groundwork for formula support. Lots of other details
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<div id="tabs">
|
||||
<ul>
|
||||
% for t in tabs:
|
||||
<li> <a href="#tabs-${tabs.index(t)}">${t[0]}</a>
|
||||
% for t in items:
|
||||
<li> <a href="#tabs-${items.index(t)}">${t[0]}</a>
|
||||
% endfor
|
||||
</ul>
|
||||
|
||||
% for t in tabs:
|
||||
<div id="tabs-${tabs.index(t)}">
|
||||
% for t in items:
|
||||
<div id="tabs-${items.index(t)}">
|
||||
${t[1]['content']}
|
||||
</div>
|
||||
% endfor
|
||||
|
||||
Reference in New Issue
Block a user