mod_timetable/templates/searchform.mustache

8 lines
313 B
Text
Raw Normal View History

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