templates/header.html.twig line 1

Open in your IDE?
  1. <div class="headerwrap"><!-- header -->
  2.     <div class="container">
  3.         <div class="row">
  4.             <div id="header">
  5.                         <div class="sitename-container">
  6.                             <h1 class="sitename">Coin Hoards<br/><span class="subtitle">of the Roman Empire</span></h1>
  7.                         </div>
  8.                         <div id="searchbox">
  9.                               <form id="search-hoard" action="{{ path('hoard') }}" method="get">
  10.                                   <input type="input" class="form-control" id="simplesearch" name="ox_hs[hoardFindSpotName]" value="search" onblur="if (this.value == '') {this.value = 'search';}" onfocus="if (this.value == 'search') {this.value = '';}" >
  11.                                 <button type="submit" value="Submit"><span class="fa fa-chevron-right" style="float:left;"></span></button>
  12.                     </form>
  13.                               <p><a href="{{ path('hoard') }}">Advanced Search</a></p>
  14.                         </div>
  15.                   </div>
  16.         </div>
  17.     </div> <!-- end container -->
  18. </div> <!-- end wrapper -->
  19. <noscript>
  20.     <div class="container" style="text-align:center; font-size:24px;">
  21.     <div style="position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;">
  22.         <p>This website requires Javascript to be enabled in your browser.</p>
  23.         <p>Please follow the instructions to enable Javascript at <a href="http://www.enable-javascript.com/" target="_blank">http://www.enable-javascript.com/</a></p></div>
  24. </noscript>