temporarily remove audio player example

This commit is contained in:
rolux 2012-12-29 00:54:08 +01:00
parent 2b65daf729
commit 5a9ed23252
4 changed files with 0 additions and 1295 deletions

View file

@ -1,98 +0,0 @@
#artworkText {
padding-top: 1px;
text-align: center;
}
#findInput {
right: 4px;
top: 19px;
border-top-left-radius: 0;
}
#findInput > input {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#findInput > .OxButton {
border-top-right-radius: 0;
}
#findLabel {
right: 20px;
top: 4px;
padding-top: 1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-size: 9px;
}
#findSelect {
right: 4px;
top: 4px;
border-bottom-right-radius: 0;
}
#statusText {
padding-top: 3px;
font-size: 9px;
text-align: center;
}
#toolbar > * {
position: absolute;
}
#viewButtons > .OxButton:first-child {
border-top-left-radius: 0;
}
#viewButtons > .OxButton:last-child {
border-top-right-radius: 0;
}
#viewLabel {
right: 136px;
top: 4px;
padding: 1px 4px 0 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-size: 9px;
}
.item {
height: 32px;
}
.item > * {
position: relative;
}
.itemIcon {
left: 2px;
top: 2px;
width: 28px;
height: 28px;
}
.itemTitle {
left: 34px;
top: -28px;
height: 14px;
font-size: 13px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
}
.itemInfo {
left: 34px;
top: -28px;
height: 10px;
font-size: 9px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
}
.OxDialog > .OxContent {
padding: 24px;
}
.OxTableList .OxItem .OxCell > img.image {
width: 14px;
height: 14px;
margin: 0 0 0 -3px;
}
.OxTableList .OxItem .OxCell > img.symbol {
width: 10px;
height: 10px;
margin: 2px 0 0 -1px;
}

View file

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Audio Player</title>
<meta http-equiv="Keywords" content="UI"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/classic/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>
<script type="text/javascript" src="../../../build/Ox.js"></script>
<script type="text/javascript" src="js/example.js"></script>
<script>window.addEventListener('message', function(e) { e.origin == window.location.origin && eval(e.data); });</script>
</head>
<body></body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -1,56 +0,0 @@
[
{
"album": "The Grey Album",
"artist": "Danger Mouse",
"artwork": "http://0x2620.org/music/Danger Mouse/2004 The Grey Album/artwork.png",
"bitrate": 128,
"checked": true,
"disc": 1,
"duration": 160.417,
"file": "http://0x2620.org/music/Danger Mouse/2004 The Grey Album/01-03 Encore.mp3",
"genre": "Hip-Hop",
"id": "Danger Mouse\n2004 The Grey Album\n01-03 Encore.mp3",
"playing": false,
"size": 2556502,
"title": "Encore",
"track": 3,
"type": "mp3",
"year": 2004
},
{
"album": "No Love Deep Web",
"artist": "Death Grips",
"artwork": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/artwork.png",
"bitrate": 128,
"checked": true,
"disc": 1,
"duration": 303.96,
"file": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/01-03 No Love.mp3",
"genre": "Electronic",
"id": "Death Grips\n2012 No Love Deep Web\n01-03 No Love.mp3",
"playing": false,
"size": 4863327,
"title": "No Love",
"track": 3,
"type": "mp3",
"year": 2012
},
{
"album": "No Love Deep Web",
"artist": "Death Grips",
"artwork": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/artwork.png",
"bitrate": 128,
"checked": true,
"disc": 1,
"duration": 138.37,
"file": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/01-09 Deep Web.mp3",
"genre": "Electronic",
"id": "Death Grips\n2012 No Love Deep Web\n01-09 Deep Web.mp3",
"playing": false,
"size": 2214303,
"title": "Deep Web",
"track": 9,
"type": "mp3",
"year": 2012
}
]