Files
roadworthiness-sticker-gene…/templates/rs-auto.html
Shihaam Abdul Rahman e67cc4ca9c
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
fr hide default values, app now modular, and easy to add templates + new template
2026-03-22 00:24:30 +05:00

31 lines
1.4 KiB
HTML

<div class="sticker sticker-rs-auto">
<div class="sticker-header">
<span class="reg-number">{{regNumber}}</span>
</div>
<div class="sticker-barcode-row">
<span class="barcode-number">{{barcodeNumber}}</span>
<svg class="barcode"></svg>
</div>
<div class="sticker-body">
<div class="sticker-info">
<div class="date-row"><strong>From:</strong> {{fromDate}}</div>
<div class="date-row"><strong>To:</strong> {{toDate}}</div>
<div>{{modelNumber}}</div>
<div>{{chassisNumber}}</div>
<div>{{engineSerial}}</div>
<div>{{engineCapacity}}</div>
</div>
<div class="sticker-logo">
<svg viewBox="0 0 80 80" class="logo-svg">
<circle cx="40" cy="40" r="38" fill="none" stroke="#000" stroke-width="2"/>
<text x="40" y="18" text-anchor="middle" font-size="8" font-weight="bold">RS AUTO</text>
<text x="40" y="45" text-anchor="middle" font-size="24" font-weight="bold">S</text>
<path d="M20 50 Q40 35 60 50" fill="none" stroke="#000" stroke-width="2"/>
<text x="40" y="58" text-anchor="middle" font-size="6">P:0085037</text>
<text x="40" y="70" text-anchor="middle" font-size="8" font-weight="bold">MALDIVES</text>
</svg>
</div>
</div>
<div class="sticker-footer">RS AUTO, TEL: 775 8999</div>
</div>