update search
This commit is contained in:
parent
a66d44127f
commit
036319e68b
8 changed files with 183 additions and 562 deletions
|
@ -1,12 +1,25 @@
|
|||
<div id="searchPage" data-role="page" class="page homePage libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-require="scripts/searchpage">
|
||||
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
|
||||
|
||||
<div data-role="content">
|
||||
<div style="text-align:center;">
|
||||
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
||||
|
||||
<h1>${TabSuggestions}</h1>
|
||||
<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="searchSuggestions">
|
||||
<div class="textSuggestions hide">
|
||||
<h1>${TabSuggestions}</h1>
|
||||
|
||||
<div class="searchSuggestions">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="searchResults hide"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue