consolidate item detail page
This commit is contained in:
parent
683d8d69a9
commit
607e81029b
2 changed files with 245 additions and 500 deletions
|
@ -16,7 +16,7 @@
|
|||
<div id="itemImage"></div>
|
||||
<div id="playButtonShadow" style="display: none; height: 48px; position: absolute; bottom: 0; left: 0; right: 0; background: black; opacity: .75;">
|
||||
</div>
|
||||
<button id="btnPlay" type="button" class="imageButton" style="display: none; position: absolute; bottom: 5px; left: 10px;" data-role="none" title="Play" onclick="ItemDetailPage.onPlayButtonClick();">
|
||||
<button id="btnPlayMenu" type="button" class="imageButton" style="display: none; position: absolute; bottom: 5px; left: 10px;" data-role="none" title="Play">
|
||||
<img src="css/images/media/playCircle.png" style="height: 28px;" />
|
||||
</button>
|
||||
</div>
|
||||
|
@ -65,8 +65,8 @@
|
|||
<div data-role="popup" id="playMenu" data-corners="false" data-theme="c">
|
||||
<ul data-role="listview" style="min-width: 150px;" data-theme="c">
|
||||
<li data-role="list-divider" data-theme="a">Play Menu</li>
|
||||
<li><a href="#" onclick="ItemDetailPage.play();">Play</a></li>
|
||||
<li><a href="#" onclick="ItemDetailPage.resume();">Resume</a>
|
||||
<li><a href="#" id="btnPlay">Play</a></li>
|
||||
<li><a href="#" id="btnResume">Resume</a>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue