You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
789 B
19 lines
789 B
2 years ago
|
<div class="searchform">
|
||
|
<form action="{{actionurl}}" class="form-inline">
|
||
|
<input type="hidden" name="id" value="{{courseid}}">
|
||
|
<div class="input-group w-100">
|
||
|
<label class="sr-only" for="searchform_search">{{#str}}search{{/str}}</label>
|
||
|
<input id="searchform_search" name="search" type="text" class="form-control" size="10">
|
||
|
<div class="input-group-append">
|
||
|
<button class="btn btn-secondary" id="searchform_button" type="submit">{{#str}}go{{/str}}</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
<div class="mt-3">
|
||
|
<a href="{{advancedsearchurl}}">{{#str}}advancedsearch, block_search_forums{{/str}}</a>
|
||
|
{{#helpicon}}
|
||
|
{{>core/help_icon}}
|
||
|
{{/helpicon}}
|
||
|
</div>
|
||
|
</div>
|