engelsystem/templates/admin_free.html

20 lines
582 B
HTML
Raw Normal View History

2014-08-22 22:34:13 +02:00
<div class="col-md-10">
<h1>%title%</h1>
<form action="%link%" method="post">
<p>
2014-08-22 22:34:13 +02:00
Search Angel: <input type="text" name="search" value="%search%" placeholder="Name"> %angeltypes% <label><input type="checkbox" name="confirmed_only" %confirmed_only% value="1"> Nur zugelassene</label> <input type="submit" name="submit" value="Search">
</p>
2014-08-22 22:34:13 +02:00
</form>
<table class="table">
<thead>
2014-08-22 22:34:13 +02:00
<tr>
<th>Nickname</th>
<th>DECT</th>
<th>Jabber</th>
<th>Edit</th>
</tr>
</thead>
2014-08-22 22:34:13 +02:00
<tbody>%table%
</tbody>
2014-08-22 22:34:13 +02:00
</table>
</div>