jellyfin-web/dashboard-ui/wizardlibrary.html

66 lines
2.9 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-08-11 07:15:53 -07:00
<p><a href="http://mediabrowser.tv/community/index.php?/topic/674-media-files-folders-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">
2014-12-19 23:06:27 -07:00
<form id="textEntryForm" style="min-width:200px;">
2014-10-29 15:01:02 -07:00
<div id="fldCollectionType" style="margin:.5em 0 1.5em;">
<label for="selectCollectionType">${LabelType}</label>
<select id="selectCollectionType" name="selectCollectionType" data-mini="true"></select>
<div class="collectionTypeFieldDescription fieldDescription">
</div>
</div>
2013-07-12 12:56:40 -07:00
<p>
2014-03-31 14:04:22 -07:00
<label id="lblValue" for="txtValue"></label>
2014-10-29 15:01:02 -07:00
<input type="text" id="txtValue" required="required" />
2013-07-12 12:56:40 -07:00
</p>
2014-10-29 15:01:02 -07:00
<br />
2013-02-20 18:33:05 -07:00
<p>
2014-10-29 15:01:02 -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>
2014-07-10 21:27:46 -07:00
<button type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true" onclick="WizardLibraryPage.next();">${LabelNext}</button>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>