banner.html

 1   <div class="logo col-xs-12 col-sm-3 col-md-3">
 2   	<a href="${base_url}">
 3   		<h1>
 4   			<img src="images/local/skin/logo-dir.png"
 5   				class="banner-logo" alt="" title="${favourite}"><span>${meta_author}</span>
 6   		</h1>
 7   	</a>
 8   </div>
 9   <div class="col-xs-12 col-sm-4 col-md-5">
 10   	<form id="search-solr" name="search" action="${base_url}"
 11   		method="post" class="form" style="margin-left: 15px;" role="search">
 12   		<input type="hidden" name="page" value="search-solr"> <input
 13   			type="hidden" name="fq"
 14   			value="site:#dskey{portal.site.site_property.name}">
 15   		<div class="form-group">
 16   			<div class="input-group">
 17   				<label for="solr-home" class="sr-only">Rechercher</label>
 18   				<input
 19   					type="text" id="solr-home" title="Rechercher" class="form-control"
 20   					placeholder="#i18n{portal.site.page_menu_tools.labelSearch}" type="text" name="query" id="searchfield">
 21   				<span class="input-group-btn" style="font-size: initial">
 22   					<button type="submit" class="btn btn-primary btn-sm"
 23   						title="Recherche">
 24   						<svg xmlns="http://www.w3.org/2000/svg"
 25   							xmlns:xlink="http://www.w3.org/1999/xlink" width="19px"
 26   							height="19px">
 27   									<path fill-rule="evenodd" fill="rgb(255, 255, 255)"
 28   								d="M18.208,18.209 C17.917,18.500 17.444,18.500 17.152,18.209 L12.676,13.735 C11.389,14.785 9.767,15.441 7.975,15.441 C3.847,15.441 0.500,12.096 0.500,7.970 C0.500,3.845 3.847,0.500 7.975,0.500 C12.104,0.500 15.451,3.845 15.451,7.970 C15.451,8.731 15.295,9.444 15.075,10.129 L15.080,10.181 C15.080,10.346 15.015,10.490 14.925,10.614 C14.912,10.647 14.907,10.684 14.893,10.717 L14.870,10.694 C14.734,10.837 14.545,10.927 14.333,10.927 C13.921,10.927 13.586,10.593 13.586,10.181 L13.579,10.112 C13.579,9.916 13.659,9.740 13.782,9.607 L13.696,9.520 C13.833,9.019 13.930,8.502 13.930,7.957 C13.930,4.663 11.258,1.992 7.962,1.992 C4.666,1.992 1.993,4.663 1.993,7.957 C1.993,11.251 4.666,13.921 7.962,13.921 C9.598,13.921 11.078,13.261 12.156,12.195 C12.159,12.192 12.162,12.188 12.164,12.184 L13.245,12.203 L15.813,14.769 L15.818,14.765 L18.208,17.153 C18.500,17.445 18.500,17.917 18.208,18.209 Z" />
 29   								</svg>
 30   					</button>
 31   				</span>
 32   			</div>
 33   		</div>
 34   	</form>
 35   </div>