index.html revision 09b555c24f00f6b2c1e4400bc20c959f69af3bd2
<!DOCTYPE html>
<!--[if !IE 7]>
#wrap {display:table;height:100%}
</style>
<![endif]-->
<html>
<head>
<title>OpenAM</title>
<script type="text/javascript">
(function () {
var fakeConsole = {
log : function() {
},
info : function() {
},
debug : function() {
}
};
if (typeof console == "undefined") {
window.console = fakeConsole;
}
else
{
for (var key in fakeConsole)
{
}
}
})();
</script>
<!--[if IE]>
<link rel="stylesheet" href="css/style-ie.css" />
<![endif]-->
</head>
<body>
<div id="messages"></div>
<div id="wrapper">Loading...</div>
<div id="popup">
<div id="popup-content" class="radious"></div>
</div>
<div id="footer"></div>
<div class="dialog-background"></div>
<div id="dialogs"></div>
</body>
</html>