/data/www/auth.na.html

http://github.com/tomahawk-player/tomahawk · HTML · 45 lines · 44 code · 1 blank · 0 comment · 0 complexity · 1d1aec6d4f068ca53177dc07e14e5e4d MD5 · raw file

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>Allow Tomahawk Access</title>
  6. <style>
  7. body {
  8. margin: 0;
  9. padding: 0;
  10. font: normal 12px 'Verdana', sans-serif;
  11. }
  12. a img,
  13. img {
  14. border: 0;
  15. }
  16. a {
  17. color: #598d0c;
  18. }
  19. a#head {
  20. display: block;
  21. width: 100%;
  22. height: 68px;
  23. background: #cbdab1;
  24. }
  25. div#content {
  26. margin: 30px;
  27. text-align: center;
  28. }
  29. div#content p {
  30. margin: 0 0 25px 0;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <a href="http://www.tomahawk-player.org" title="Tomahawk - Powered by Playdar" id="head">
  36. <img alt="Tomahawk - Powered by Playdar" src="/staticdata/tomahawk_auth_logo.png" height="30">
  37. </a>
  38. <div id="content">
  39. <p>You have allowed access to Tomahawk from <a href="<%WEBSITE%>"><%NAME%></a></p>
  40. <p>Copy and paste this authentication <strong>token</strong> into the status bar then close this window.</p>
  41. <p>Token: <input type="text" value="<%AUTHCODE%>" size="35" onclick="this.focus(); this.select();" /></p>
  42. </div>
  43. </body>
  44. </html>