app/soc/templates/soc/presence/list/row.html
changeset 554 68c7a1dd3c52
parent 553 c0cc20b4afc9
child 2284 e7bb719e2539
equal deleted inserted replaced
553:c0cc20b4afc9 554:68c7a1dd3c52
       
     1 <tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
       
     2 onclick="document.location.href='{{ list.redirect }}'" name="name">
       
     3   <td align="right">
       
     4    <div class="title">
       
     5     <a class="noul"
       
     6      href="{{ list.redirect }}">{{ list.item.scope_path}}/{{ list.item.link_id }}</a>
       
     7    </div>
       
     8   </td>
       
     9   <td><div class="link_id">{{ list.item.home.title }}</div></td>
       
    10 </tr>