Advertisement
macias

js browser

Aug 28th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.71 KB | None | 0 0
  1. <!DOCTYPE html><html xmlns:fb="http://ogp.me/ns/fb#" itemtype="http://schema.org"><head><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE7"><meta name="fragment" content="!"><meta charset="utf-8"><meta property="og:title" content="Coursera Accounts"><meta property="og:type" content="website"><meta property="og:image" content="http://s3.amazonaws.com/coursera/media/AllBooks.png"><meta property="og:url" content="https://www.coursera.org/"><meta property="og:site_name" content="Coursera"><meta property="og:locale" content="en_US"><meta property="og:description" content="We are a social entrepreneurship company that partners with the top universities in the world to offer courses online for anyone to take, for free. We envision a future where the top universities are educating not only thousands of students, but millions. Our technology enables the best professors to teach tens or hundreds of thousands of students."><meta property="fb:admins" content="727836538,4807654"><meta property="fb:app_id" content="274998519252278"><meta itemprop="name" content="Coursera"><meta itemprop="description" content="Coursera | Education for Everyone"><meta itemprop="image" content="http://s3.amazonaws.com/coursera/media/AllBooks.png"><title>Coursera.org</title><link href="https://d1rlkby5e91r2j.cloudfront.net/ac290574978a278c9261a177903d8b7815391f45/css/www.css" rel="stylesheet" type="text/css"><link href="https://d1rlkby5e91r2j.cloudfront.net/ac290574978a278c9261a177903d8b7815391f45/pages/auth/css/auth.css" rel="stylesheet" type="text/css"></head><body><div id="fb-root"></div><div id="origami"><div style="position:absolute;top:0px;left:0px;width:100%;height:100%;background:#f5f5f5;padding-top:5%;"><div id="coursera-loading-nojs" style="text-align:center; margin-bottom:10px;display:none;">Please use a <a href="/browsers">modern browser </a> with JavaScript enabled to use Coursera.</div><div><span id="coursera-loading-js" style="display: none; padding-left:45%">loading &nbsp;&nbsp;<img src="https://d2wvvaown1ul17.cloudfront.net/site-static/images/icons/loading.gif"></span></div><noscript><div style="text-align:center; margin-bottom:10px;">Please use a <a href="/browsers">modern browser </a> with JavaScript enabled to use Coursera.</div></noscript></div></div><!--[if gte IE 8]><script>document.getElementById("coursera-loading-js").style.display = 'block';</script><![endif]-->
  2. <!--[if lte IE 7]><script>document.getElementById("coursera-loading-nojs").style.display = 'block';
  3. window._204 = window._204 || [];
  4. window._gaq = window._gaq || [];
  5.  
  6. window._gaq.push(
  7.    ['_setAccount', 'UA-28377374-1'],
  8.    ['_setDomainName', window.location.hostname],
  9.    ['_setAllowLinker', true],
  10.    ['_trackPageview', window.location.pathname]);
  11.    
  12. window._204.push(
  13.  ['client', 'home'],
  14.  {key:"pageview", value:window.location.pathname});
  15.  </script><script src="https://eventing.coursera.org/204.min.js"></script><script src="https://ssl.google-analytics.com/ga.js"></script><![endif]-->
  16. <!--[if !IE]> --><script>document.getElementById("coursera-loading-js").style.display = 'block';</script><!-- <![endif]--><script type="text/javascript" src="https://d1rlkby5e91r2j.cloudfront.net/ac290574978a278c9261a177903d8b7815391f45/js/core/require.js"></script><script type="text/javascript" data-baseurl="https://d1rlkby5e91r2j.cloudfront.net/ac290574978a278c9261a177903d8b7815391f45/" data-version="ac290574978a278c9261a177903d8b7815391f45" data-timestamp='1377041200372' data-debug='0' id="_require">if(document.getElementById("coursera-loading-js").style.display == 'block') {
  17.   (function(el) {
  18.      // prevent throw
  19.      require.onError = function(err) {
  20.        window._204 = window._204 || [];
  21.        window._204.push({key: 'requireErr', value: err});
  22.      };
  23.      
  24.      define("pages/auth/authConfig",
  25.          function() {
  26.              return {"coursera_url": "https://www.coursera.org/",
  27.                      "environment": "production"};
  28.      }
  29.      );
  30.      
  31.      require.config({
  32.        enforceDefine: false,
  33.        waitSeconds: 14,
  34.        baseUrl: el.getAttribute("data-baseurl"),
  35.        urlArgs: el.getAttribute("data-debug") == "1" ? "v=" + el.getAttribute("data-timestamp") : "",
  36.        shim: {
  37.           "underscore": {
  38.              exports: '_'
  39.           },
  40.          
  41.           "backbone": {
  42.              deps: ['underscore', 'jquery'],
  43.              exports: 'Backbone'
  44.           }
  45.        },
  46.        paths: {
  47.           "jquery":       "js/core/jquery",
  48.           "underscore":   "js/core/underscore",
  49.           "backbone":     "js/core/backbone"
  50.        },
  51.        callback: function() {
  52.          require(["pages/auth/routes"]); // bootup coursera
  53.        }
  54.      });
  55.   })(document.getElementById("_require"));
  56. }</script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement