app/soc/templates/soc/program/allocation/heading.html
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 08 Apr 2009 22:20:00 +0000
changeset 2129 f6ca1647bff7
parent 2105 eb92d9a6b027
permissions -rw-r--r--
Use slots allocated instead of adjustment in slots 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 align="left">
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     2
  <th>Name</th>
1760
393891d794e2 Hide 'slots' and add 'slots_desired'
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1735
diff changeset
     3
  <th>Desired</th>
2105
eb92d9a6b027 Add the amount of proposals and mentors to slots view
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1760
diff changeset
     4
  <th>#Proposals</th>
eb92d9a6b027 Add the amount of proposals and mentors to slots view
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1760
diff changeset
     5
  <th>#Mentors</th>
1705
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     6
  <th>Locked?</th>
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     7
  <th>Slots</th>
2129
f6ca1647bff7 Use slots allocated instead of adjustment in slots view
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2105
diff changeset
     8
  <th>Raw</th>
1705
1dbce30b5757 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     9
</tr>