view templates/display.txt @ 13:25809f699cb3 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 65ab931ef2b05a5acf06cbde3a746c94a0a0a4cb
author rmarenco
date Thu, 11 Aug 2016 19:02:29 -0400
parents acc233161f50
children 3233451a3bd6
line wrap: on
line source

<%namespace name="os" module="os"/>
<html>
    <body>
        <p>
            The following has been generated by Hub Archive Creator:
        </p>
        <ul>
            % for relative_file_path in list_relative_file_path:
                <li>
                    <a href="${relative_file_path}">${relative_file_path}</a>
                </li>
            % endfor
        </ul>
    </body>
</html>