49 lines
1.2 KiB
PHP
49 lines
1.2 KiB
PHP
<?php
|
||
/*
|
||
Template Name: Search Page
|
||
*/
|
||
get_header();
|
||
?>
|
||
|
||
<main>
|
||
|
||
<section class="background-color-white">
|
||
<div class="content-wrap">
|
||
|
||
<div class="headline-element" id="c145">
|
||
<h2>Suche</h2>
|
||
</div>
|
||
|
||
<div id="c139" class="frame frame-default frame-type-list frame-layout-0">
|
||
<div class="tx-indexedsearch">
|
||
|
||
<div class="tx-indexedsearch-searchbox">
|
||
<form method="get" role="search" action="<?php echo site_url(‘/’); ?>">
|
||
<div>
|
||
</div>
|
||
<fieldset>
|
||
<div class="tx-indexedsearch-form">
|
||
<label for="tx-indexedsearch-searchbox-sword">Suchen nach:</label>
|
||
<input class="tx-indexedsearch-searchbox-sword" type="text" name="s" value="" />
|
||
</div>
|
||
<div class="tx-indexedsearch-search-submit">
|
||
<button type="submit" class="tx-indexedsearch-searchbox-button" />
|
||
<span>Suchen</span>
|
||
</button>
|
||
</div>
|
||
</fieldset>
|
||
</form>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</section>
|
||
|
||
</main>
|
||
|
||
<?php
|
||
|
||
get_template_part('template-parts/sidebar');
|
||
get_footer();
|