update
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<section id="trackInfo"></section>
|
||||
<section id="chapterInfo"></section>
|
||||
</div>
|
||||
<audio controls id="player" autoplay preload="none">
|
||||
<audio controls id="player" autoplay>
|
||||
<source id ="playersource" type="audio/ogg" src="empty.ogg">;
|
||||
</audio>
|
||||
</section>
|
||||
|
||||
52
index_temp.html
Normal file
52
index_temp.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mlib5</title>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="creator" content="stubbfel">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" >
|
||||
<link rel="stylesheet" type="text/css" href="$Base+css/style.css" title="style">
|
||||
<script type="text/javascript" src= $Base+"js/json_sans_eval.js"></script>
|
||||
<script type="text/javascript" src=$Base+"js/mlib.js"></script>
|
||||
</head>
|
||||
<body onload="pageLoad();">
|
||||
<div id="wrapper">
|
||||
<header id="mlibheader">
|
||||
mlib5
|
||||
</header>
|
||||
<div id="breadcrumb">
|
||||
<div id="breadcrumbTitle"></div>
|
||||
</div>
|
||||
<div id="contentwrapper">
|
||||
|
||||
|
||||
<section id="playersec">
|
||||
<div id="timeline">
|
||||
<section id="episodeInfo"></section>
|
||||
<section id="trackInfo"></section>
|
||||
<section id="chapterInfo"></section>
|
||||
</div>
|
||||
<audio controls id="player" autoplay>
|
||||
<source id ="playersource" type="audio/ogg" src="$Base+empty.ogg">;
|
||||
</audio>
|
||||
</section>
|
||||
|
||||
<nav id="playerlistsec">
|
||||
<ul class="menu" id="playList">
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<footer>
|
||||
<div>
|
||||
<h3>Episodenliste</h3>
|
||||
<ul id="epiList"></ul>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<object data="episode.json" type="application/json" id="episode" >
|
||||
</object>
|
||||
<object data="../eList.json" type="application/json" id="eList" >
|
||||
</object>
|
||||
</body>
|
||||
</html>
|
||||
@@ -6,72 +6,11 @@
|
||||
"title": "test2",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
},
|
||||
{
|
||||
"order": "2",
|
||||
"title": "test3",
|
||||
"href": "../index.html"
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,9 +3,10 @@ browser.highlightselection.SL__Browsers_ChromeBrowser=true
|
||||
config.folder=
|
||||
external.project.url=
|
||||
file.reference.html5-mlib5=.
|
||||
file.reference.projects-mlib5=.
|
||||
files.encoding=UTF-8
|
||||
server=INTERNAL
|
||||
site.root.folder=${file.reference.html5-mlib5}
|
||||
site.root.folder=${file.reference.projects-mlib5}
|
||||
start.file=index.html
|
||||
test.folder=
|
||||
web.context.root=/mlib5
|
||||
|
||||
Reference in New Issue
Block a user