sub/mirrors,unsorted
This commit is contained in:
parent
146f6d45fe
commit
db3e280a64
1 changed files with 12 additions and 7 deletions
17
build.py
17
build.py
|
@ -90,10 +90,6 @@ def main():
|
||||||
name="tab" id="tab/learn" />
|
name="tab" id="tab/learn" />
|
||||||
<label for="tab/learn">Learn</label>
|
<label for="tab/learn">Learn</label>
|
||||||
<div>{tabs['learn']}</div>
|
<div>{tabs['learn']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
|
||||||
name="tab" id="tab/mirrors" />
|
|
||||||
<label for="tab/mirrors">Mirrors</label>
|
|
||||||
<div>{tabs['mirrors']}</div>
|
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/music" />
|
name="tab" id="tab/music" />
|
||||||
<label for="tab/music">Music</label>
|
<label for="tab/music">Music</label>
|
||||||
|
@ -145,9 +141,18 @@ def main():
|
||||||
<div>{tabs['vegan']}</div>
|
<div>{tabs['vegan']}</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/unsorted" />
|
name="tab" id="tab/sub" />
|
||||||
<label for="tab/unsorted">…</label>
|
<label for="tab/sub">…/</label>
|
||||||
|
<div><div class="tabs">
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab/sub" id="tab/sub/mirrors" />
|
||||||
|
<label for="tab/sub/mirrors">Mirrors</label>
|
||||||
|
<div>{tabs['mirrors']}</div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab/sub" id="tab/sub/unsorted" />
|
||||||
|
<label for="tab/sub/unsorted">unsorted</label>
|
||||||
<div>{tabs['unsorted']}</div>
|
<div>{tabs['unsorted']}</div>
|
||||||
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue