From 49651ce0d5ca09f7e63b3a179b0017e8e3aed477 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:26:38 -0700 Subject: Redesigned developer profiles Signed-off-by: Dan McGee --- templates/public/developer_list.html | 112 +++++++++++++++++++---------------- 1 file changed, 60 insertions(+), 52 deletions(-) diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index ff38b26a..61a612c6 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -1,59 +1,67 @@ - - +
{% for dev in dev_list %} {% with dev.get_profile as prof %} - - - + + + + {% endwith %} {% endfor %} -
- Image for {{ prof.alias }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name:{{ dev.get_full_name }}
Alias:{{ prof.alias }}
Email:{{ prof.public_email }}
Other Contact:{{ prof.other_contact }}
Roles:{{ prof.roles }}
-
Website:{% if prof %}{{ prof.website }}{% endif %}
Occupation:{{ prof.occupation }}
YOB:{% if prof.yob %}{{ prof.yob }}{% endif %}
Location:{{ prof.location }}
Languages:{{ prof.languages }}
Interests:{{ prof.interests }}
Favorite Distros:{{ prof.favorite_distros }}
-
+ Image for {{ prof.alias }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name:{{ dev.get_full_name }}
Alias:{{ prof.alias }}
Email:{{ prof.public_email }}
Other Contact:{{ prof.other_contact }}
Roles:{{ prof.roles }}
+
Website:{% if prof %} + {{ prof.website }}{% endif %}
Occupation:{{ prof.occupation }}
YOB:{% if prof.yob %}{{ prof.yob }}{% endif %}
Location:{{ prof.location }}
Languages:{{ prof.languages }}
Interests:{{ prof.interests }}
Favorite Distros:{{ prof.favorite_distros }}
+
+ -- cgit v1.2.3-55-g3dc8