app/soc/templates/soc/student_project/list/row_all.html
changeset 2292 80361f34c457
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/student_project/list/row_all.html	Fri May 01 00:35:06 2009 +0200
@@ -0,0 +1,11 @@
+<tr class="off" onmouseover="this.className='on'; do_redirect=true" onmouseout="this.className='off'" 
+onclick="if (do_redirect) document.location.href='{{ list.redirect }}'" name="name">
+  <td align="right"><div class="name"><a class="noul"
+         href="{{ list.redirect }}" onclick="do_redirect=false">{{ list.item.student.name }}</a>
+     </div>
+  </td>
+  <td><div class="title">{{ list.item.title }}</a></div></td>
+  <td><div class="title">{{ list.item.mentor.name }}</a></div></td>
+  <td><div class="title">{{ list.item.scope.name }}</a></div></td>
+  <td><div class="status">{{ list.item.status }}</a></div></td>
+</tr>