-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
executable file
·152 lines (128 loc) · 5.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<html>
<!--
index.html
BarcodeAPI.org, 2017-2024
-->
<head>
<title>BarcodeAPI.org</title>
<meta name="keywords"
content="barcode, barcode api, barcode app, barcode generator, download barcode, free barcodes, custom barcodes">
<meta name="description"
content="Free online barcode generator! Scan barcodes in the web browser or download the images for free!">
<link rel="icon" type="image/png" href="/ext/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/ext/3p/flexboxgrid.min.css" />
<link rel="stylesheet" type="text/css" href="/ext/css/layout.css" />
<script src="/ext/js/ui.js"></script>
<script src="/ext/js/index.js"></script>
</head>
<body onload="init();">
<div class="wrapper container-fluid">
<div class="header row between-sm start-sm center-xs">
<div class="header-logo start-sm center-xs col-xs-12 col-sm-5"></div>
<div class="header-contact col-sm-5 middle-xs end-xs">
<h4>
<div class="header-support">FEEDBACK & SUPPORT</div>
<div class="header-email">[email protected]</div>
</h4>
<div class="action-icon action-email icon-email"></div>
</div>
</div>
<div class="app row top-xs start-xs">
<div class="app-setup col-xs-12 col-sm-6">
<div class="app-setup-title col-xs-12 center-xs start-sm">
<h3>SELECT BARCODE TYPE</h3>
</div>
<div class="app-setup-type col-xs-12">
<a id="app-setup-type-picker">Select Barcode</a>
</div>
<div class="app-setup-types col-xs-12">
<a id="type-auto" onclick="setType('auto');">Auto</a>
</div>
<div class="app-setup-options col-xs-12">
<span class="app-options-link text-link icon-chevron">Barcode Options</span>
<div class="app-barcode-options">
<div>
Whitespace<br /> <input type="checkbox" id="option-trim-before" onchange="optionsChange()"
checked /> Trim Before
<br /> <input type="checkbox" id="option-trim-after" onchange="optionsChange()"
checked /> Trim After
<br /><span>Key</span> <input type="password" id="option-api-key" size="12"
maxlength="12" onchange="optionsChange()" />
</div>
<div>
Custom Colors<br />Bars: <input type="text" id="option-color-fg" value="000000"
size="6" maxlength="6" onchange="optionsChange()" pattern="[0-9A-F]{6}" /><br />
Back: <input type="text" id="option-color-bg" value="FFFFFF" size="6" maxlength="6"
onchange="optionsChange()" pattern="[0-9A-F]{6}" /><br />
</div>
<div>
Resolution<br />DPI: <input type="number" id="option-dpi" value="150"
min="50" max="500" onchange="optionsChange()" size="6" step="5" /><br />
Height: <input type="number" id="option-height" value="25" min="10" max="500"
onchange="optionsChange()" size="6" /><br />
Text: <select id="option-hrt" onchange="optionsChange()">
<option value="top">Top</option>
<option value="bottom" selected>Bottom</option>
<option value="none">None</option>
</select>
</div>
</div>
</div>
<div class="app-setup-bulk col-xs-12">
<h4>Need more barcodes?</h4>
<a href="/multi.html" class="text-link icon-chevron bulk-link anim">MULTIS GENERATOR</a><br />
<a href="/bulk.html" class="text-link icon-chevron bulk-link anim">BULK BARCODE GENERATOR</a>
</div>
</div>
<div class="app-render col-xs-12 col-sm-6">
<div class="row barcode-input">
<div class="col-xs-10">
<input id="text" class="barcode-text-input pulse-bg" type="text" placeholder="TRY ME!"
autocomplete="off" maxlength="200" />
</div>
<div class="col-xs-2 middle-xs center-xs">
<div class="action-icon action-clear icon-clear"></div>
</div>
</div>
<div class="row barcode-image middle-xs center-xs">
<div class="barcode_wrapper"><img id="barcode_output" /></div>
<input aria-hidden="true" id="barcode_image_link" />
<div id="message">Barcode link copied to clipboard.</div>
</div>
<div class="row barcode-links middle-xs center-xs">
<div class="action-icon action-print icon-print"></div>
<div class="action-icon action-url icon-url"></div>
<div class="action-icon action-copy icon-copy"></div>
<div class="action-icon action-download icon-download"></div>
</div>
</div>
</div>
<div class="notice row start-xs between-xs middle-xs bottom-sm">
<div class="col-xs-6">
<div class="notice-limits">
<b>Important Update!</b><br />
<a href="/limits.html" class="text-link icon-chevron anim">Introducing Rate Limits</a>
</div>
<div class="notice-tokens">
Tokens Remaining: <span id="barcode_tokens"></span>
</div>
</div>
<div class="notice-type col-xs-6 end-xs">
<a class="text-link link-more"></a>
</div>
</div>
<div class="footer row middle-xs start-sm center-xs">
<div class="footer-about col-xs-12 col-sm-8">
Generate barcodes of nearly any type! Scan them in the web browser or download the images for free!
BarcodeAPI.org is an open source barcode server capable of providing a wide range of barcode formats
through a RESTful API.
<span class="footer-link">( <a href="/about.html">about</a> )</span>
</div>
<div class="footer-docs col-xs-12 col-sm-4 center-xs end-sm">
<span class="footer-docs-link">User Manual</span>
</div>
</div>
</div>
</body>
</html>