forked from Botanical/BotanJS
39 lines
1003 B
HTML
39 lines
1003 B
HTML
<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>
|