app/soc/templates/modules/ghop/program/list/row.html
changeset 2828 a0f221472487
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/modules/ghop/program/list/row.html	Fri Aug 28 13:15:56 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="link_id">
+  <td align="right">
+   <div class="title">
+    <a class="noul" onclick="do_redirect=false"
+     href="{{ list.redirect }}">{{ list.item.name }}</a>
+   </div>
+  </td>
+  <td><div class="scope_path">{{ list.item.scope_path}}</div></td>
+</tr>
+