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

8 lines
301 B
HTML
Raw Normal View History

2017-05-01 16:03:02 -04:00
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
2016-06-27 18:53:42 -04:00
2017-05-01 16:03:02 -04:00
<div class="padded-left padded-right searchFields">
</div>
2016-06-27 13:28:36 -04:00
2018-09-12 19:26:21 +02:00
<div class="searchResults padded-bottom-page padded-top">
2015-09-23 22:31:40 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>