jellyfin-web/dashboard-ui/search.html

12 lines
381 B
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="searchPage" data-role="page" class="page homePage libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-require="scripts/searchpage">
2015-09-23 19:31:40 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div style="text-align:center;">
2015-09-23 19:31:40 -07:00
2016-03-15 22:33:31 -07:00
<h1>${TabSuggestions}</h1>
2015-09-23 19:31:40 -07:00
2016-03-15 22:33:31 -07:00
<div class="searchSuggestions">
2015-09-23 19:31:40 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>