-
-
Save stoefln/1090716 to your computer and use it in GitHub Desktop.
a lot of warnings with domcrawler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Willkommen</title> | |
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | |
Remove this if you use the .htaccess --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="description" content="Eventiply"> | |
<meta name="author" content="Eventiply"> | |
<!-- Mobile viewport optimized: j.mp/bplateviewport --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="shortcut icon" href="/eventiply/web/bundles/ajadoeventhub/images/favicon.ico" /> | |
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png"> --> | |
<link rel="stylesheet" type="text/css" href="/eventiply/web/bundles/ajadoeventhub/css/boilerplate.css" media="screen" /> | |
<link rel="stylesheet" type="text/css" href="/eventiply/web/bundles/ajadoeventhub/css/default.css" media="screen" /> | |
<link rel="stylesheet" type="text/css" href="/eventiply/web/bundles/ajadoeventhub/css/backend.css" media="screen" /> | |
<link rel="stylesheet" type="text/css" href="/eventiply/web/bundles/ajadoeventhub/css/custom-theme/jquery-ui-1.8.11.custom.css" media="screen" /> | |
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> | |
<script type="text/javascript" src="/eventiply/web/bundles/ajadoeventhub/js/modernizr-1.7.min.js"></script> | |
<script type="text/javascript" src="/eventiply/web/bundles/ajadoeventhub/js/jquery-1.5.1.min.js"></script> | |
<script type="text/javascript" src="/eventiply/web/bundles/ajadoeventhub/js/jquery-ui-1.8.11.custom.min.js"></script> | |
<script type="text/javascript" src="/eventiply/web/bundles/ajadoeventhub/js/jquery.defaultvalue.js"></script> | |
<script type="text/javascript" src="/eventiply/web/bundles/ajadoeventhub/js/default.js"></script> | |
<script type="text/javascript"> | |
var disqus_developer = 1; // this would set it to developer mode | |
</script> | |
</head> | |
<body> | |
<div id="container"> | |
<header> | |
<div id="header"> | |
<div id="logo"> | |
<a href="/eventiply/web/app_dev_local.php/" ><img src="/eventiply/web/bundles/ajadoeventhub/images/logo_be.gif" /></a> | |
</div> | |
<div id="fb-root"></div> | |
<script> | |
window.fbAsyncInit = (function(originalFunc) { | |
return function() { | |
if (originalFunc) originalFunc(); | |
FB.init({"appId":"216760401701682","xfbml":true,"session":{"access_token":"216760401701682|2.AQApvj1nsl2MM7Nq.3600.1311030000.1-1666900615|V_Gu6_pKY8GHnMzrRWtjuQVw32g","base_domain":"localhost","expires":"1311030000","secret":"407_IA_hvl0X3fKiEeqpwA__","session_key":"2.AQApvj1nsl2MM7Nq.3600.1311030000.1-1666900615","sig":"fe2579c96ed7ded2cbe903b82b9987ff","uid":"1666900615"},"status":false,"cookie":true,"logging":true}); | |
}; | |
})(window.fbAsyncInit); | |
(function() { | |
var e = document.createElement('script'); | |
e.src = document.location.protocol + "\/\/connect.facebook.net\/en_US\/all.js"; | |
e.async = true; | |
document.getElementById('fb-root').appendChild(e); | |
}()); | |
</script> | |
<script type="text/javascript"> | |
window.fbAsyncInit = (function(originalFunc) { | |
return function() { | |
if (originalFunc) originalFunc(); | |
FB.Event.subscribe('auth.login', function(response) { | |
window.location.href = "/eventiply/web/app_dev_local.php/validate/facebook"; | |
}); | |
FB.Event.subscribe('auth.logout', function(response) { | |
window.location.href = "/eventiply/web/app_dev_local.php/logout"; | |
}); | |
FB.getLoginStatus(function(response) { | |
if (response.session) { // logged in and connected user, someone you know | |
$('a.logout').click(function(){ | |
FB.logout(); | |
return false; | |
}); | |
} else { // no user session available, someone you dont know | |
} | |
}); | |
}; | |
})(window.fbAsyncInit); | |
</script> | |
<div id="menu"> | |
<nav> | |
<a href="/eventiply/web/app_dev_local.php/event/list" class="item">Alle Veranstaltungen</a> | |
<a href="/eventiply/web/app_dev_local.php/users/1666900615/events" class="item">Meine Veranstaltungen</a> | |
<a href="/eventiply/web/app_dev_local.php/contact/list" class="item">Meine Kontakte</a> | |
<a href="/eventiply/web/app_dev_local.php/logout" class="item">Logout</a> | |
<a href="#" class="unread-log-entry-count">0</a> | |
<ul class="log-entries" style="display: none;"> | |
</ul> | |
</nav> | |
</div> | |
<div class="clearfix"></div> | |
</div> | |
</header> | |
<div id="main" role="main"> | |
<div id="submenu"> | |
<a href="/eventiply/web/app_dev_local.php/event/create" class="button" id="event-create-link">Veranstaltung erstellen</a> | |
<a href="/eventiply/web/app_dev_local.php/venue/create" class="button">Veranstaltungsort erstellen</a> | |
</div> | |
<div id="content"> | |
<div id="eventiply-dialog" title="Hinweis"></div> | |
<div style="clear: both"></div> | |
Willkommen | |
</div> | |
</div> | |
<footer> | |
</footer> | |
</div> <!--! end of #container --> | |
<!-- JavaScript at the bottom for fast page loading --> | |
<!--[if lt IE 7 ]> | |
<script src="js/libs/dd_belatedpng.js"></script> | |
<script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> | |
<![endif]--> | |
<div id="sfwdt4e24a51231279" style="display: none"></div><script type="text/javascript">/*<![CDATA[*/ (function () { var wdt, xhr; wdt = document.getElementById('sfwdt4e24a51231279'); if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else { xhr = new ActiveXObject('Microsoft.XMLHTTP'); } xhr.open('GET', '/eventiply/web/app_dev_local.php/_wdt/4e24a51231279', true); xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); xhr.onreadystatechange = function(state) { if (4 === xhr.readyState && 200 === xhr.status && -1 !== xhr.responseText.indexOf('sf-toolbarreset')) { wdt.innerHTML = xhr.responseText; wdt.style.display = 'block'; } }; xhr.send(''); })();/*]]>*/</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment