Mailing List Archive

svn commit: r935019 - /perl/modperl/docs/trunk/src/about/contributors/people.tmpl
Author: torsten
Date: Fri Apr 16 18:23:01 2010
New Revision: 935019

URL: http://svn.apache.org/viewvc?rev=935019&view=rev
Log:
make the image in people.html a link to the persons website if such one is given

Modified:
perl/modperl/docs/trunk/src/about/contributors/people.tmpl

Modified: perl/modperl/docs/trunk/src/about/contributors/people.tmpl
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/about/contributors/people.tmpl?rev=935019&r1=935018&r2=935019&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/about/contributors/people.tmpl (original)
+++ perl/modperl/docs/trunk/src/about/contributors/people.tmpl Fri Apr 16 18:23:01 2010
@@ -60,7 +60,11 @@ Module list</a>.</p>
<p>
<a name="[% person.id %]"></a>
[% IF person.image %]
-<img src="[% person.image%]" alt="Picture of [% person.name %]" align="right">
+[% IF person.url %]
+<a href="[% person.url %]"><img border="0" src="[% person.image %]" alt="Picture of [% person.name %]" align="right"></a>
+[% ELSE %]
+<img src="[% person.image %]" alt="Picture of [% person.name %]" align="right">
+[% END %]
[% END %]

<b>Name: </b> [% person.name %]<br>
@@ -99,4 +103,4 @@ page</a>.</p>


</body>
-</html>
\ No newline at end of file
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org