/templates/webapps/demo_sequencer/login.mako
https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 20aa90ecfad4950be44bb90dc50bbacc MD5 · raw file
- <html>
- <body>
- <iframe name="trash" frameborder="0" style="position: absolute; width: 0%; height: 0%;" src="${h.url_for( controller="common", action="empty_page" )}"></iframe>
- <form id="logOnForm" name="logOnForm" method="post" action="${trans.app.sequencer_actions_registry.browser_login}" target="trash">
- </form>
- <script type="text/javascript">
- document.logOnForm.submit();
- </script>
- </body>
- </html>