[Blends-commit] r3236 - /blends/trunk/webtools/templates/tasks.xhtml

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Mar 29 14:27:50 UTC 2012


Author: tille
Date: Thu Mar 29 14:27:48 2012
New Revision: 3236

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3236
Log:
Enhance template to show full publication information as it is stored in debian/upstream files

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

Modified: blends/trunk/webtools/templates/tasks.xhtml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/templates/tasks.xhtml?rev=3236&op=diff
==============================================================================
--- blends/trunk/webtools/templates/tasks.xhtml (original)
+++ blends/trunk/webtools/templates/tasks.xhtml Thu Mar 29 14:27:48 2012
@@ -190,7 +190,10 @@
 		 <span py:otherwise=""><span class="title" py:if="project.properties['published'].has_key('title')">${project.properties['published']['title']}</span>
 		 </span>
 	       </span>
-	       <span class="journal" py:if="project.properties['published'].has_key('in')">${project.properties['published']['in']}</span>
+	       <span class="journal" py:if="project.properties['published'].has_key('journal')">${project.properties['published']['journal']}</span>
+	       <span class="journal" py:if="project.properties['published'].has_key('volume')">${project.properties['published']['volume']}</span>
+	       <span class="journal" py:if="project.properties['published'].has_key('number')">(${project.properties['published']['number']})</span>
+	       <span class="journal" py:if="project.properties['published'].has_key('pages')">:${project.properties['published']['pages']}</span>
 	       <span class="year" py:if="project.properties['published'].has_key('year')">(${project.properties['published']['year']})</span>
 	     </div>
 	   </td>




More information about the Blends-commit mailing list