2019-04-03 00:12:02 +01:00
|
|
|
<div id="wizardLibraryPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage">
|
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">
|
|
|
|
<div>
|
2019-12-11 23:34:29 +09:00
|
|
|
<h1 style="display:inline-block;">${HeaderSetupLibrary}</h1>
|
2020-08-09 23:10:58 +09:00
|
|
|
<a href="https://docs.jellyfin.org/general/server/libraries.html" rel="noopener noreferrer" target="_blank" class="clearLink" style="margin-top:-10px;display:inline-block;vertical-align:middle;margin-left:2em;"><button is="emby-button" type="button" class="raised"><span class="material-icons info"></span><span>${Help}</span></button></a>
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
<br />
|
|
|
|
<div id="divVirtualFolders"></div>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<div class="wizardNavigation">
|
2019-12-11 23:34:29 +09:00
|
|
|
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons arrow_back"></span>
|
2020-08-13 21:31:29 +09:00
|
|
|
<span>${Previous}</span>
|
2019-12-11 23:34:29 +09:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" type="button" class="raised button-submit" onclick="WizardLibraryPage.next();">
|
2020-08-13 21:31:29 +09:00
|
|
|
<span>${Next}</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>
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-11 23:34:29 +09:00
|
|
|
</div>
|