[Blends-commit] r1756 - blends/trunk/webtools/templates

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Sun Aug 9 17:42:13 UTC 2009


Author: tille
Date: Sun Aug  9 17:42:13 2009
New Revision: 1756
URL: http://svn.debian.org/viewsvn/blends?rev=1756&view=rev

Log:
Mark newer upstream visibly


Modified:
   blends/trunk/webtools/templates/tasks.xhtml

Modified: blends/trunk/webtools/templates/tasks.xhtml
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/templates/tasks.xhtml?rev=1756&view=diff&r1=1756&r2=1755&p1=blends/trunk/webtools/templates/tasks.xhtml&p2=blends/trunk/webtools/templates/tasks.xhtml
==============================================================================
--- blends/trunk/webtools/templates/tasks.xhtml	(original)
+++ blends/trunk/webtools/templates/tasks.xhtml	Sun Aug  9 17:42:13 2009
@@ -115,7 +115,12 @@
 	     <div py:if="project.popcon != {}"
 	     class="popcon"><a href="http://qa.debian.org/popcon-png.php?packages=${project.pkg}%26show_vote=on%26show_recent=on%26want_legend=on">Popcon</a>:
 	     ${project.popcon['vote']} users (${project.popcon['recent']} upd.)<sup><a href="#popconexplanation">*</a></sup></div>
-	     <div py:if="project.version != []" class="project-info" onmouseover="TagToTip('${project.pkg}-versions', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()">Versions and Archs</div>
+	     <div py:if="project.version != []">
+	       <div py:choose="">
+		 <div py:when="project.outdated == {}" class="project-info" onmouseover="TagToTip('${project.pkg}-versions', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()">Versions and Archs</div>
+		 <div py:otherwise="" class="project-infomissing" onmouseover="TagToTip('${project.pkg}-versions', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()">Newer upstream!</div>
+	       </div>
+	     </div>
 	     <div py:choose="">
 	       <div py:when="project.debtags != []" class="project-info" onmouseover="TagToTip('${project.pkg}-debtags', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()">Debtags</div>
                <div py:otherwise="">



More information about the Blends-commit mailing list