index.html revision 4098d8e8496291ef7a21f5f36fabd292d12f8cdb
<!DOCTYPE html>
<html>
<head>
<title>OpenIDM</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="dialogs"></div>
<div id="wrapper">Loading...</div>
<div id="popup">
<div id="popup-content" class="radious"></div>
</div>
<div class="dialog-background"></div>
<div id="footer"></div>
</body>
</html>