The following commit has been merged in the master branch:
commit 65596433373923c1d05fc4ebc3cabd970f82d135
Author: Ole Streicher <deb...@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">
-                   &#8634;
+                   <a class="tooltip">
+                     &#8634;
+                     <span>
+                       New upstream version
+                       <strong>${project.outdated['version']}</strong>
+                       available
+                     </span>
+                   </a>
                  </py:if>
-                 <py:if test="False"> <!-- RC bugs -->
-                   &#9760;
+                 <py:if test="False">
+                   <a class="tooltip">
+                     &#9760;
+                     <span>XXX release critical bugs</span>
+                   </a>
                  </py:if>
                  <py:if test="False"> <!-- CI failures -->
-                   &#9785;
+                   <a class="tooltip">
+                     &#9785;
+                     <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}";>
                            &#9999;
+                           <span>Improve&nbsp;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}";>
                        &#9999;
+                       <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

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to