1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/library.html

29 lines
1.3 KiB
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<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>
2015-10-26 14:23:46 -04: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 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>
2015-10-16 00:46:41 -04:00
<div id="divVirtualFolders"></div>
<br />
<div>
2015-10-15 22:06:44 -04: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 20:33:05 -05:00
</div>
</div>
</div>
</div>
</body>
</html>