mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
25 lines
956 B
HTML
25 lines
956 B
HTML
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
|
|
|
|
<div data-role="content">
|
|
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
|
|
|
<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>
|
|
|
|
<div class="searchSuggestions">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="searchResults hide"></div>
|
|
</div>
|
|
</div> |