app/soc/templates/soc/student_project/list/row.html
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 19 Mar 2009 08:31:15 +0000
changeset 1934 fb29f54c588a
child 2111 dfe684de7f92
permissions -rw-r--r--
Added basic Student Project 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.student.link_id }}</a>
     </div>
  </td>
  <td><div class="title">{{ list.item.title }}</a></div></td>
  <td><div class="status">{{ list.item.status }}</a></div></td>
</tr>