|
a/Allura/allura/templates/widgets/attachment.html |
|
b/Allura/allura/templates/widgets/attachment.html |
1 |
<div>
|
1 |
<div>
|
2 |
<hr/>
|
2 |
<hr/>
|
3 |
{% if value.is_image() %}
|
3 |
{% if value.is_image() %}
|
4 |
<div class="attachment_thumb">
|
4 |
<div class="attachment_thumb">
|
5 |
<a href="{{value.url()}}"><img src="{{value.url()}}/thumb"/></a>
|
5 |
<a href="{{value.url()}}"><img src="{{value.url()}}/thumb" alt="Thumbnail"/></a>
|
6 |
<br/>
|
6 |
<br/>
|
7 |
<a href="{{value.url()}}">{{value.filename}}</a>
|
7 |
<a href="{{value.url()}}">{{value.filename}}</a>
|
8 |
({{value.length}} bytes)
|
8 |
({{value.length}} bytes)
|
9 |
</div>
|
9 |
</div>
|
10 |
{% else %}
|
10 |
{% else %}
|