jellyfin-web/dashboard-ui/wizardstart.html
2014-03-31 17:04:22 -04:00

25 lines
733 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${LabelMediaBrowser}</title>
</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>
<img src="css/images/mblogoicon.png" />${WelcomeToMediaBrowser}</h2>
<p>${ThisWizardWillGuideYou}</p>
<div class="wizardNavigation">
<button type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true" onclick="WizardStartPage.gotoNextPage();">${LabelNext}</button>
</div>
</div>
</div>
</div>
</body>
</html>