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>
|
2015-07-30 07:34:46 -07:00
|
|
|
|
<h1 style="float:left;">
|
|
|
|
|
<img src="css/images/mblogoicon.png" style="vertical-align:middle;height:30px;margin-right:5px;" />${WelcomeToProject}
|
|
|
|
|
</h1>
|
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>
|
2015-07-30 07:34:46 -07:00
|
|
|
|
<br />
|
2014-04-26 21:35:04 -07:00
|
|
|
|
<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>
|
|
|
|
|
|
2015-07-30 07:34:46 -07:00
|
|
|
|
<div class="wizardNavigation" style="text-align:right;">
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></paper-button></button>
|
2014-04-26 21:35:04 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|