•  
    img

    <%= content.name %>

  • <% if (content.contents) { %> <% $.each(content.contents, function(index, file) { %>
  • <% if (typeof(file.localpath) == "undefined") { %>   <% } else { %>   <% } %>
    <% if (file.localpath) { %> " rel="external" id="link-<%= contentId %>-<%= index %>"> <% } else { %> <% } %>
    <% var extension = file.filename.substr(file.filename.lastIndexOf(".") + 1); %> <% if (typeof(MM.plugins.contents.templates.mimetypes[extension]) != "undefined") { %> -64.png" alt="img"> <% } else { %> img <% } %>
    <% if (file.filepath == "/") { %>

    <%= file.filename %>

    <% } else { %>

    <%= file.filepath %><%= file.filename %>

    <% } %>
  • <% }); %> <% } %>