Add password-less page with searches
[infodrom/musiikki-web.git] / templates / search.phtml
1 <!-- Search -->
2 <div class="w3-container" id="search" style="margin-top:75px" style="display:none;">
3   <h1 class="w3-xxxlarge w3-text-blue"><b>Search.</b></h1>
4   <hr style="width:50px;border:5px solid blue" class="w3-round">
5   <form>
6     <div class="w3-section">
7       <label>Suchwort</label>
8       <input class="w3-input w3-border" name="keyword" id="search_keyword" requiblue="" type="text">
9     </div>
10     <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_search()">Suchen</button>
11   </form>
12 </div>