11cb0ef41Sopenharmony_ci<!-- Copyright 2020 the V8 project authors. All rights reserved. 21cb0ef41Sopenharmony_ciUse of this source code is governed by a BSD-style license that can be 31cb0ef41Sopenharmony_cifound in the LICENSE file. --> 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci<head> 61cb0ef41Sopenharmony_ci <link href="./index.css" rel="stylesheet"> 71cb0ef41Sopenharmony_ci</head> 81cb0ef41Sopenharmony_ci<style> 91cb0ef41Sopenharmony_ci #searchBarInput { 101cb0ef41Sopenharmony_ci width: 200px; 111cb0ef41Sopenharmony_ci } 121cb0ef41Sopenharmony_ci</style> 131cb0ef41Sopenharmony_ci<div class="panel"> 141cb0ef41Sopenharmony_ci <input type="checkbox" id="closer" class="panelCloserInput" checked> 151cb0ef41Sopenharmony_ci <label class="panelCloserLabel" for="closer">▼</label> 161cb0ef41Sopenharmony_ci <h2>Map Panel</h2> 171cb0ef41Sopenharmony_ci <div class="selection"> 181cb0ef41Sopenharmony_ci <input type="radio" id="show-all" name="selectionType" value="all"> 191cb0ef41Sopenharmony_ci <label for="show-all">All</label> 201cb0ef41Sopenharmony_ci <input type="radio" id="show-timerange" name="selectionType" value="timerange"> 211cb0ef41Sopenharmony_ci <label for="show-timerange">Time Range</label> 221cb0ef41Sopenharmony_ci <input type="radio" id="show-selection" name="selectionType" value="selection"> 231cb0ef41Sopenharmony_ci <label for="show-selection">Last Selection</label> 241cb0ef41Sopenharmony_ci </div> 251cb0ef41Sopenharmony_ci <h3>All Transitions</h3> 261cb0ef41Sopenharmony_ci <map-transitions id="map-transitions"></map-transitions> 271cb0ef41Sopenharmony_ci <h3>Search Map by Address</h3> 281cb0ef41Sopenharmony_ci <section id="searchBar"></section> 291cb0ef41Sopenharmony_ci <input type="search" id="searchBarInput"></input> 301cb0ef41Sopenharmony_ci <button id="searchBarBtn">Search</button> 311cb0ef41Sopenharmony_ci 321cb0ef41Sopenharmony_ci <h3>Details Transitions</h3> 331cb0ef41Sopenharmony_ci <map-transitions id="map-details-transitions"></map-transitions> 341cb0ef41Sopenharmony_ci <h3>Details</h3> 351cb0ef41Sopenharmony_ci <map-details id="map-details"></map-details> 361cb0ef41Sopenharmony_ci</div> 37