mod_timetable/templates/searchform.mustache

8 lines
303 B
Text
Raw Normal View History

2020-09-03 21:25:42 +02:00
<div class="search-box">
Suche Stundenplan: <input type="text" name="searchstring" autocomplete="off" placeholder="Suchtext..." class="searchstring"/>
<div class="searchresult"></div>
<div style="display: flex; flex-wrap: wrap;">
<div class="timetable"></div>
</div>
</div>