2014-08-22 22:34:13 +02:00
|
|
|
<div class="col-md-10">
|
|
|
|
<h1>%title%</h1>
|
|
|
|
<form action="%link%" method="post">
|
2011-12-17 16:25:54 +01:00
|
|
|
<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">
|
2011-12-17 16:25:54 +01:00
|
|
|
</p>
|
2014-08-22 22:34:13 +02:00
|
|
|
</form>
|
|
|
|
<table class="table">
|
2011-12-17 16:25:54 +01:00
|
|
|
<thead>
|
2014-08-22 22:34:13 +02:00
|
|
|
<tr>
|
|
|
|
<th>Nickname</th>
|
|
|
|
<th>DECT</th>
|
|
|
|
<th>Jabber</th>
|
|
|
|
<th>Edit</th>
|
|
|
|
</tr>
|
2011-12-17 16:25:54 +01:00
|
|
|
</thead>
|
2014-08-22 22:34:13 +02:00
|
|
|
<tbody>%table%
|
2011-12-17 16:25:54 +01:00
|
|
|
</tbody>
|
2014-08-22 22:34:13 +02:00
|
|
|
</table>
|
|
|
|
</div>
|