<% var titleClass = 'file'; var isDir = false; if (type && type.indexOf('directory') !== -1) { isDir = true; titleClass = 'dir'; } else if (type && type.substr(0, 4) === 'text') { //titleClass = 'text'; } %>
<%= id %>
<%= isDir ? '' : formatSize(size) %> <%= isDir ? '' : formatTime(time, true) %>