view templates/display.txt @ 15:2a45cd656e8e draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit f11032a9df62c79a46f6e4a055a3c7ae981ea721
author rmarenco
date Fri, 02 Sep 2016 15:41:51 -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>