/Tests/Manual/AttachedSheet/index-debug.html

http://github.com/cacaodev/cappuccino · HTML · 83 lines · 57 code · 13 blank · 13 comment · 0 complexity · 629e1e3012bb3ae93dc3f97431976e13 MD5 · raw file

  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. Untitled
  9. Created by You on July 30, 2009.
  10. Copyright 2009, Your Company All rights reserved.
  11. -->
  12. <head>
  13. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  14. <title>Attached Sheet</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. <script type = "text/javascript">
  21. objj_msgSend_reset();
  22. // DEBUG OPTIONS:
  23. // Uncomment to enable printing of backtraces on exceptions:
  24. //objj_msgSend_decorate(objj_backtrace_decorator);
  25. // Uncomment to enable runtime type checking:
  26. //objj_msgSend_decorate(objj_typecheck_decorator);
  27. // Uncomment (along with both above) to print backtraces on type check errors:
  28. //objj_typecheck_prints_backtrace = true;
  29. </script>
  30. <style type = "text/css">
  31. body{margin:0; padding:0;}
  32. #container {position: absolute; top:50%; left:50%;}
  33. #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
  34. #content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
  35. #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
  36. </style>
  37. <!--[if lt IE 7]>
  38. <STYLE type="text/css">
  39. #container { position: relative; top: 50%; }
  40. #content { position: relative;}
  41. </STYLE>
  42. <![endif]-->
  43. </head>
  44. <body style="">
  45. <div id="loadingcontainer" style=" background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;">
  46. <script type = "text/javascript">
  47. document.write("<div id='container'><p id='content'>" +
  48. "<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
  49. "Loading Attached Sheet...</p></div>");
  50. </script>
  51. <noscript>
  52. <div id="container">
  53. <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">
  54. <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>
  55. <p style="font-size:120%; padding:10px;"><a href="http://cappuccino-project.org/noscript">Show me how to enable JavaScript</a></p>
  56. <p style="font-size:80%;">You may want to upgrade to a newer browser while you're at it:</p>
  57. <ul style="margin:0;padding:0; text-align: center; font-size:80%;" >
  58. <li style="display: inline;"><a href="http://www.apple.com/safari/download/">Safari</a></li>
  59. <li style="display: inline;"><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
  60. <li style="display: inline;"><a href="http://www.google.com/chrome/">Chrome</a></li>
  61. <li style="display: inline;"><a href="http://www.opera.com/download/">Opera</a></li>
  62. <li style="display: inline;"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a></li>
  63. </ul>
  64. </div>
  65. </div>
  66. </noscript>
  67. </div>
  68. </body>
  69. </html>