jellyfin-web/src/wizardstart.html

33 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">
2015-06-15 21:52:01 -07:00
2017-05-06 12:42:17 -07:00
<div class="padded-left padded-right padded-top">
2013-02-20 18:33:05 -07:00
2016-03-15 22:33:31 -07:00
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardStartForm">
2013-02-20 18:33:05 -07:00
2016-03-15 22:33:31 -07:00
<div>
<h1 style="float:left;">
${WelcomeToProject}
</h1>
<a is="emby-linkbutton" href="https://jellyfin.readthedocs.io/en/latest/administrator-docs/quick-start/" 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;">
2016-09-09 09:58:08 -07:00
<button is="emby-button" type="submit" class="raised button-submit"><span>${LabelNext}</span><i class="md-icon">arrow_forward</i></button>
2016-03-15 22:33:31 -07:00
</div>
</form>
2013-02-20 18:33:05 -07:00
</div>
2016-03-15 22:33:31 -07:00
2013-02-20 18:33:05 -07:00
</div>
</div>