Mercurial > public > sg101
comparison gpp/templates/downloads/download.html @ 15:32b1ca8e2940
Added comments.png icon to the download template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 18 Apr 2009 19:29:52 +0000 |
parents | dbd703f7d63a |
children | a5f27f25fa52 |
comparison
equal
deleted
inserted
replaced
14:7b6540b185d9 | 15:32b1ca8e2940 |
---|---|
16 <th>Category:</th><td>{{ download.category.title }}</td> | 16 <th>Category:</th><td>{{ download.category.title }}</td> |
17 <th>Hits:</th><td>{{ download.hits }}</td> | 17 <th>Hits:</th><td>{{ download.hits }}</td> |
18 </tr> | 18 </tr> |
19 <tr> | 19 <tr> |
20 <th>Rating:</th><td><div class="rating" id="rating-{{ download.id }}">{{ download.average_score|floatformat }}</div></td> | 20 <th>Rating:</th><td><div class="rating" id="rating-{{ download.id }}">{{ download.average_score|floatformat }}</div></td> |
21 <th><a href="{% url downloads-comments download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> | 21 <th><img src="{{ MEDIA_URL }}icons/comments.png" alt="Comments" title="Comments" /> |
22 <a href="{% url downloads-comments download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> | |
22 </tr> | 23 </tr> |
23 </table> | 24 </table> |
24 </dd> | 25 </dd> |