% let url = join_paths(["/fs", &title]); %>
Name | Size | MTime | |
---|---|---|---|
" alt="<%= entry.thumbnail.alt() %>" <% if entry.link { %> class="icon-link" <% } %>> | class="has-preview" onclick="preview_on_click(this, event)"<% } %>><%= entry.name %> | title = "This applies to the file or directory that the link points to, not the link itself"<% } %>><% if let SizeType::Bytes = entry.size_type { %><%= display_bytes(entry.size) | disp %><% } else { %><%= display_items(entry.size) | disp %><% } %><% if entry.link { %>*<% } %> | <%= time::OffsetDateTime::from_unix_timestamp(entry.mtime).unwrap().format(time::macros::format_description!("[year]-[month]-[day] [hour padding:zero repr:24]:[minute padding:zero]:[second padding:zero]Z")).unwrap() | disp %> |