app/soc/templates/modules/ghop/program/list/row.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 13:15:56 +0200
changeset 2828 a0f221472487
permissions -rw-r--r--
Bulk add templates regarding GHOPProgram Views. Reviewed by: to-be-reviewed

<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>