Sha256: f28469f81c442e66007712714943e96355a05f8b693c50fee4aed71c099a6ce8
Contents?: true
Size: 1.93 KB
Versions: 6
Compression:
Stored size: 1.93 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Index of <%= base_uri %></title> <link rel="stylesheet" href="/heel_css/listing.css" type="text/css" /> </head> <body> <div class="header"> <h1>Index of <%= base_uri %></h1> </div> <div class="content"> <table summary="Directory Listing"> <thead> <tr><th class="n">File Name</th><th class="l" >Last Modified Timestamp</th><th class="m">File Size</th><th class="t">File Type</th></tr> </thead> <tbody> <% entries.each_with_index do |entry,i| %> <tr<%= i % 2 > 0 ? ' class="odd" ' : '' %>> <td> <% if entry.icon_url then %> <img src="<%= entry.icon_url %>" width="16" height="16" alt="icon for type <%= entry.content_type %>" /> <% end %> <a href="<%= "#{base_uri.chomp('/')}/#{entry.link}" %>"><%= entry.name %></a> <% if highlighting? and entry.content_type != 'Directory' then %> (<a href="<%= "#{base_uri.chomp('/')}/#{entry.link}?highlighting=false" %>">download</a>) <% end %> </td> <td><%= entry.last_modified %></td> <td class="<%= entry.content_type == "Directory" ? 'c' : 'n' %>" ><%= entry.size %></td> <td><%= entry.content_type %></td> </tr> <% end %> </tbody> </table> </div> <div class="footer"> <a href="http://copiousfreetime.rubyforge.org/heel/">heel</a>/v<%= Heel::VERSION %> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
heel-3.0.1 | data/listing.rhtml |
heel-3.0.0 | data/listing.rhtml |
heel-2.0.0 | data/listing.rhtml |
heel-1.0.0 | data/listing.rhtml |
heel-1.0.2 | data/listing.rhtml |
heel-1.0.3 | data/listing.rhtml |