[Blends-commit] r1798 - blends/trunk/webtools/templates
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Tue Aug 18 20:49:17 UTC 2009
Author: tille
Date: Tue Aug 18 20:49:17 2009
New Revision: 1798
URL: http://svn.debian.org/viewsvn/blends?rev=1798&view=rev
Log:
Add programming language for prospective packages
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=1798&view=diff&r1=1798&r2=1797&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 Tue Aug 18 20:49:17 2009
@@ -146,6 +146,7 @@
<div class="trans-missing" py:otherwise=""><a href="http://ddtp.debian.net/ddtss/index.cgi/${lang}/fetch?package=${project.pkg}">${translatedesc}</a></div>
</div>
</div>
+ <div class="language" py:if="project.properties.has_key('language') and project.component != 'main'">Language: ${project.properties['language']}</div>
</td>
</tr>
<tr>
@@ -174,14 +175,14 @@
</div>
</td>
</tr>
- <tr py:if="project.properties.has_key('registration')">
- <td colspan="3" class="registration">
- <strong><a href="${project.properties['registration']}">Please
- register</a></strong> The authors of project
- ${project.pkg} kindly ask you for registration if you are
- using this program.
- </td>
- </tr>
+ <tr py:if="project.properties.has_key('registration')">
+ <td colspan="3" class="registration">
+ <strong><a href="${project.properties['registration']}">Please
+ register</a></strong> The authors of project
+ ${project.pkg} kindly ask you for registration if you are
+ using this program.
+ </td>
+ </tr>
<tr py:if="project.remark">
<td colspan="3" class="remark">
<div py:if="project.remark['short']"><strong>Remark of ${projectname} team:</strong> ${project.remark['short']}</div>
More information about the Blends-commit
mailing list