mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
46 lines
2.4 KiB
HTML
46 lines
2.4 KiB
HTML
<div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="ui-corner-all ui-shadow wizardContent">
|
|
<h1>
|
|
${LabelYoureDone}
|
|
</h1>
|
|
|
|
<p style="margin:2em 0;">${WizardCompleted}</p>
|
|
|
|
<p style="margin:2em 0;" class="appLinks">
|
|
<a href="http://www.amazon.com/Emby-Mobile/dp/B017OSA1QS" target="_blank">
|
|
<img src="css/images/clients/amazon.png" title="Android via Amazon App Store" />
|
|
</a>
|
|
<a href="https://play.google.com/store/apps/details?id=com.mb.android&hl=en" target="_blank">
|
|
<img src="css/images/clients/playstore.png" title="Android via Google Play Store" />
|
|
</a>
|
|
<a href="https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8" target="_blank">
|
|
<img src="css/images/clients/ios.png" title="iOS" />
|
|
</a>
|
|
<a href="https://www.roku.com/channels#!details/44191/emby" target="_blank">
|
|
<img src="css/images/clients/roku.jpg" title="Roku" />
|
|
</a>
|
|
<a href="http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target="_blank">
|
|
<img src="css/images/clients/windowsphone.png" title="Windows Phone" />
|
|
</a>
|
|
<a href="http://apps.microsoft.com/windows/en-us/app/media-browser/ad55a2f0-9897-47bd-8944-bed3aefd5d06" target="_blank">
|
|
<img src="css/images/clients/windowsrt.png" title="Windows 8.1" />
|
|
</a>
|
|
<a href="http://emby.media" target="_blank" title="Windows Media Center">
|
|
<img src="css/images/clients/mbc.png" />
|
|
</a>
|
|
<a href="http://emby.media/download" target="_blank" title="Kodi">
|
|
<img src="css/images/clients/kodi.png" />
|
|
</a>
|
|
</p>
|
|
|
|
<div class="wizardNavigation">
|
|
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></button>
|
|
<button is="emby-button" type="button" class="raised btnWizardNext accent"><iron-icon icon="check"></iron-icon><span>${LabelFinish}</span></button>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |