app/soc/templates/soc/presence/list/row.html
changeset 554 68c7a1dd3c52
parent 553 c0cc20b4afc9
child 2284 e7bb719e2539
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/presence/list/row.html	Sat Nov 22 14:01:39 2008 +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="title">
+    <a class="noul"
+     href="{{ list.redirect }}">{{ list.item.scope_path}}/{{ list.item.link_id }}</a>
+   </div>
+  </td>
+  <td><div class="link_id">{{ list.item.home.title }}</div></td>
+</tr>