Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Docs-cvs
svn commit: r935019 - /perl/modperl/docs/trunk/src/about/contributors/people.tmpl
 

Index | Next | Previous | View Flat


torsten at apache

Apr 16, 2010, 11:23 AM


Views: 943
Permalink
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 [at] perl
For additional commands, e-mail: docs-cvs-help [at] perl

Subject User Time
svn commit: r935019 - /perl/modperl/docs/trunk/src/about/contributors/people.tmpl torsten at apache Apr 16, 2010, 11:23 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.