Mercurial > public > sg101
comparison gpp/templates/downloads/download.html @ 406:f469261d617b
Cosmetic tweaks; break in download definition list; padding added for news story containers.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 31 Mar 2011 00:38:02 +0000 |
parents | 41411066b16d |
children | 3c48a555298d |
comparison
equal
deleted
inserted
replaced
405:c99d8981068b | 406:f469261d617b |
---|---|
22 <th><img src="{{ STATIC_URL }}icons/comments.png" alt="Comments" title="Comments" /> | 22 <th><img src="{{ STATIC_URL }}icons/comments.png" alt="Comments" title="Comments" /> |
23 <a href="{% url 'downloads-details' download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> | 23 <a href="{% url 'downloads-details' download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> |
24 </tr> | 24 </tr> |
25 </table> | 25 </table> |
26 <div id="link-{{ download.id }}"><button type="button" class="dl-button" id="dl-{{ download.id }}">Download</button></div> | 26 <div id="link-{{ download.id }}"><button type="button" class="dl-button" id="dl-{{ download.id }}">Download</button></div> |
27 <br /> | |
27 </dd> | 28 </dd> |