app/soc/templates/soc/student_proposal/list/row.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 21 Feb 2009 10:57:02 +0000
changeset 1423 54960277c85d
child 1465 f3805525efda
permissions -rw-r--r--
Added student proposal view templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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