jellyfin-web/src/wizardstart.html

30 lines
1.3 KiB
HTML
Raw Normal View History

2019-01-23 04:33:34 -07:00
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
2017-05-06 12:42:17 -07:00
<div class="padded-left padded-right padded-top">
2016-03-15 22:33:31 -07:00
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardStartForm">
<div>
<h1 style="float:left;">${WelcomeToProject}</h1>
<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 10:26:21 -07:00
<span>${ButtonQuickStartGuide}</span>
</a>
2016-03-15 22:33:31 -07:00
</div>
2014-12-30 12:16:01 -07:00
2016-03-15 22:33:31 -07:00
<br style="clear:both;" />
<p>${ThisWizardWillGuideYou}</p>
<br />
2016-10-13 08:07:21 -07:00
<div class="selectContainer">
<select is="emby-select" id="selectLocalizationLanguage" label="${LabelPreferredDisplayLanguage}"></select>
2016-03-15 22:33:31 -07:00
</div>
<br />
2013-02-20 18:33:05 -07:00
2016-03-15 22:33:31 -07:00
<div class="wizardNavigation" style="text-align:right;">
<button is="emby-button" type="submit" class="raised button-submit">
<span>${LabelNext}</span>
2020-04-25 16:37:28 -07:00
<span class="material-icons arrow_forward"></span>
</button>
2016-03-15 22:33:31 -07:00
</div>
</form>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>