jellyfin-web/dashboard-ui/library.html

29 lines
1.3 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
2013-02-20 18:33:05 -07:00
<head>
2014-04-07 21:17:18 -07:00
<title>${TitleMediaLibrary}</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
2015-10-26 11:23:46 -07:00
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage librarySectionPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/medialibrarypage,scripts/taskbutton">
2013-02-20 18:33:05 -07:00
<div data-role="content">
<div class="content-primary">
2013-12-25 20:44:26 -07:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-04-07 21:17:18 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabFolders}</a>
<a href="librarypathmapping.html" data-role="button">${TabPathSubstitution}</a>
2014-04-03 15:50:04 -07:00
<a href="librarysettings.html" data-role="button">${TabAdvanced}</a>
2013-05-21 13:36:26 -07:00
</div>
2015-10-15 21:46:41 -07:00
<div id="divVirtualFolders"></div>
<br />
<div>
2015-10-15 19:06:44 -07:00
<paper-button raised class="btnRefresh"><iron-icon icon="refresh"></iron-icon><span>${ButtonScanLibrary}</span></paper-button>
<progress max="100" min="0" style="display: inline-block; vertical-align: middle;" class="refreshProgress"></progress>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>