Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  10.     <head>
  11.         <title>
  12.     Oops!
  13. </title>
  14.         <link rel="icon" type="image/vnd.microsoft.icon" href="/assets/identityprovider/ubuntu/favicon.ico" />
  15.         <link rel="stylesheet" type="text/css" href="/assets/identityprovider/reset.css"/>
  16.         <link rel="stylesheet" type="text/css" href="/assets/identityprovider/ubuntu/styles.css"/>
  17.         <link rel="stylesheet" type="text/css" href="/assets/identityprovider/ubuntu/forms.css"/>
  18.  
  19.         <script src="/assets/identityprovider/lazr-js/yui/yui-min.js"></script>
  20.         <script type="text/javascript">
  21.             // disable all submit buttons after initial form submission
  22.             // to prevent double-clicks
  23.             YUI().use('node', function (Y) {
  24.                 function set_disablers() {
  25.                     function disable () {
  26.                         Y.all('input[type=submit]').setAttribute('disabled', true);
  27.                         Y.all('button[type=submit]').setAttribute('disabled', true);
  28.                     }
  29.                     Y.all('form').on('submit', disable);
  30.                 }
  31.                 Y.on('domready', set_disablers)
  32.             });
  33.         </script>
  34.  
  35.         <meta name="viewport" content="width=400" />
  36.     </head>
  37.     <body class="onecol" >
  38.         <div id="container">
  39.             <div id="container-inner">
  40.                 <div id="header">
  41.                     <h1 id="ubuntu-header"><a href="/">Ubuntu Single Sign On</a></h1>
  42.                 </div>
  43.  
  44.                     <div id="subheader">
  45.                         <div class="subheader-menu">
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <ul>
  52.   <li id="login">
  53.     <a href="+login" id="login-link">Log in or Register</a>
  54.   </li>
  55. </ul>
  56.  
  57.  
  58.                         </div>
  59.                     </div>
  60.  
  61.  
  62.                 <div id="title">
  63.     <h1 class="main">Oops!</h1>
  64. </div>
  65.  
  66.                 <div id="content">
  67.  
  68.  
  69.  
  70.  
  71.                     <div id="box">
  72.  
  73.         <div>
  74.           <h3>
  75.             Sorry, something just went wrong in Ubuntu Single Sign On.
  76.           </h3>
  77.  
  78.           <p>
  79.             We&#8217;ve recorded what happened, and we&#8217;ll fix it as soon as possible. Apologies for the inconvenience.
  80.           </p>
  81.           <p>
  82.             (OOPS <abbr>ID</abbr>: 2312carambolaubuntu102)
  83.           </p>
  84.  
  85.           <p>
  86.  
  87.             (Sentry <abbr>ID</abbr>: )
  88.           </p>
  89.  
  90.           <pre style="overflow:auto">
  91.  
  92.           </pre>
  93.         </div>
  94.  
  95.                     </div>
  96.  
  97.                     <div id="end-content"></div>
  98.                 </div>
  99.  
  100.  
  101.  
  102.                     <div id="language_footer">
  103.                         <img src="/assets/identityprovider/flags/en-gb.png" alt="en-gb" />
  104.                         <a href="/set_language?next=/api/1.0/authentications" class="picker">
  105.                             Choose your language
  106.                         </a>&nbsp;&nbsp;| <a href="https://forms.canonical.com/sso-support/">Login support</a>
  107.                     </div>
  108.  
  109.  
  110.             </div>
  111.  
  112.             <div id="footer-logo"><a href="http://www.ubuntu.com"></a></div>
  113.  
  114.             <div id="copyright">
  115.                 <p>&copy; 2009-2011 Canonical Ltd.
  116. <a href="https://launchpad.net/canonical-identity-provider">Source code for this service</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL</a>.<br />
  117. Ubuntu and Canonical are registered trademarks of Canonical Group Ltd.<br />
  118. Please review our <a href="http://ubuntu.com/legal">Terms of Service</a> as well as our <a href="http://ubuntu.com/legal#privacy">Privacy Policy</a>.</p>
  119.             </div>
  120.         </div>
  121.  
  122.  
  123.         <script type="text/javascript">
  124.  
  125.           var _gaq = _gaq || [];
  126.  
  127.           _gaq.push(['_setAccount', 'UA-1018242-24']);
  128.           _gaq.push(['_trackPageview']);
  129.  
  130.  
  131.           (function() {
  132.           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  133.           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  134.           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  135.           })();
  136.  
  137.         </script>
  138.  
  139.     </body>
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement