app/soc/templates/soc/organization/list/row.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 31 Jan 2009 18:55:34 +0000
changeset 1126 4fc86db70a76
child 1322 5153bd89147f
permissions -rw-r--r--
Added organization view and templates. Also added TODO's so it's clear what still needs to be done to make this work. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1126
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     2
onclick="document.location.href='{{ list.redirect }}'" name="name">
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
  <td align="right"><div class="name"><a class="noul"
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     4
         href="{{ list.redirect }}">{{ list.item.name }}</a>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
     </div>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
  </td>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     7
  <td><div class="link_id">{{ list.item.scope.key.name }}</a></div></td>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     8
  <td><div class="link_id">{{ list.item.link_id }}</a></div></td>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     9
  <td><div class="short_name">{{ list.item.short_name }}</div></td>
4fc86db70a76 Added organization view and templates.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    10
</tr>