Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/dotty/_entry-content.html
r3601 r3958 48 48 </tpl:AttachmentsHeader> 49 49 <li class="post-attachments-item {{tpl:AttachmentType}}"> 50 <tpl:AttachmentIf is_audio="1"> 51 {{tpl:include src="_audio_player.html"}} 52 </tpl:AttachmentIf> 53 <tpl:AttachmentIf is_video="1"> 54 <tpl:AttachmentIf is_flv="0"> 55 {{tpl:include src="_video_player.html"}} 56 {{tpl:else}} 57 {{tpl:include src="_flv_player.html"}} 58 </tpl:AttachmentIf> 59 </tpl:AttachmentIf> 60 <tpl:AttachmentIf is_video="0" is_audio="0"> 61 <a href="{{tpl:AttachmentURL}}" 62 title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> 63 </tpl:AttachmentIf> 50 <tpl:AttachmentIf is_audio="1"> 51 {{tpl:include src="_audio_player.html"}} 52 </tpl:AttachmentIf> 53 <tpl:AttachmentIf is_video="1"> 54 {{tpl:include src="_video_player.html"}} 55 </tpl:AttachmentIf> 56 <tpl:AttachmentIf is_audio="0" is_video="0"> 57 <a href="{{tpl:AttachmentURL}}" title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> 58 </tpl:AttachmentIf> 64 59 </li> 65 60 <tpl:AttachmentsFooter>
Note: See TracChangeset
for help on using the changeset viewer.