Dotclear


Ignore:
Timestamp:
02/20/19 14:35:05 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

No more Flash player (flv, mp3) in Dotclear \o/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/dotty/_entry-content.html

    r3601 r3958  
    4848     </tpl:AttachmentsHeader> 
    4949                    <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> 
    6459                    </li> 
    6560     <tpl:AttachmentsFooter> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map