You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates>
|
|
<!-- Template Google Search Output-->
|
|
<t t-name="SearchSystray">
|
|
<div class="toggle-icon" role="button">
|
|
<t>
|
|
<div class="input-group col-sm-7 input-group-lg"
|
|
id="google_search" style="height:2px">
|
|
<div class="input-group-prepend">
|
|
<span class="input-group-text google">
|
|
<img src="https://img.icons8.com/color/48/000000/google-logo.png"
|
|
style="height:12px;"/>
|
|
</span>
|
|
</div>
|
|
<input type="text" id="search_text" class="form-control"
|
|
style="height:23px;"/>
|
|
<div class="input-group-append">
|
|
<span class="input-group-text search">
|
|
<img src="https://img.icons8.com/nolan/48/000000/search.png"
|
|
style="height:12px;"/>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="google_result" style="display: none"/>
|
|
</t>
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|