2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-16 10:37:49 -07:00
|
|
|
|
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardstartpage,paperbuttonstyle">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
2014-12-30 12:16:01 -07:00
|
|
|
|
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
|
2014-04-26 21:35:04 -07:00
|
|
|
|
<form class="wizardStartForm">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2014-12-30 12:16:01 -07:00
|
|
|
|
<div>
|
|
|
|
|
<h2 style="float:left;">
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<img src="css/images/mblogoicon.png" />${WelcomeToProject}
|
2014-12-30 12:16:01 -07:00
|
|
|
|
</h2>
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<a href="https://github.com/MediaBrowser/Wiki/wiki/Quick%20start" target="_blank" class="clearLink" style="float:right;margin-top:20px;"><paper-button raised class="secondary mini"><i class="fa fa-info-circle"></i>${ButtonQuickStartGuide}</paper-button></a>
|
2014-12-30 12:16:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br style="clear:both;" />
|
2014-04-26 21:35:04 -07:00
|
|
|
|
<p>${ThisWizardWillGuideYou}</p>
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<label for="selectLocalizationLanguage">${LabelPreferredDisplayLanguage}</label>
|
2014-12-30 12:16:01 -07:00
|
|
|
|
<select id="selectLocalizationLanguage" data-mini="true"></select>
|
2014-04-26 21:35:04 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div class="wizardNavigation">
|
|
|
|
|
<button type="submit" data-iconpos="right" data-icon="arrow-r" data-inline="true">${LabelNext}</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|