2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
2013-04-02 16:43:24 -07:00
|
|
|
|
<html>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<head>
|
2014-04-08 00:17:18 -04:00
|
|
|
|
<title>${TitleMediaLibrary}</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-12-22 23:53:52 -05:00
|
|
|
|
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2013-12-25 22:44:26 -05:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-08 00:17:18 -04:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabFolders}</a>
|
|
|
|
|
<a href="librarypathmapping.html" data-role="button">${TabPathSubstitution}</a>
|
2014-04-03 18:50:04 -04:00
|
|
|
|
<a href="librarysettings.html" data-role="button">${TabAdvanced}</a>
|
2013-05-21 16:36:26 -04:00
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
<div id="divMediaLibrary">
|
|
|
|
|
<p>
|
2014-04-19 11:33:07 -04:00
|
|
|
|
<button type="button" data-mini="true" data-icon="plus" data-iconpos="right" onclick="MediaLibraryPage.addVirtualFolder();">${ButtonAddMediaFolder}</button>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</p>
|
|
|
|
|
<div id="divVirtualFolders"></div>
|
|
|
|
|
</div>
|
2014-03-16 15:39:58 -04:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div class="readOnlyContent refreshLibraryPanel hide">
|
2014-04-08 00:17:18 -04:00
|
|
|
|
<button type="button" class="btnRefresh" data-icon="refresh" data-mini="true">${ButtonScanLibrary}</button>
|
2014-03-16 15:39:58 -04:00
|
|
|
|
<progress max="100" min="0" style="width: 100%;" class="refreshProgress"></progress>
|
2014-05-09 15:43:06 -04:00
|
|
|
|
<div style="margin-top: 5px;">${LabelLastResult} <span class="lastRefreshResult"></span></div>
|
2014-03-16 15:39:58 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-06-28 15:35:30 -04:00
|
|
|
|
<div data-role="popup" id="popupEnterText" class="popup">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
|
2014-04-08 00:17:18 -04:00
|
|
|
|
<h3></h3>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<div data-role="content">
|
2014-12-20 01:06:27 -05:00
|
|
|
|
<form id="textEntryForm" style="min-width:200px;">
|
2014-10-29 18:01:02 -04: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 15:56:40 -04:00
|
|
|
|
<p>
|
2014-04-08 00:17:18 -04:00
|
|
|
|
<label id="lblValue" for="txtValue"></label>
|
2014-10-29 18:01:02 -04:00
|
|
|
|
<input type="text" id="txtValue" required="required" />
|
2013-07-12 15:56:40 -04:00
|
|
|
|
</p>
|
2014-12-20 01:06:27 -05:00
|
|
|
|
<br />
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<p>
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<button type="submit" data-theme="b" data-icon="check">
|
2014-04-08 00:17:18 -04:00
|
|
|
|
${ButtonOk}
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</button>
|
|
|
|
|
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
|
2014-04-08 00:17:18 -04:00
|
|
|
|
${ButtonCancel}
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|