[Blends-commit] [SCM] website branch, master, updated. 9d37e39709be7d604048ef6f3ff1a41cd0ae857c
Ole Streicher
debian at liska.ath.cx
Mon Dec 7 16:00:49 UTC 2015
The following commit has been merged in the master branch:
commit 65596433373923c1d05fc4ebc3cabd970f82d135
Author: Ole Streicher <debian at liska.ath.cx>
Date: Mon Dec 7 16:45:34 2015 +0100
Add tooltip explanation for symbols
diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index 95a84ce..e923dd9 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -238,13 +238,26 @@ function show_fulldesc(hash) {
</py:choose>
</py:if>
<py:if test="project.outdated">
- ↺
+ <a class="tooltip">
+ ↺
+ <span>
+ New upstream version
+ <strong>${project.outdated['version']}</strong>
+ available
+ </span>
+ </a>
</py:if>
- <py:if test="False"> <!-- RC bugs -->
- ☠
+ <py:if test="False">
+ <a class="tooltip">
+ ☠
+ <span>XXX release critical bugs</span>
+ </a>
</py:if>
<py:if test="False"> <!-- CI failures -->
- ☹
+ <a class="tooltip">
+ ☹
+ <span>CI test failure</span>
+ </a>
</py:if>
</td>
<td>
@@ -292,8 +305,9 @@ function show_fulldesc(hash) {
<dd>
<py:choose>
<py:when test="lang in project.desc">
- <a class="editlink" href="http://ddtp.debian.net/ddtss/index.cgi/${lang}/forexternalreview/${project.pkg}">
+ <a class="editlink tooltip" href="http://ddtp.debian.net/ddtss/index.cgi/${lang}/forexternalreview/${project.pkg}">
✏
+ <span>Improve translation</span>
</a>
${project.desc[lang]['long']}
</py:when>
@@ -391,8 +405,9 @@ function show_fulldesc(hash) {
<py:if test="project.debtags">
<dt>Tags</dt>
<dd>
- <a class="editlink" href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
+ <a class="editlink tooltip" href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
✏
+ <span>Edit&bpsp;tags</span>
</a>
<ul class="desc-inline">
<py:for each="debtag in project.debtags">
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list