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

http://github.com/cacaodev/cappuccino · HTML · 103 lines · 70 code · 20 blank · 13 comment · 0 complexity · cd040b7b9b991e59411ab5e2b93e74ae MD5 · raw file

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <!--
  6. index-debug.html
  7. CPAlertTest
  8. Created by Alexander Ljungberg on August 19, 2010.
  9. Copyright 2010, WireLoad, LLC All rights reserved.
  10. -->
  11. <head>
  12. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, chrome=1" />
  13. <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
  14. <meta name="apple-mobile-web-app-capable" content="yes" />
  15. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  16. <link rel="apple-touch-icon" href="Resources/icon.png" />
  17. <link rel="apple-touch-startup-image" href="Resources/default.png" />
  18. <title>CPAlertTest</title>
  19. <script type="text/javascript">
  20. OBJJ_MAIN_FILE = "main.j";
  21. OBJJ_INCLUDE_PATHS = ["Frameworks/Debug", "Frameworks", "SomethingElse"];
  22. </script>
  23. <script src="Frameworks/Debug/Objective-J/Objective-J.js" type="text/javascript" charset="UTF-8"></script>
  24. <script type="text/javascript">
  25. objj_msgSend_reset();
  26. // DEBUG OPTIONS:
  27. // Uncomment to enable printing of backtraces on exceptions:
  28. //objj_msgSend_decorate(objj_backtrace_decorator);
  29. // Uncomment to supress exceptions that take place inside a message
  30. //objj_msgSend_decorate(objj_supress_exceptions_decorator)
  31. // Uncomment to enable runtime type checking:
  32. //objj_msgSend_decorate(objj_typecheck_decorator);
  33. // Uncomment (along with both above) to print backtraces on type check errors:
  34. //objj_typecheck_prints_backtrace = true;
  35. // Uncomment to disable the default logger (CPLogConsole if window.console exists, CPLogPopup otherwise):
  36. //CPLogUnregister(CPLogDefault);
  37. // Uncomment to enable a specific logger:
  38. //CPLogRegister(CPLogConsole);
  39. //CPLogRegister(CPLogPopup);
  40. </script>
  41. <style type="text/css">
  42. body{margin:0; padding:0;}
  43. #container {position: absolute; top:50%; left:50%;}
  44. #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
  45. #content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
  46. #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
  47. </style>
  48. <!--[if lt IE 7]>
  49. <STYLE type="text/css">
  50. #container { position: relative; top: 50%; }
  51. #content { position: relative;}
  52. </STYLE>
  53. <![endif]-->
  54. </head>
  55. <body style="">
  56. <div id="cappuccino-body">
  57. <div id="loadingcontainer" style="background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;">
  58. <script type="text/javascript">
  59. document.write("<div id='container'><p id='content'>" +
  60. "<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
  61. "Loading CPAlertTest...</p></div>");
  62. </script>
  63. <noscript>
  64. <div id="container">
  65. <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">
  66. <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>
  67. <p style="font-size:120%; padding:10px;"><a href="http://cappuccino-project.org/noscript">Show me how to enable JavaScript</a></p>
  68. <p style="font-size:80%;">You may want to upgrade to a newer browser while you're at it:</p>
  69. <ul style="margin:0;padding:0; text-align: center; font-size:80%;" >
  70. <li style="display: inline;"><a href="http://www.apple.com/safari/download/">Safari</a></li>
  71. <li style="display: inline;"><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
  72. <li style="display: inline;"><a href="http://www.google.com/chrome/">Chrome</a></li>
  73. <li style="display: inline;"><a href="http://www.opera.com/download/">Opera</a></li>
  74. <li style="display: inline;"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a></li>
  75. </ul>
  76. </div>
  77. </div>
  78. </noscript>
  79. </div>
  80. </div>
  81. </body>
  82. </html>