app/soc/templates/soc/mentor/list/row.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 31 Jan 2009 19:46:55 +0000
changeset 1130 9bdbb18d622e
child 2100 601c69a8976d
permissions -rw-r--r--
Added view and templates for mentors. Mentors can be invited or send a request to become a mentor for a specific org. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1130
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     2
onclick="document.location.href='{{ list.redirect }}'" name="name">
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
  <td align="right"><div class="name"><a class="noul"
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     4
         href="{{ list.redirect }}">{{ list.item.scope_path }}</a>
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
     </div>
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
  </td>
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     7
  <td><div class="link_id">{{ list.item.link_id }}</a></div></td>
9bdbb18d622e Added view and templates for mentors.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     8
</tr>