jellyfin-web/dashboard-ui/wizardagreement.html

35 lines
1.6 KiB
HTML
Raw Normal View History

2016-09-13 10:49:13 -07:00
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardagreement,emby-checkbox,emby-button">
2015-01-05 20:25:23 -07:00
2017-05-06 12:42:17 -07:00
<div class="padded-left padded-right padded-top">
2015-01-05 20:25:23 -07:00
2016-03-15 22:33:31 -07:00
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardAgreementForm">
2015-01-05 20:25:23 -07:00
2016-03-15 22:33:31 -07:00
<h1>
${HeaderTermsOfService}
</h1>
2015-01-05 20:25:23 -07:00
2016-03-15 22:33:31 -07:00
<p style="margin-top:2em;">${MessagePleaseAcceptTermsOfService}</p>
2015-01-05 20:25:23 -07:00
2016-03-15 22:33:31 -07:00
<p style="margin:1.5em 0;"><a href="http://emby.media/privacy" target="_blank">${ButtonPrivacyPolicy}</a></p>
<p style="margin:1.5em 0;"><a href="http://emby.media/terms" target="_blank">${ButtonTermsOfService}</a></p>
2016-09-13 10:49:13 -07:00
<label class="checkboxContainer">
<input type="checkbox" is="emby-checkbox" class="chkAccept" />
<span>${OptionIAcceptTermsOfService}</span>
</label>
2015-01-05 20:25:23 -07:00
2016-03-15 22:33:31 -07:00
<div class="wizardNavigation">
2016-09-09 09:58:08 -07:00
<button is="emby-button" type="button" onclick="history.back();" class="raised button-cancel">
2016-07-23 11:43:07 -07:00
<i class="md-icon">arrow_back</i>
<span>${LabelPrevious}</span>
</button>
2016-09-09 09:58:08 -07:00
<button is="emby-button" type="submit" class="raised button-submit">
2016-07-23 11:43:07 -07:00
<span>${LabelNext}</span>
<i class="md-icon">arrow_forward</i>
</button>
2016-03-15 22:33:31 -07:00
</div>
</form>
2015-01-05 20:25:23 -07:00
</div>
2016-03-15 22:33:31 -07:00
2015-01-05 20:25:23 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>