app/soc/templates/soc/program/list/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 01 Dec 2008 21:38:25 +0000
changeset 643 b57d538a9dd3
child 711 4bfb1a2d5bfe
permissions -rw-r--r--
Added programs Currently the programs are somewhat of empty, but due to the ease with which we can add new fields later, it is acceptable to commit it in it's current form. Patch by: Sverre Rabbelier

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