jellyfin-web/dashboard-ui/wizardagreement.html

42 lines
1.5 KiB
HTML
Raw Normal View History

2015-01-05 20:25:23 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2015-01-05 20:25:23 -07:00
</head>
<body>
2015-06-06 19:51:04 -07:00
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardagreement">
2015-01-05 20:25:23 -07:00
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardAgreementForm">
<div>
<h2 style="float:left;">
<img src="css/images/mblogoicon.png" />${HeaderTermsOfService}
</h2>
</div>
<br style="clear:both;" />
<p>${MessagePleaseAcceptTermsOfService}</p>
2015-03-21 11:12:12 -07:00
<p><a href="http://emby.media/privacy" target="_blank">${ButtonPrivacyPolicy}</a></p>
<p><a href="http://emby.media/terms" target="_blank">${ButtonTermsOfService}</a></p>
2015-01-05 20:25:23 -07:00
<ul data-role="listview" class="ulForm">
<li>
<label for="chkAccept">${OptionIAcceptTermsOfService}</label>
<input id="chkAccept" type="checkbox" />
</li>
</ul>
<div class="wizardNavigation">
<button type="submit" data-iconpos="right" data-icon="arrow-r" data-inline="true">${LabelNext}</button>
</div>
</form>
</div>
</div>
</div>
</body>
</html>