Skip to content

Instantly share code, notes, and snippets.

@etgryphon
Created February 5, 2010 16:38
Show Gist options
  • Save etgryphon/295945 to your computer and use it in GitHub Desktop.
Save etgryphon/295945 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>Family Tree</title>
<script type="text/javascript">
var SC=SC||{BUNDLE_INFO:{},LAZY_INSTANTIATION:{}};SC.browser=(function(){var c=navigator.userAgent.toLowerCase();
var a=(c.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1];var b={version:a,safari:(/webkit/).test(c)?a:0,opera:(/opera/).test(c)?a:0,msie:(/msie/).test(c)&&!(/opera/).test(c)?a:0,mozilla:(/mozilla/).test(c)&&!(/(compatible|webkit)/).test(c)?a:0,mobileSafari:(/apple.*mobile.*safari/).test(c)?a:0,windows:!!(/(windows)/).test(c),mac:!!((/(macintosh)/).test(c)||(/(mac os x)/).test(c)),language:(navigator.language||navigator.browserLanguage).split("-",1)[0]};
b.current=b.msie?"msie":b.mozilla?"mozilla":b.safari?"safari":b.opera?"opera":"unknown";
return b})();SC.bundleDidLoad=function(a){var b=this.BUNDLE_INFO[a];if(!b){b=this.BUNDLE_INFO[a]={}
}b.loaded=true};SC.bundleIsLoaded=function(a){var b=this.BUNDLE_INFO[a];return b?!!b.loaded:false
};SC.loadBundle=function(){throw"SC.loadBundle(): SproutCore is not loaded."};SC.setupBodyClassNames=function(){var e=document.body;
if(!e){return}var c,a,f,b,g,d;c=SC.browser.current;a=SC.browser.windows?"windows":SC.browser.mac?"mac":"other-platform";
d=document.documentElement.style;f=(d.MozBoxShadow!==undefined)||(d.webkitBoxShadow!==undefined)||(d.oBoxShadow!==undefined)||(d.boxShadow!==undefined);
b=(d.MozBorderRadius!==undefined)||(d.webkitBorderRadius!==undefined)||(d.oBorderRadius!==undefined)||(d.borderRadius!==undefined);
g=e.className?e.className.split(" "):[];if(f){g.push("box-shadow")}if(b){g.push("border-rad")
}g.push(c);g.push(a);if(SC.browser.msie==7){g.push("ie7")}if(SC.browser.mobileSafari){g.push("mobile-safari")
}e.className=g.join(" ")};if((typeof SC!=="undefined")&&SC&&SC.bundleDidLoad){SC.bundleDidLoad("sproutcore/bootstrap")
};
</script>
<link href="/static/scui/en/7bb3f5755176882810375075301a2f1f17e60d13/stylesheet-packed.css" rel="stylesheet" type="text/css" />
<link href="/static/standard_theme/en/38ef9bc97fbc99cf2089b6ff3c2502c2f61f7c6a/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body class="linkit-theme focus" style="overflow:hidden;" >
<script type="text/javascript">
if(SC.setupBodyClassNames){SC.setupBodyClassNames()};
</script>
<div id="loading">
<p class="loading">Loading...<p>
</div>
<script type="text/javascript" src="/static/scui/en/7bb3f5755176882810375075301a2f1f17e60d13/javascript-packed.js"></script>
<script type="text/javascript" src="/static/family_tree/en/bb2837bf852f61dcd5db07aaa68178677f57ca68/javascript.js"></script>
<script type="text/javascript">String.preferredLanguage = "en";</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment