Fehlende Dateien und Ordner hinzugefügt
This commit is contained in:
12
target/classes/examples/warenanhaenger.html.tpl
Normal file
12
target/classes/examples/warenanhaenger.html.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head><meta charset="utf-8"><title>Warenanhänger</title></head>
|
||||
<body style="font-family: Arial; width: 90mm; padding: 10mm;">
|
||||
<h2>Warenanhänger</h2>
|
||||
<p><b>Serial:</b> {{text:serialNumber}}</p>
|
||||
<p><b>Part:</b> {{text:partNumber}}</p>
|
||||
<p><b>Order:</b> {{text:workorderNumber}}</p>
|
||||
<div><img alt="Barcode" src="{{barcode:CODE_128:serialNumber:360x90}}"></div>
|
||||
<div><img alt="QR" src="{{qr:serialNumber}}" style="width:120px;height:120px;"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user