Sammlung
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!-- Template -->
|
||||
|
||||
@var rows_o = context;@
|
||||
|
||||
<h1>Chargenliste</h1>
|
||||
|
||||
<table border = 1>
|
||||
<tr>
|
||||
<td>ChargenNr</td><td>Name</td>
|
||||
</tr>
|
||||
@for var key_s in rows_o@
|
||||
@var row_o = rows_o[key_s];@
|
||||
|
||||
<tr id='#key_s#'>
|
||||
<td>#key_s#</td><td>#row_o['chargeName']#</td><td><button onclick = wizardStart(#key_s#)>bearbeiten</button></td><td><button onclick = wizardDelete(#key_s#)>
|
||||
loeschen</button></td>
|
||||
</tr>
|
||||
|
||||
@endfor@
|
||||
</table>
|
||||
<!-- EOF -->
|
Reference in New Issue
Block a user