forked from Botanical/BotanJS
29 lines
779 B
HTML
29 lines
779 B
HTML
<!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">✕</a>
|
|
</body>
|
|
</html>
|