AstroJS/botanjs/service/templates/test/Astro.Blog.Layout.Article.Control.html

29 lines
779 B
HTML
Raw Normal View History

2015-08-14 13:06:23 +00:00
<!DOCTYPE HTML>
<html>
<head>
<title>blog - astropenguin</title>
<meta name="description" content="Astropenguin blogAPI Beta">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script>
var debugEnv = true;
var _AstConf_ = {
"ArticleID": 11
, "Control" : {
"action": {
"del": "/delete"
}
}
};
</script>
<!-- BotanJS.Astro.Blog -->
<link href="/ocss/Astro.Blog.Layout.Article.Control" rel="stylesheet" type="text/css" />
<script src="/ojs/Astro.Blog.Layout.Article.Control"></script>
</head>
<body onload="BotanJS.import('Astro.Bootstrap').init();">
<a id="control_delete" class="b_button b_delete flsf" title="Delete this article">&#x2715;</a>
</body>
</html>