14 lines
649 B
HTML
14 lines
649 B
HTML
<div class="search-container">
|
|
<form action="" method="post" id="search_form">
|
|
<input type="text" id="search_field"/>
|
|
<input type="submit" value="Search" id="search_button"/>
|
|
</form>
|
|
<img class="spinner" src="/images/loader.gif" alt=""/>
|
|
<div class="artist_loading failed">Something very bad happened while we tried out to load some info about this artist. How about some other one?</div>
|
|
<div class="artist_loading ok">Artist info is loading for the first time now. Usually it takes less than a minute, please wait a bit.</div>
|
|
<div class="artist_pics"></div>
|
|
<div class="suggestions">
|
|
<div>Misspelled?</div>
|
|
<ul></ul>
|
|
</div>
|
|
</div> |