|
@@ -5,7 +5,7 @@
|
|
{% cycle 'Odd' 'Even' as OddEven silent %}
|
|
{% cycle 'Odd' 'Even' as OddEven silent %}
|
|
<tr>
|
|
<tr>
|
|
<td width="6%" class="status{{OddEven}}">
|
|
<td width="6%" class="status{{OddEven}}">
|
|
- <input type="checkbox" name="trapIDs" value="{{ trap.id }}" >
|
|
|
|
|
|
+ <input type="checkbox" name="trapIDs" value="{{ trap.id }}">
|
|
{% if not trap.trapread %}<a href="{% url "trap_modify" %}{% add_get action="read" trapID=trap.id %}"><img src="{% static "images/dropline/mark.png" %}" width=22 height=22 border="0" title="Mark as read"></a>{% else %}<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=22 height=22>{% endif %}
|
|
{% if not trap.trapread %}<a href="{% url "trap_modify" %}{% add_get action="read" trapID=trap.id %}"><img src="{% static "images/dropline/mark.png" %}" width=22 height=22 border="0" title="Mark as read"></a>{% else %}<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width=22 height=22>{% endif %}
|
|
<a href="{% url "trap_modify" %}{% add_get action="delete" trapID=trap.id %}"><img src="{% static "images/dropline/delete.png" %}" width=22 height=22 border="0" title="Delete"></a>
|
|
<a href="{% url "trap_modify" %}{% add_get action="delete" trapID=trap.id %}"><img src="{% static "images/dropline/delete.png" %}" width=22 height=22 border="0" title="Delete"></a>
|
|
<!-- FIXME:#45 <a href="{% url "trap_modify" %}{% add_get action="archive" trapID=trap.id %}"><img src="{% static "images/dropline/archive.png" %}" width=22 height=22 border="0" title="Archive"></a> -->
|
|
<!-- FIXME:#45 <a href="{% url "trap_modify" %}{% add_get action="archive" trapID=trap.id %}"><img src="{% static "images/dropline/archive.png" %}" width=22 height=22 border="0" title="Archive"></a> -->
|