2019-01-23 11:33:34 +00:00
|
|
|
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
|
2017-05-06 15:42:17 -04:00
|
|
|
<div class="padded-left padded-right padded-top">
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
|
|
|
|
<form class="wizardStartForm">
|
|
|
|
<div>
|
2019-12-11 23:34:29 +09:00
|
|
|
<h1 style="float:left;">${WelcomeToProject}</h1>
|
2020-03-16 05:48:05 +00:00
|
|
|
<a is="emby-linkbutton" href="https://docs.jellyfin.org/general/quick-start.html" target="_blank" class="raised raised-alt" style="float:right;margin-top:20px;">
|
2018-09-12 19:26:21 +02:00
|
|
|
<span>${ButtonQuickStartGuide}</span>
|
|
|
|
</a>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
2014-12-30 14:16:01 -05:00
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
<br style="clear:both;" />
|
|
|
|
<p>${ThisWizardWillGuideYou}</p>
|
|
|
|
<br />
|
2016-10-13 11:07:21 -04:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectLocalizationLanguage" label="${LabelPreferredDisplayLanguage}"></select>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
|
|
|
<br />
|
2013-02-20 20:33:05 -05:00
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="wizardNavigation" style="text-align:right;">
|
2019-12-11 23:34:29 +09:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit">
|
|
|
|
<span>${LabelNext}</span>
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons arrow_forward"></span>
|
2019-12-11 23:34:29 +09:00
|
|
|
</button>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
|
|
|
</form>
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-01-28 20:03:54 -06:00
|
|
|
</div>
|