view templates/display.txt @ 11:d05236b15f81 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 3760d0c8353b924ecf994131a5c2eb381aa81fb2
author rmarenco
date Wed, 27 Jul 2016 10:10:49 -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>