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>


_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to