/Tests/Manual/CPBrowserTest/index.html

http://github.com/cacaodev/cappuccino · HTML · 70 lines · 47 code · 10 blank · 13 comment · 0 complexity · 4026165c4dfb1a3ba2acf7ebe45b3b0a 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.html
  7. CPBrowserTest
  8. Created by Ross Boucher on March 23, 2010.
  9. Copyright 2010, Your Company All rights reserved.
  10. -->
  11. <head>
  12. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, chrome=1" />
  13. <title>CPBrowserTest</title>
  14. <script type="text/javascript">
  15. OBJJ_MAIN_FILE = "main.j";
  16. </script>
  17. <script src="Frameworks/Objective-J/Objective-J.js" type = "text/javascript"></script>
  18. <style type="text/css">
  19. body{margin:0; padding:0;}
  20. #container {position: absolute; top:50%; left:50%;}
  21. #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
  22. #content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
  23. #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
  24. </style>
  25. <!--[if lt IE 7]>
  26. <STYLE type="text/css">
  27. #container { position: relative; top: 50%; }
  28. #content { position: relative;}
  29. </STYLE>
  30. <![endif]-->
  31. </head>
  32. <body style="">
  33. <div id="cappuccino-body">
  34. <div id="loadingcontainer" style="background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;">
  35. <script type = "text/javascript">
  36. document.write("<div id='container'><p id='content'>" +
  37. "<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
  38. "Loading CPBrowserTest...</p></div>");
  39. </script>
  40. <noscript>
  41. <div id="container">
  42. <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">
  43. <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>
  44. <p style="font-size:120%; padding:10px;"><a href="http://cappuccino-project.org/noscript">Show me how to enable JavaScript</a></p>
  45. <p style="font-size:80%;">You may want to upgrade to a newer browser while you're at it:</p>
  46. <ul style="margin:0;padding:0; text-align: center; font-size:80%;" >
  47. <li style="display: inline;"><a href="http://www.apple.com/safari/download/">Safari</a></li>
  48. <li style="display: inline;"><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
  49. <li style="display: inline;"><a href="http://www.google.com/chrome/">Chrome</a></li>
  50. <li style="display: inline;"><a href="http://www.opera.com/download/">Opera</a></li>
  51. <li style="display: inline;"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </noscript>
  56. </div>
  57. </div>
  58. </body>
  59. </html>