forked from PDXostc/media_manager-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (195 loc) · 9.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<!--
* Copyright (c) 2014, Intel Corporation, Jaguar Land Rover
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
-->
<html id="media-manager-app">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="cache-control" content="no-cache" />
<title>MultiMedia Manager</title>
<meta name="viewport" content="width=1080, height=1920, user-scalable=no" />
<!-- jquery and plugins -->
<script type="text/javascript" src="./DNA_common/components/jQuery/jquery-1.8.2.js"></script>
<script type="text/javascript" src="./DNA_common/js/init.js"></script>
<script type="text/javascript" src="js/iscroll.js"></script>
<script type="text/javascript" src="js/mediamanager.js"></script>
<link rel="stylesheet" href="./DNA_common/css/style.css"/>
<link rel="stylesheet" href="css/multimedia_manager.css" type="text/css">
</head>
<body>
<div id="base">
<div id="top-bar"></div>
<div id="app">
<div id="clockElement"></div>
<div id="media-manager-wrapper" class="flex-parent flex-item-4 space-between flex-column">
<div id="" class="flex-parent space-between">
<div class="flex-parent margin-left">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>media manager</strong></small>
</p>
</div>
<div id="" class="flex-parent">
<div class="libraryButton flex-parent">
<p id="library-button" class="hex-arrow label center black">
<!-- <div class="fa fa-music library-btn orange-viv"></div> -->
<small><strong>library</strong></small>
<span class="menu-icon"></span>
</p>
</div>
</div>
</div>
<div id="scroll-container" class="media-carousel-container">
<ul id="media-carousel-content" class="no-bullets media-carousel-items">
</ul>
</div>
<!-- main element playing -->
<div id="infoPanelWrapper" class="textPanel">
<template id="media_playing_item_template"></template>
<img id="thumbnail" class="currentlyPlayingPreviewClass albumThumbnail carouselImage box-out-shadow box-out-blue" data-album-thumbnail-pic="" src="images/cover_album.png" alt="">
<div id="infoPanel" class="infoPanelClass">
<div class="nowPlaying">
<div class="boxIconRectangle"></div>
<!-- this creates the thick bar to left of "Now Playing" -->
<div class="boxIconCaption blue-lt"><strong>Now Playing</strong></div>
</div>
<div id="current-artist-name" class="white text-large artistNameTextMargin ellipsis-one-line" data-artist-name="">Artist</div>
<p id="current-album-title" class="blue-viv ellipsis-one-line" data-album-title="">Album Title</p>
<h4 id="current-song-title" class="white song-name-position ellipsis-three-line current-song-title-pad" data-song-title="">Song Title</h4>
</div>
<h5 id="current-artist-name" class="white artistNameTextMargin ellipsis-one-line" data-artist-name=""><strong></strong></h5>
<p id="current-album-title" class="small blue-viv ellipsis-one-line" data-album-title=""><strong></strong></p>
<h3 id="current-song-title" class="white songNameTextPosition ellipsis-three-line current-song-title-pad" data-song-title=""><strong></strong></h3>
</div>
<div class="playback-console-container">
<div id="timeBar" class="timeBarClass" data-timebar="">
<h3 id="songIndex" class="white hidden" data-track-number-of-track=""><strong>Track Number</strong></h3>
<h6 id="songTime" class="rightText blue-viv" data-song-time=""><strong>Song Time</strong></h6>
</div>
<div id="songProgress" class="progressBar" data-progress-bar="">
<div id="set-media-time-slider" class="set-media-time-bar-holder" data-set-media-time-slider="">
<div id="songSeek" class="progressPot" data-song-seek="" style="">
<a>
<div>
</div>
</a>
</div>
</div>
<div class="progressBar-border"></div>
</div>
<div id="controlButtons" class="audio-control-btns-wrapper">
<div id="prevButton" class="audio-crtl-button fa fa-fast-backward fa-2x"></div>
<div id="fastRewindButton" class="audio-crtl-button fa fa-backward fa-2x"></div>
<div id="playButton" class="audio-crtl-button fa fa-play fa-2x"></div>
<div id="fastFowardButton" class="audio-crtl-button fa fa-forward fa-2x"></div>
<div id="nextButton" class="audio-crtl-button fa fa-fast-forward fa-2x"></div>
<div id="shuffleButton" class="audio-crtl-button fa fa-random fa-2x"></div>
<div id="repeatButton" class="audio-crtl-button fa fa-repeat fa-2x"><span></span></div>
</div>
</div>
<div id="musicLibrary" class="library overlay-bg hideMe">
<div class="libraryLeftPanel">
<div class="libraryLeftControl">
<div id="search" class="fa fa-search fa-lg white"></div>
</div>
</div>
<div id="libraryRightPanel" class="flex-parent flex-column flex-item">
<div id="libraryTopPanel" class="libraryTopPanel flex-parent space-between">
<div id="subPanelArea" class="flex-item content">
<div id="libraryTopSubPanelTitle" class="flex-parent">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>local</strong></small>
</p>
</div>
<h3 id="libraryTopSubPanelSubtitle">Music</h3>
</div>
<p id="closeLibrary" class="closeLibraryButton"></p>
</div>
<div id="library-right-panel-top" class="flex-parent">
<div id="libraryCloseSubPanelButton" class="libraryBackButton"> <div class="settings-back-arrow"></div>
</div>
<div id="libraryTopSubPanel" class="flex-parent flex-center">
<div class="">
<p class="boxIconCaptionSmall blue-lt"><strong>MULTIMEDIA LIBRARY: LOCAL</strong></p>
</div>
</div>
</div>
<div id="libraryContent" class="libraryContent musicLibraryContentGrid flex-item">
<div class="searchBoxContainer">
<div class="input-group">
<input id="searchingBox" class="text-input input-white" type="text" placeholder="album, title, or artist">
<input id="searchButton" value="Search" type="button" class="button-infill button-blue">
</div>
</div>
<div id="listingWrapper">
<ul class="musicContentListedItems flex-item">
<!-- <template id="media-content-list"></template>-->
<li class="content-listing">
<img src="images/replace-current-queue-btn.png" alt="" data-replace-current-btn="">
<img src="images/cover_album.png" alt="" class="listingImageSize albumArt">
<p class="artist-track-title ellipsis-one-line" data-artist-track-title=""></p>
<div class="album-and-track-totals">
<span class="number-of-albums" data-album-number-total=""></span>
<span class="track-time-total" data-track-time-total=""></span>
<img src="images/add-to-current-queue-btn.png" alt="" data-add-to-current-btn="">
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- TEMPLATES BELOW -->
<template id="media_playing_item_template"></template>
<template id="trackPlayingInformation">
<div class="white text-large artistNameTextMargin ellipsis-one-line" data-artist-name=""><strong></strong></div>
<p class="blue-viv ellipsis-one-line" data-album-title=""><strong></strong></p>
<h3 class="white song-name-position ellipsis-one-line" data-song-title=""><strong></strong></h3>
</template>
<template id="song-progress-bar"> </template>
<template id="mediaContentItemTemplate">
<div class="musicElement blue-viv-bg"> <img src="" data-album-thumbnail-pic="" alt="" />
<p class="album-title-text white ellipsis-one-line text-to-uppercase" data-artist-name=""><strong></strong></p>
<div class="artist-title-text blue-viv ellipsis-one-line text-to-uppercase" data-album-title=""><strong><small></small></strong></div>
</div>
</template>
<template id="media-content-list">
<li class="content-listing">
<img class="play-now-btn" src="images/replace-current-queue-btn.png" alt="" data-replace-current-btn="">
<img src="images/cover_album.png" alt="" class="listingImageSize albumArt">
<p class="artist-track-title ellipsis-one-line" data-artist-track-title=""></p>
<div class="album-and-track-totals">
<span class="number-of-albums" data-album-number-total=""></span>
<span class="track-time-total" data-track-time-total=""></span>
<span class="addedNote hideMe">Added</span>
<img class="add-to-playlist-btn" src="images/add-to-current-queue-btn.png" alt="" data-add-to-current-btn="">
</div>
</li>
</template>
<template id="carousel-listed-items">
<li class="carousel-item-container">
<img src="" class="carousel-image-reflect" alt="">
<span class="song-title-carousel ellipsis-one-line"></span>
<span class="artist-name-carousel ellipsis-one-line"></span>
</li>
</template>
</div><!-- media-manager-wrapper -->
</div><!-- app -->
<div id="bottom-bar"></div>
</div><!-- base -->
</body>
</html>