jellyfin-web/dashboard-ui/wizardservice.html

31 lines
984 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
</head>
<body>
<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<h2>
2014-03-31 14:04:22 -07:00
<img src="css/images/mblogoicon.png" />${LabelWindowsService}</h2>
2014-04-05 08:02:50 -07:00
<p>${AWindowsServiceHasBeenInstalled}</p>
2014-03-31 14:04:22 -07:00
<p>${WindowsServiceIntro1}</p>
2014-03-31 14:04:22 -07:00
<p>${WindowsServiceIntro2}</p>
<div class="wizardNavigation">
2014-03-31 14:04:22 -07:00
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
<button id="btnNextPage" type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true">${LabelNext}</button>
</div>
</div>
</div>
</div>
</body>
</html>