2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
|
|
|
|
|
|
|
|
|
|
<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" />${WelcomeToMediaBrowser}</h2>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<p>${ThisWizardWillGuideYou}</p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div class="wizardNavigation">
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<button type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true" onclick="WizardStartPage.gotoNextPage();">${LabelNext}</button>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|