initial commit (da)
This commit is contained in:
commit
634dceef57
26 changed files with 2592 additions and 0 deletions
7
templates/searchform.mustache
Normal file
7
templates/searchform.mustache
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue