There are no notes for this item.
- Handle: @search
- Preview:
- Filesystem Path: src\components\02-blocks\search\search.hbs
<nav class="ContentBlock Form SiteSearch Page10">
<form method="get" action="https://search.missouristate.edu/">
<dl>
<dt>
<h2>
<label for="Keywords10">Search Lorem ipsum
</label>
</h2>
</dt>
<dd>
<input id="Keywords10" name="q" type="search" />
</dd>
</dl>
<div class="ContentBlock FormButton">
<input type="submit" value="Search" />
<input type="hidden" name="urlfilter" value="www.missouristate.edu/web/" />
</div>
</form>
</nav>
<nav class="ContentBlock Form SiteSearch Page{{pageId}}">
<form method="get" action="{{#if searchCampus.westPlains}}https://search.wp.missouristate.edu/{{else}}{{#if searchCampus.mountainGrove}}https://search.mtngrv.missouristate.edu/{{else}}https://search.missouristate.edu/{{/if}}{{/if}}">
<dl>
<dt>
{{#if headingLevel}}
<h{{headingLevel}}>
{{/if}}
<label for="Keywords{{pageId}}">Search {{searchLabel}}
</label>
{{#if headingLevel}}
</h{{headingLevel}}>
{{/if}}
</dt>
<dd>
<input id="Keywords{{pageId}}" name="q" type="search" />
</dd>
</dl>
<div class="ContentBlock FormButton">
<input type="submit" value="Search" />
<input type="hidden" name="urlfilter" value="{{siteToSearch}}" />
</div>
</form>
</nav>
{
"pageId": 10,
"headline": "Lorem ipsum",
"headingLevel": "2",
"searchLabel": "Lorem ipsum",
"searhCampus": {
"westPlains": null,
"mountainGrove": null,
"springfield": "true"
},
"siteToSearch": "www.missouristate.edu/web/"
}