jellyfin-web/dashboard-ui/wizardservice.html
2016-06-04 23:50:07 -04:00

23 lines
923 B
HTML

<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardservice,emby-button">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<h1>
${LabelWindowsService}
</h1>
<p style="margin-top:2em;">${AWindowsServiceHasBeenInstalled}</p>
<p>${WindowsServiceIntro1}</p>
<p>${WindowsServiceIntro2}</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" id="btnNextPage" class="raised accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></button>
</div>
</div>
</div>
</div>