app/soc/templates/soc/job/list/row.html
changeset 2209 989c7c945d5f
child 2284 e7bb719e2539
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/job/list/row.html	Sat Apr 18 14:03:28 2009 +0000
@@ -0,0 +1,10 @@
+<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'"
+onclick="document.location.href='{{ list.redirect }}'" name="name">
+  <td align="right">
+   <div class="link_id">
+    <a class="noul"
+     href="{{ list.redirect }}">{{ list.item.link_id }}</a>
+   </div>
+  </td>
+  <td><div class="name">{{ list.item.name }}</div></td>
+</tr>