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/search.html

25 lines
956 B
HTML
Raw Normal View History

2016-06-27 13:28:36 -04:00
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
2015-09-23 22:31:40 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
2016-06-27 13:28:36 -04:00
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
2015-09-23 22:31:40 -04:00
2016-06-27 13:28:36 -04:00
<div class="inputContainer">
<div style="display: flex; align-items: center;">
<i class="md-icon" style="width:28px;height:28px;font-size:28px;color:#ccc;">search</i>
<div style="flex-grow:1;">
<input is="emby-input" class="txtSearch" autocomplete="off" autofocus />
</div>
</div>
</div>
<div class="textSuggestions hide">
<h1>${TabSuggestions}</h1>
2015-09-23 22:31:40 -04:00
2016-06-27 13:28:36 -04:00
<div class="searchSuggestions">
</div>
2015-09-23 22:31:40 -04:00
</div>
</div>
2016-06-27 13:28:36 -04:00
<div class="searchResults hide"></div>
2015-09-23 22:31:40 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>