2016-05-11 07:36:28 -07:00
|
|
|
|
<div id="nowPlayingPage" data-role="page" class="page libraryPage nowPlayingPage noSecondaryNavPage selfBackdropPage" data-contextname="${TitleRemoteControl}" data-theme="b">
|
2014-04-14 20:54:52 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="remoteControlContent">
|
2016-02-05 21:30:43 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="background: #080808;">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" style="position: absolute; top: .5em; left: .5em; z-index: 1;" tabindex="-1" class="btnExitRemoteControl autoSize">
|
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
</button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="float: right; position: absolute; top: .5em; right: .5em; text-align: right;" class="topRightContainer">
|
|
|
|
|
<span class="nowPlayingSelectedPlayer"></span>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="nowPlayingCastIcon autoSize" style="vertical-align: middle; z-index: 1;" tabindex="-1">
|
|
|
|
|
<i class="md-icon">cast</i>
|
|
|
|
|
</button>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="libraryViewNav headroomDisabled">
|
|
|
|
|
<button class="pageTabButton is-active" data-index="0">${TabNowPlaying}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="1">${TabControls}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="2">${TabPlaylist}</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="is-active pageTabContent ehsContent" id="nowPlayingTab" data-index="0">
|
|
|
|
|
<div style="text-align:center;">
|
|
|
|
|
<div class="nowPlayingPageTitle" style="line-height: normal;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="nowPlayingInfoMetadata">
|
|
|
|
|
<div class="nowPlayingPageImage" style="margin: 1em auto;"></div>
|
2016-06-13 12:02:48 -07:00
|
|
|
|
<div class="nowPlayingPageTimeContainer" style="display:flex; align-items: center;">
|
|
|
|
|
<div class="positionTime"></div>
|
|
|
|
|
<div class="sliderContainer nowPlayingPositionSliderContainer" style="flex-grow:1;margin: 0 1em;">
|
|
|
|
|
<input type="range" is="emby-slider" pin step="1" min="0" max="100" value="0" class="nowPlayingPositionSlider" />
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2016-06-13 12:02:48 -07:00
|
|
|
|
<div class="runtime"></div>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="nowPlayingInfoButtons">
|
|
|
|
|
|
2016-02-05 21:30:43 -07:00
|
|
|
|
<div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnPreviousTrack btnPlayStateCommand autoSize" title="${ButtonPreviousTrack}">
|
|
|
|
|
<i class="md-icon">skip_previous</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnPause btnPlayStateCommand autoSize" title="${ButtonPause}">
|
|
|
|
|
<i class="md-icon">pause</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnPlay btnPlayStateCommand autoSize" title="${ButtonPlay}">
|
|
|
|
|
<i class="md-icon">play_arrow</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnPlayStateCommand btnStop autoSize" title="${ButtonStop}">
|
|
|
|
|
<i class="md-icon">stop</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnPlayStateCommand btnNextTrack autoSize" title="${ButtonNextTrack}">
|
|
|
|
|
<i class="md-icon">skip_next</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="buttonsRow2">
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnAudioTracks videoButton btnPlayStateCommand autoSize" title="${ButtonAudioTracks}" data-command="GoToSearch">
|
|
|
|
|
<i class="md-icon">audiotrack</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnSubtitles videoButton btnPlayStateCommand autoSize" title="${ButtonSubtitles}" data-command="GoToSearch">
|
|
|
|
|
<i class="md-icon">closed_caption</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnChapters videoButton btnPlayStateCommand autoSize" title="${ButtonScenes}" data-command="GoToSearch">
|
|
|
|
|
<i class="md-icon">movie</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnToggleFullscreen videoButton btnPlayStateCommand autoSize" title="${ButtonFullscreen}" data-command="ToggleFullscreen">
|
|
|
|
|
<i class="md-icon">fullscreen</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
<div>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCommand repeatToggleButton autoSize" title="${ButtonRepeat}" data-command="SetRepeatMode">
|
|
|
|
|
<i class="md-icon">repeat</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCommand volumeButton autoSize" title="${ButtonMute}" data-command="ToggleMute">
|
|
|
|
|
<i class="md-icon">volume_off</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCommand volumeButton autoSize" title="${ButtonVolumeDown}" data-command="VolumeDown">
|
|
|
|
|
<i class="md-icon">volume_down</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCommand volumeButton autoSize" title="${ButtonVolumeUp}" data-command="VolumeUp">
|
|
|
|
|
<i class="md-icon">volume_up</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="nowPlayingPageUserDataButtons" style="margin-top:1em;">
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="controlsTab" data-index="1">
|
|
|
|
|
<div style="text-align:center;">
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnArrowUp btnCommand autoSize" title="${ButtonArrowUp}" data-command="MoveUp">
|
|
|
|
|
<i class="md-icon">keyboard_arrow_up</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnArrowLeft btnCommand autoSize" title="${ButtonArrowLeft}" data-command="MoveLeft">
|
|
|
|
|
<i class="md-icon">keyboard_arrow_left</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnOk btnCommand autoSize" title="${ButtonOk}" data-command="Select">
|
|
|
|
|
<i class="md-icon">check</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnArrowRight btnCommand autoSize" title="${ButtonArrowRight}" data-command="MoveRight">
|
|
|
|
|
<i class="md-icon">keyboard_arrow_right</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnArrowDown btnCommand autoSize" title="${ButtonArrowDown}" data-command="MoveDown">
|
|
|
|
|
<i class="md-icon">keyboard_arrow_down</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnBack btnCommand autoSize" title="${ButtonBack}" data-command="Back">
|
|
|
|
|
<i class="md-icon">arrow_back</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnInfo btnCommand autoSize" title="${ButtonInfo}" data-command="ToggleContextMenu">
|
|
|
|
|
<i class="md-icon">info</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnGoHome btnCommand autoSize" title="${ButtonHome}" data-command="GoHome">
|
|
|
|
|
<i class="md-icon">home</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnShowSearch btnCommand autoSize" title="${ButtonSearch}" data-command="GoToSearch">
|
|
|
|
|
<i class="md-icon">search</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="bthShowSettings btnCommand autoSize" title="${ButtonSettings}" data-command="GoToSettings">
|
|
|
|
|
<i class="md-icon">settings</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
|
|
|
|
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnScreenshot btnCommand autoSize" title="${ButtonTakeScreenshot}" data-command="TakeScreenshot">
|
|
|
|
|
<i class="md-icon">videocam</i>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="readOnlyContent" style="margin: 2em auto 0; padding: 0 1em 100px;">
|
|
|
|
|
<div class="sendMessageSection">
|
|
|
|
|
<br /><h1>${HeaderSendMessage}</h1>
|
|
|
|
|
<div style="text-align: left;">
|
|
|
|
|
<form class="sendMessageForm">
|
2016-06-07 10:36:32 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" class="sendMessageElement" type="text" id="txtMessageTitle" label="${LabelMessageTitle}" required />
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-06-07 10:36:32 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" class="sendMessageElement" type="text" id="txtMessageText" label="${LabelMessageText}" required />
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
<button is="emby-button" class="sendMessageElement accent block raised" type="submit" raised>${ButtonSend}</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="sendTextSection">
|
|
|
|
|
<br /><h1>${HeaderTypeText}</h1>
|
|
|
|
|
<div style="text-align: left;">
|
|
|
|
|
<form class="typeTextForm">
|
2016-06-07 10:36:32 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" class="typeTextElement" type="text" id="txtTypeText" label="${LabelTypeText}" required />
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<p>
|
2016-06-07 10:36:32 -07:00
|
|
|
|
<button is="emby-button" class="typeTextElement accent block raised" type="submit" raised>${ButtonSend}</button>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="playlistTab" data-index="2">
|
|
|
|
|
<div class="playlist itemsContainer" style="max-width: 800px; margin: 3em auto 0; padding-bottom: 200px;">
|
2016-02-05 21:30:43 -07:00
|
|
|
|
</div>
|
2015-09-25 19:31:13 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content" style="overflow:visible;">
|
2015-06-26 08:53:49 -07:00
|
|
|
|
|
2014-04-14 20:54:52 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|