You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/sites/+components/communities-search.php

51 lines
1.1 KiB
PHTML

<div
id="search-container"
title="Search requires JavaScript"
>
<div id="search">
<input
id="search-bar"
disabled
autocomplete="off"
type="text"
placeholder="Search for Communities"
tabindex="0"
>
<div class="search-actions" id="search-action-pre">
<img
id="btn-clear-search"
class="feather-icon clickable enter-clicks"
src="/assets/icons/x.svg"
alt="x"
title="Clear search"
tabindex="0"
>
<img
id="btn-random-search"
class="feather-icon clickable enter-clicks"
src="/assets/icons/hash.svg"
alt="⚂"
title="Try a random search"
tabindex="0"
>
</div>
<div class="search-actions" id="search-action-post">
<img
id="btn-search"
class="feather-icon search-action-inactive clickable"
src="/assets/icons/search.svg"
alt="🔍"
title="Search"
>
<img
id="btn-share-search"
class="feather-icon search-action-active clickable enter-clicks"
src="/assets/icons/share-2.svg"
alt="Share"
title="Share search"
tabindex="0"
>
</div>
</div>
</div>