AstroJS/botanjs/service/templates/test/Astro.Blog.Components.Notification.html

39 lines
1003 B
HTML
Raw Normal View History

2015-08-14 13:06:23 +00:00
<html>
<head>
<title>Botan JS - Test</title>
<script>
var debugEnv = true;
var _AstConf_ = {
"ServiceUri": "/"
, "BasePath": "http://blog.astropenguin.net"
, "Notification": {
"paths": {
"get_mesg": "/article/ajax-notifications"
}
}
};
</script>
<link href="/ocss/Components.Console" rel="stylesheet" type="text/css" />
<script src="/ojs/Components.Console"></script>
<link href="/ocss/Astro.Blog.Components.Notification/-Components.Console" rel="stylesheet" type="text/css" />
<script src="/rjs/Astro.Blog.Components.Notification/-Components.Console"></script>
<body onload="BotanJS.import('Astro.Bootstrap').init();">
<div style="position: absolute; width: 200px; height: 600px; right: 0">
<div id="notifications" class="notifications">
<div class="nt_button" data-count="0">
<span>Notifications</span>
</div>
<div id="nt_body" class="nt_body cubic200">
<div class="nt_arrow"></div>
</div>
</div>
</div>
</body>
</html>