Sha256: 2d38dd62a33b9205481e4e1575686b34223ae9e63a493c66ac26a4af40be4f64
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
StandardTemplate =<<-TEMPLATE File Hash\t\t\t\tFile Name\t\t\tFolder {{#filedetails}} {{filehash}}\t{{filename}}\t\t{{folder}} {{/filedetails}} TEMPLATE HtmlTemplate =<<-TEMPLATE <!DOCTYPE html> <html xmlns=\"http://www.w3.org/1999/xhtml\"> <head> <title></title> </head> <body> <table> <tr> <th>File Hash</th> <th>File Name</th> <th>Folder</th> </tr> {{#filedetails}} <tr> <td>{{filehash}}</td> <td>{{filename}}</td> <td>{{folder}}</td> </tr> {{/filedetails}} </table> </body> </html> TEMPLATE CsvTemplate=<<-TEMPLATE File Hash,File Name,Folder, {{#filedetails}} {{filehash}},{{filename}},{{folder}}, {{/filedetails}} TEMPLATE
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hash-that-tree-0.1.4 | templates/displaytemplates.rb |