summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-14 02:12:35 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-14 02:12:35 +0200
commitb094aec74e2ee067711216058ad99d01886ab5a5 (patch)
tree05ca4693a122771d8b638769a717c1a41365f0e0 /bin/reproducible_common.py
parent7ad236bac830b63662e9d9de00574a90846fd157 (diff)
downloadjenkins.debian.net-b094aec74e2ee067711216058ad99d01886ab5a5.tar.xz
reproducible debian navigation: merge package states icons into one field
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py16
1 files changed, 2 insertions, 14 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 2bf09477..61a9c4c6 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -169,42 +169,30 @@ html_head_page = Template((tab*2).join("""
<header class="head">
<h2>$page_title</h2>
<ul class=\"menu\">
- <li>Package states:</li>
+ <li>Package states:<ul class="children">
<li>
<a href="/$suite/$arch/index_reproducible.html" target="_parent">
<img src="/static/weather-clear.png" alt="reproducible icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_FTBR.html" target="_parent">
<img src="/static/weather-showers-scattered.png" alt="FTBR icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_FTBFS.html" target="_parent">
<img src="/static/weather-storm.png" alt="FTBFS icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_depwait.html" target="_parent">
<img src="/static/weather-snow.png" alt="depwait icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_not_for_us.html" target="_parent">
<img src="/static/weather-few-clouds-night.png" alt="not_for_us icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_404.html" target="_parent">
<img src="/static/weather-severe-alert.png" alt="404 icon" />
</a>
- </li>
- <li>
<a href="/$suite/$arch/index_blacklisted.html" target="_parent">
<img src="/static/error.png" alt="blacklisted icon" />
</a>
- </li>
+ </li></ul></li>
<li><a href="/index_issues.html">issues</a></li>
<li><a href="/$suite/$arch/index_notes.html">packages with notes</a></li>
<li><a href="/$suite/$arch/index_no_notes.html">packages without notes</a></li>