2013-09-30 08:41:18 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
</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>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<p>${AWindowsServiceHasBeenInstalled}</p>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<p>${WindowsServiceIntro1}</p>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<p>${WindowsServiceIntro2}</p>
|
2013-10-02 08:32:11 -07:00
|
|
|
|
|
2013-09-30 08:41:18 -07:00
|
|
|
|
<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>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|