forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Botan JS - Test</title>
|
||||
<script>
|
||||
var debugEnv = true;
|
||||
var _AstConf_ = {
|
||||
"Spoiler": [ 1, 2 ]
|
||||
};
|
||||
</script>
|
||||
|
||||
<link href="/ocss/Astro.Blog.Components.Spoiler" rel="stylesheet" type="text/css" />
|
||||
<script src="/ojs/Astro.Blog.Components.Spoiler"></script>
|
||||
<body onload="BotanJS.import('Astro.Bootstrap').init();">
|
||||
<div id="spoiler_1" class="spoiler">
|
||||
<div class="s_title flsf">Test title</div>
|
||||
<div class="s_content" style="display: none;">test_content</div>
|
||||
</div>
|
||||
<div id="spoiler_2" class="spoiler">
|
||||
<div class="s_title flsf">Test title 2</div>
|
||||
<div class="s_content" style="display: none;">test_content 2</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user