1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/wizardservice.html

32 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
</head>
<body>
2015-06-06 22:51:04 -04:00
<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage" data-require="scripts/wizardservice">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
2015-07-30 10:34:46 -04:00
<h1>
2015-08-20 17:13:50 -04:00
${LabelWindowsService}
2015-07-30 10:34:46 -04:00
</h1>
2015-07-30 10:34:46 -04:00
<p style="margin-top:2em;">${AWindowsServiceHasBeenInstalled}</p>
2014-03-31 17:04:22 -04:00
<p>${WindowsServiceIntro1}</p>
2014-03-31 17:04:22 -04:00
<p>${WindowsServiceIntro2}</p>
<div class="wizardNavigation">
2015-07-30 10:34:46 -04:00
<button type="button" data-role="none" class="clearButton" style="width:auto;" onclick="history.back();"><paper-button raised class="subdued"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></paper-button></button>
<button id="btnNextPage" type="button" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></paper-button></button>
</div>
</div>
</div>
</div>
</body>
</html>