app/soc/templates/soc/user/list/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 14:01:39 +0000
changeset 554 68c7a1dd3c52
parent 553 app/soc/templates/soc/user/list/user_row.html@c0cc20b4afc9
child 2284 e7bb719e2539
permissions -rw-r--r--
Renamed templates/soc/entity/list/entity_*.html to *.html This makes it possible to generalize list template positions. Patch by: Sverre Rabbelier

<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
onclick="document.location.href='{{ list.redirect }}'" name="name">
  <td align="right"><div class="account"><a class="noul"
         href="{{ list.redirect }}">{{ list.item.account }}</a>
     </div>
  </td>
  <td><div class="email">{{ list.item.account.email }}</a></div></td>
  <td><div class="name">{{ list.item.name }}</div></td>
  <td><div class="link_id">{{ list.item.link_id }}</div></td>
</tr>