Fix Issue 389 (Clicking list entry will not open new tab/window).
[Melange.git] / app / soc / templates / soc / job / list / row.html
blob864108a65368f5543b060809e2620314e19bbfab
1 <tr class="off" onmouseover="this.className='on'; do_redirect=true" onmouseout="this.className='off'"
2 onclick="if (do_redirect) document.location.href='{{ list.redirect }}'" name="name">
3 <td align="right">
4 <div class="link_id">
5 <a class="noul" onclick="do_redirect=false"
6 href="{{ list.redirect }}">{{ list.item.link_id }}</a>
7 </div>
8 </td>
9 <td><div class="name">{{ list.item.name }}</div></td>
10 </tr>