/ chat_menu.html
chat_menu.html
 1  <div id="scbtChatMenu" class="scbtChatMenu">
 2  	<label for="scbtChatSearchInputText" class="sr-only">Enter Your Text To Search Chat For:</label>
 3  	<input id="scbtChatSearchInputText" class="scbtChatSearchInputText" name="scbtChatSearchInputText" type="search" autocapitalize="off" autocorrect="off" spellcheck="false" minlength="1" maxlength="100" placeholder="Search for..." aria-label="Enter Your Text To Search Chat For" dir="auto" title="Enter Your Text To Search Chat For">
 4  	<span class="validity"></span>
 5  
 6  	<label for="scbtChatSearchStartsWithButton" class="sr-only">Search for chat starting with...</label>
 7  	<button id="scbtChatSearchStartsWithButton" class="scbtChatSearchStartsWithButton" aria-label="Search for chat starting with..." title="Search for chat starting with..." type="button">✍️</button>
 8  
 9  	<label for="scbtChatSearchUserButton" class="sr-only">Search for user saying...</label>
10  	<button id="scbtChatSearchUserButton" class="scbtChatSearchUserButton" aria-label="Search for user saying..." title="Search for user saying..." type="button">🧑</button>
11  
12  	<label for="scbtChatSearchKeywordButton" class="sr-only">Search for keyword...</label>
13  	<button id="scbtChatSearchKeywordButton" class="scbtChatSearchKeywordButton" aria-label="Search for keyword..." title="Search for keyword..." type="button">📝</button>
14  
15  	<label for="scbtChatSearchEventsButton" class="sr-only">Search for events...</label>
16  	<button id="scbtChatSearchEventsButton" class="scbtChatSearchEventsButton" aria-label="Search for events..." title="Search for events..." type="button">🗓️</button>
17  
18  	<label for="scbtChatSearchFullButton" class="sr-only">Show the full chat from the beginning of recording</label>
19  	<button id="scbtChatSearchFullButton" class="scbtChatSearchFullButton" aria-label="Show the full chat from the beginning of recording" title="Show the full chat from the beginning of recording" type="button">full</button>
20  </div>