Sammlung
This commit is contained in:
12
Sammlung/lit-8/templates/list.tpl
Normal file
12
Sammlung/lit-8/templates/list.tpl
Normal file
@ -0,0 +1,12 @@
|
||||
<!-- Template -->
|
||||
<!-- hier zunächst die einfache Variante -->
|
||||
|
||||
@var rows_o = context['data'];@
|
||||
@for var key_s in rows_o@
|
||||
<tr id='#key_s#'>
|
||||
@var row_o = rows_o[key_s];@
|
||||
<td>Name: #row_o['name']#</td><td>#row_o['typ']#</td><td>#row_o['referenz']#</td>'
|
||||
</tr>
|
||||
@endfor@
|
||||
|
||||
<!-- EOF -->
|
Reference in New Issue
Block a user