|
@@ -361,7 +361,8 @@ POD :: ${current_node.getTruncatedLabel(40)} [${current_node.getStatus().label}]
|
361
|
361
|
% for current_file in current_node.getFiles():
|
362
|
362
|
<tr title="Last updated: ${current_file.updated_at}">
|
363
|
363
|
<td>
|
364
|
|
- <img src="${tg.url('/api/get_file_content_thumbnail/%s'%(current_file.node_id))}" class="img-polaroid">
|
|
364
|
+ <a href="${tg.url('/api/get_file_content/%s'%(current_file.node_id))}" title="${_("Download file")}"><i class="icon-g-attach"></i></a>
|
|
365
|
+ ## FIXME - SHOW THUMBNAIL WHEN IT WILL BE OK<img src="${tg.url('/api/get_file_content_thumbnail/%s'%(current_file.node_id))}" class="img-polaroid">
|
365
|
366
|
</td>
|
366
|
367
|
<td>
|
367
|
368
|
<b>${current_file.data_label}</b><br/>
|