equal
deleted
inserted
replaced
1 {% extends "modules/ghop/task/list/row.html" %} |
1 {% extends "modules/ghop/task/list/row.html" %} |
2 |
|
3 {% block first %} |
2 {% block first %} |
4 <td> |
3 <tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" name="name"> |
5 <div class="approve" id="id_approve_{{ list.item.link_id }}"> |
4 <td> |
6 <input type="checkbox" id="id_approve_{{ list.item.key.name }}" |
5 <div class="select"> |
7 name="{{ list.item.key.name }}"/> |
6 <input type="checkbox" value="{{list.item.key.name}}" name="task_id"/> |
8 </div> |
7 </div> |
9 </td> |
8 </td> |
10 {% endblock %} |
9 <td> |
11 |
10 <div class="title"><a class="noul" onclick="do_redirect=false" |
|
11 href="{{ list.redirect }}">{{ list.item.title }}</a> |
|
12 </div> |
|
13 </td> |
|
14 {% endblock first %} |