forked from Archives/Athou_commafeed
download link for enclosures
This commit is contained in:
@@ -28,13 +28,18 @@
|
|||||||
<a href="{{entry.url}}" target="_blank" ng-bind-html-unsafe="entry.title"></a>
|
<a href="{{entry.url}}" target="_blank" ng-bind-html-unsafe="entry.title"></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div ng-bind-html-unsafe="entry.content" class="entry-body-content"></div>
|
<div class="entry-body-content">
|
||||||
<video controls ui-if="entry.enclosureType && entry.enclosureType.indexOf('video') == 0">
|
<div ng-bind-html-unsafe="entry.content"></div>
|
||||||
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
<video controls ui-if="entry.enclosureType && entry.enclosureType.indexOf('video') == 0">
|
||||||
</video>
|
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
||||||
<audio controls ui-if="entry.enclosureType && entry.enclosureType.indexOf('audio') == 0">
|
</video>
|
||||||
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
<audio controls ui-if="entry.enclosureType && entry.enclosureType.indexOf('audio') == 0">
|
||||||
</audio>
|
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
||||||
|
</audio>
|
||||||
|
<a href="{{entry.enclosureUrl}}" target="_blank" ui-if="entry.enclosureType" download>
|
||||||
|
${global.download}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="entry-buttons form-horizontal">
|
<div class="entry-buttons form-horizontal">
|
||||||
|
|
||||||
<span class="star" ng-mouseup="star(entry, !entry.starred, $event)">
|
<span class="star" ng-mouseup="star(entry, !entry.starred, $event)">
|
||||||
|
|||||||
Reference in New Issue
Block a user