forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!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>
|
Reference in New Issue
Block a user