diff options
author | Johannes Rudolph <johannes.rudolph@gmx.com> | 2017-12-30 14:02:32 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2018-06-28 01:52:53 +0200 |
commit | 06fc726d7a0a74ae4ba26be74da578686992d413 (patch) | |
tree | 6527ca2817f3a1a163a0f764060a01eeb9b2e249 | |
parent | fff5d7f6f14c4b547a92f3c262420d1bdaa5d17f (diff) | |
download | serial-barcode-scanner-06fc726d7a0a74ae4ba26be74da578686992d413.tar.bz2 |
web: Use working online service for barcodes
Replace webservice for generating Code 39 barcodes with a
working one.
-rw-r--r-- | templates/users/entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users/entry.html b/templates/users/entry.html index 60d2dd3..065c4e7 100644 --- a/templates/users/entry.html +++ b/templates/users/entry.html @@ -11,7 +11,7 @@ <canvas id="barcode"></canvas><br> <a href="#" onclick="window.open(code39_url());">Download</a> <br> - <a href="https://api-bwipjs.rhcloud.com/?bcid=code39&text=USER%20{{{UID}}}&scale=6&includetext&includecheck&includecheckintext" target="_blank">Get HighRes Version (external) + <a href="https://barcode.tec-it.com/barcode.ashx?translate-esc=off&data=USER%20{{{UID}}}&code=Code39FullASCII&multiplebarcodes=false&unit=Fit&dpi=96&imagetype=png&rotation=0&color=%23000000&bgcolor=%23ffffff&qunit=Mm&quiet=0" target="_blank">Get HighRes Version (external)</a> </td> </tr> <tr><th>Firstname</th><td>{{{FIRSTNAME}}}</td></tr> |