{#
Copyright (C) SPREAD WORKS Inc. All Rights Reserved.
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="tabacms_widget">
<h4>検索</h4>
<div class="tabacms_search">
<form id='tabacms_search_form' method="get" action="{{ type is defined ? url(type.listRoutingName) }}">
{{ form_widget(post_search_form.category_id,{'attr':{'class':'form-control'}}) }}
<div class="input-group">
{{ form_widget(post_search_form.keyword) }}
<div class="input-group-btn">
{{ form_widget(post_search_form.search,{'attr':{'class':'btn btn-secondary'}}) }}
</div>
</div>
</form>
</div>
</div>