PageRenderTime 61ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/index-debug.html

http://github.com/mafis/Coffein
HTML | 69 lines | 47 code | 9 blank | 13 comment | 0 complexity | 9b1aaf466db8a2dc50de6c90b549cda6 MD5 | raw file
Possible License(s): LGPL-2.1, CC-BY-3.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en">
  6. <!--
  7. index-debug.html
  8. Coffein
  9. Created by Maximilian Fischer & Felix Stoessel on January 16, 2010.
  10. Copyright 2010, Your Company All rights reserved.
  11. -->
  12. <head>
  13. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  14. <title>Coffein</title>
  15. <script type = "text/javascript">
  16. OBJJ_MAIN_FILE = "main.j";
  17. OBJJ_INCLUDE_PATHS = ["Frameworks/Debug", "Frameworks", "SomethingElse"];
  18. </script>
  19. <script src = "Frameworks/Debug/Objective-J/Objective-J.js" type = "text/javascript"></script>
  20. <style type = "text/css">
  21. body{margin:0; padding:0;}
  22. #container {position: absolute; top:50%; left:50%;}
  23. #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
  24. #content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
  25. #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
  26. </style>
  27. <!--[if lt IE 7]>
  28. <STYLE type="text/css">
  29. #container { position: relative; top: 50%; }
  30. #content { position: relative;}
  31. </STYLE>
  32. <![endif]-->
  33. </head>
  34. <body style="">
  35. <div id="loadingcontainer" style=" background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;">
  36. <script type = "text/javascript">
  37. document.write("<div id='container'><p id='content'>" +
  38. "<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
  39. "Loading Coffein...</p></div>");
  40. </script>
  41. <noscript>
  42. <div id="container">
  43. <div style="width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555">
  44. <p style="line-height: 1.4em;">JavaScript is required for this site to work correctly but is either disabled or not supported by your browser.</p>
  45. <p style="font-size:120%; padding:10px;"><a href="http://cappuccino.org/noscript">Show me how to enable JavaScript</a></p>
  46. <p style="font-size:80%;">You may want to upgrade to a newer browser while you're at it:</p>
  47. <ul style="margin:0;padding:0; text-align: center; font-size:80%;" >
  48. <li style="display: inline;"><a href="http://www.apple.com/safari/download/">Safari</a></li>
  49. <li style="display: inline;"><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
  50. <li style="display: inline;"><a href="http://www.google.com/chrome/">Chrome</a></li>
  51. <li style="display: inline;"><a href="http://www.opera.com/download/">Opera</a></li>
  52. <li style="display: inline;"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a></li>
  53. </ul>
  54. </div>
  55. </div>
  56. </noscript>
  57. </div>
  58. </body>
  59. </html>