2016-06-27 21:47:30 -07:00
|
|
|
|
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
|
2016-06-27 15:53:42 -07:00
|
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" style="position: absolute; top: .5em; left: .5em; z-index: 1;" tabindex="-1" class="btnBack autoSize">
|
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
</button>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
2015-09-23 19:31:40 -07:00
|
|
|
|
|
2016-06-27 15:53:42 -07:00
|
|
|
|
<div class="inputContainer" style="margin-bottom:1em;">
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<div style="display: flex; align-items: center;">
|
2016-06-27 15:53:42 -07:00
|
|
|
|
<i class="md-icon" style="width:28px;height:28px;font-size:28px;color:#aaa;">search</i>
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<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 19:31:40 -07:00
|
|
|
|
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<div class="searchSuggestions">
|
|
|
|
|
</div>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-06-27 10:28:36 -07:00
|
|
|
|
|
2016-07-02 19:47:39 -07:00
|
|
|
|
<div class="searchResults hide itemsContainer"></div>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|