jellyfin-web/dashboard-ui/wizardlibrary.html

65 lines
2.8 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
<div id="wizardLibraryPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<h2>
2014-03-31 14:04:22 -07:00
<img src="css/images/mblogoicon.png" />${HeaderSetupLibrary}</h2>
2014-04-26 21:35:04 -07:00
<br />
2013-02-20 18:33:05 -07:00
<div id="divMediaLibrary">
<p>
2014-03-31 14:04:22 -07:00
<button type="button" data-mini="true" data-icon="plus" onclick="MediaLibraryPage.addVirtualFolder();">${ButtonAddMediaFolder}</button>
2013-02-20 18:33:05 -07:00
</p>
<div id="divVirtualFolders"></div>
</div>
2014-03-31 14:04:22 -07:00
<p><a href="https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target="_blank">${ReferToMediaLibraryWiki}</a></p>
2013-02-20 18:33:05 -07:00
2014-06-28 12:35:30 -07:00
<div data-role="popup" id="popupEnterText" class="popup">
2013-02-20 18:33:05 -07:00
<div class="ui-corner-top ui-bar-a" style="text-align: center; padding: 0 20px;">
2014-03-31 14:04:22 -07:00
<h3></h3>
2013-02-20 18:33:05 -07:00
</div>
2013-12-24 11:37:29 -07:00
<div data-role="content">
2013-02-20 18:33:05 -07:00
<form id="textEntryForm">
2013-07-12 12:56:40 -07:00
<p>
2014-03-31 14:04:22 -07:00
<label id="lblValue" for="txtValue"></label>
2013-07-12 12:56:40 -07:00
<input type="text" name="txtValue" id="txtValue" required="required" />
</p>
<p id="fldCollectionType">
2014-03-31 14:04:22 -07:00
<label for="selectCollectionType">${LabelFolderType}</label>
2013-07-12 12:56:40 -07:00
<select id="selectCollectionType" name="selectCollectionType"></select>
</p>
2014-03-31 14:04:22 -07:00
<p class="collectionTypeFieldDescription">${MediaFolderHelpPluginRequired}</p>
2013-02-20 18:33:05 -07:00
<p>
2014-03-31 14:04:22 -07:00
<button type="submit" data-theme="b" data-icon="check">${ButtonOk}</button>
2013-02-20 18:33:05 -07:00
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
2014-03-31 14:04:22 -07:00
${ButtonCancel}
2013-02-20 18:33:05 -07:00
</button>
</p>
</form>
</div>
</div>
<div class="wizardNavigation">
2014-03-31 14:04:22 -07:00
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
<button type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true" onclick="Dashboard.navigate('wizardsettings.html');">${LabelNext}</button>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>