app/soc/templates/soc/host/list/row.html
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Apr 2009 22:02:16 +0000
changeset 2100 601c69a8976d
parent 636 66e3dd913057
child 2284 e7bb719e2539
permissions -rw-r--r--
Added name column to all role lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
404
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
560
a32be584ee04 Requests are almost working now
Sverre Rabbelier <srabbelier@gmail.com>
parents: 554
diff changeset
     2
onclick="document.location.href='{{ list.redirect }}'" name="name">
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 636
diff changeset
     3
  <td align="right"><div class="name"><a class="noul"
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 636
diff changeset
     4
         href="{{ list.redirect }}">{{ list.item.name }}</a>
404
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     5
     </div>
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     6
  </td>
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 636
diff changeset
     7
  <td><div class="link_id">{{ list.item.link_id }}</a></div></td>
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 636
diff changeset
     8
  <td><div class="link_id">{{ list.item.scope_path }}</a></div></td>
404
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     9
</tr>