Mercurial > repos > rmarenco > hubarchivecreator
comparison templates/display.txt @ 10:acc233161f50 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1b1063f90004764bcf504f4340738eca5c4b1f9d
author | rmarenco |
---|---|
date | Thu, 21 Jul 2016 05:58:51 -0400 |
parents | |
children | 3233451a3bd6 |
comparison
equal
deleted
inserted
replaced
9:4f9847539a28 | 10:acc233161f50 |
---|---|
1 <%namespace name="os" module="os"/> | |
2 <html> | |
3 <body> | |
4 <p> | |
5 The following has been generated by Hub Archive Creator: | |
6 </p> | |
7 <ul> | |
8 % for relative_file_path in list_relative_file_path: | |
9 <li> | |
10 <a href="${relative_file_path}">${relative_file_path}</a> | |
11 </li> | |
12 % endfor | |
13 </ul> | |
14 </body> | |
15 </html> |