/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

  1. <html>
  2. <body>
  3. <iframe name="trash" frameborder="0" style="position: absolute; width: 0%; height: 0%;" src="${h.url_for( controller="common", action="empty_page" )}"></iframe>
  4. <form id="logOnForm" name="logOnForm" method="post" action="${trans.app.sequencer_actions_registry.browser_login}" target="trash">
  5. </form>
  6. <script type="text/javascript">
  7. document.logOnForm.submit();
  8. </script>
  9. </body>
  10. </html>