app/soc/templates/soc/program/allocation/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Mar 2009 00:33:10 +0000
changeset 1705 1dbce30b5757
child 1735 0298b9c87c65
permissions -rw-r--r--
Added a slot allocation view Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1705
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" name="name">
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     2
  <td><div class="name">{{ list.item.name }}</div></td>
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     3
  <td><div class="locked" id="locked_slot_count_{{ list.item.link_id }}">unlocked</div></td>
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     4
  <td><div class="slots" id="id_slot_count_{{ list.item.link_id }}">0</div></td>
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     5
</tr>