jellyfin-web/dashboard-ui/wizardservice.html

23 lines
923 B
HTML
Raw Normal View History

2016-06-04 20:50:07 -07:00
<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardservice,emby-button">
2016-03-15 22:33:31 -07:00
<div data-role="content">
2016-03-15 22:33:31 -07:00
<div class="ui-corner-all ui-shadow wizardContent">
<h1>
${LabelWindowsService}
</h1>
2016-03-15 22:33:31 -07:00
<p style="margin-top:2em;">${AWindowsServiceHasBeenInstalled}</p>
2016-03-15 22:33:31 -07:00
<p>${WindowsServiceIntro1}</p>
2016-03-15 22:33:31 -07:00
<p>${WindowsServiceIntro2}</p>
2016-03-15 22:33:31 -07:00
<div class="wizardNavigation">
2016-06-04 20:50:07 -07:00
<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>
2016-03-15 22:33:31 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>