sub/repos
This commit is contained in:
parent
897f6a96d8
commit
0127183faa
1 changed files with 4 additions and 4 deletions
8
build.py
8
build.py
|
@ -90,10 +90,6 @@ def main():
|
||||||
<label for="tab/my/projects/ofsp">OFSP</label>
|
<label for="tab/my/projects/ofsp">OFSP</label>
|
||||||
<div>{tabs['ofsp']}</div>
|
<div>{tabs['ofsp']}</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
<input type="radio" onclick="update(id)"
|
|
||||||
name="tab/my" id="tab/my/repos" />
|
|
||||||
<label for="tab/my/repos">Repos</label>
|
|
||||||
<div>{tabs['repos']}</div>
|
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab/my" id="tab/my/tasks" />
|
name="tab/my" id="tab/my/tasks" />
|
||||||
<label for="tab/my/tasks">Tasks</label>
|
<label for="tab/my/tasks">Tasks</label>
|
||||||
|
@ -114,6 +110,10 @@ def main():
|
||||||
name="tab/my/sub" id="tab/my/sub/links" />
|
name="tab/my/sub" id="tab/my/sub/links" />
|
||||||
<label for="tab/my/sub/links">Links</label>
|
<label for="tab/my/sub/links">Links</label>
|
||||||
<div>{tabs['links']}</div>
|
<div>{tabs['links']}</div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab/my/sub" id="tab/my/sub/repos" />
|
||||||
|
<label for="tab/my/sub/repos">Repos</label>
|
||||||
|
<div>{tabs['repos']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab/my/sub" id="tab/my/sub/others" />
|
name="tab/my/sub" id="tab/my/sub/others" />
|
||||||
<label for="tab/my/sub/others">…</label>
|
<label for="tab/my/sub/others">…</label>
|
||||||
|
|
Loading…
Reference in a new issue