mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Remove agreement and app links
This commit is contained in:
parent
673b300610
commit
8d13cc662c
@ -15,7 +15,7 @@ define(["loading", "emby-checkbox", "emby-button", "emby-select"], function(load
|
|||||||
}
|
}
|
||||||
|
|
||||||
function navigateToNextPage() {
|
function navigateToNextPage() {
|
||||||
Dashboard.navigate("wizardagreement.html")
|
Dashboard.navigate("wizardfinish.html")
|
||||||
}
|
}
|
||||||
|
|
||||||
function onSubmit(e) {
|
function onSubmit(e) {
|
||||||
|
@ -5,14 +5,6 @@
|
|||||||
"description": "The open media solution.",
|
"description": "The open media solution.",
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"related_applications": [
|
"related_applications": [
|
||||||
{
|
|
||||||
"platform": "android",
|
|
||||||
"location": "https://play.google.com/store/apps/details?id=com.mb.android"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"platform": "ios",
|
|
||||||
"location": "https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"platform": "web"
|
"platform": "web"
|
||||||
}
|
}
|
||||||
|
@ -771,12 +771,6 @@ var Dashboard = {
|
|||||||
dependencies: [],
|
dependencies: [],
|
||||||
autoFocus: !1,
|
autoFocus: !1,
|
||||||
roles: "admin"
|
roles: "admin"
|
||||||
}), defineRoute({
|
|
||||||
path: "/wizardagreement.html",
|
|
||||||
dependencies: ["dashboardcss"],
|
|
||||||
autoFocus: !1,
|
|
||||||
anonymous: !0,
|
|
||||||
controller: "scripts/wizardagreement"
|
|
||||||
}), defineRoute({
|
}), defineRoute({
|
||||||
path: "/wizardremoteaccess.html",
|
path: "/wizardremoteaccess.html",
|
||||||
dependencies: ["dashboardcss"],
|
dependencies: ["dashboardcss"],
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardagreement,emby-checkbox,emby-button">
|
|
||||||
|
|
||||||
<div class="padded-left padded-right padded-top">
|
|
||||||
|
|
||||||
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
|
|
||||||
<form class="wizardAgreementForm">
|
|
||||||
|
|
||||||
<h1>
|
|
||||||
${HeaderTermsOfService}
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p style="margin-top:2em;">${MessagePleaseAcceptTermsOfService}</p>
|
|
||||||
|
|
||||||
<p style="margin:1.5em 0;"><a is="emby-linkbutton" class="button-link" href="http://emby.media/privacy" target="_blank">${ButtonPrivacyPolicy}</a></p>
|
|
||||||
<p style="margin:1.5em 0;"><a is="emby-linkbutton" class="button-link" href="http://emby.media/terms" target="_blank">${ButtonTermsOfService}</a></p>
|
|
||||||
<label class="checkboxContainer">
|
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkAccept" />
|
|
||||||
<span>${OptionIAcceptTermsOfService}</span>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<div class="wizardNavigation">
|
|
||||||
<button is="emby-button" type="button" onclick="history.back();" class="raised button-cancel">
|
|
||||||
<i class="md-icon">arrow_back</i>
|
|
||||||
<span>${LabelPrevious}</span>
|
|
||||||
</button>
|
|
||||||
<button is="emby-button" type="submit" class="raised button-submit">
|
|
||||||
<span>${LabelNext}</span>
|
|
||||||
<i class="md-icon">arrow_forward</i>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
@ -9,33 +9,6 @@
|
|||||||
|
|
||||||
<p style="margin:2em 0;">${WizardCompleted}</p>
|
<p style="margin:2em 0;">${WizardCompleted}</p>
|
||||||
|
|
||||||
<p style="margin:2em 0;" class="appLinks">
|
|
||||||
<a href="https://www.amazon.com/Emby-Mobile/dp/B00GVH9O0I" target="_blank">
|
|
||||||
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/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="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/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="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/ios.png" title="iOS" />
|
|
||||||
</a>
|
|
||||||
<a href="https://channelstore.roku.com/details/44191/emby" target="_blank">
|
|
||||||
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/roku.jpg" title="Roku" />
|
|
||||||
</a>
|
|
||||||
<a href="http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target="_blank">
|
|
||||||
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/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="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/windowsrt.png" title="Windows 8.1" />
|
|
||||||
</a>
|
|
||||||
<a href="https://emby.media/emby-for-windows-media-center.html" target="_blank" title="Windows Media Center">
|
|
||||||
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/mbc.png" />
|
|
||||||
</a>
|
|
||||||
<a href="https://emby.media/emby-for-kodi.html" target="_blank" title="Kodi">
|
|
||||||
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/kodi.png" />
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="wizardNavigation">
|
<div class="wizardNavigation">
|
||||||
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
|
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
|
||||||
<button is="emby-button" type="button" class="raised btnWizardNext button-submit"><i class="md-icon">check</i><span>${LabelFinish}</span></button>
|
<button is="emby-button" type="button" class="raised btnWizardNext button-submit"><i class="md-icon">check</i><span>${LabelFinish}</span></button>
|
||||||
|
Loading…
Reference in New Issue
Block a user