decode.jspx (zxing-zxing-3.4.0) | : | decode.jspx (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
Unless required by applicable law or agreed to in writing, software | Unless required by applicable law or agreed to in writing, software | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"> | <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"> | |||
<jsp:directive.page contentType="text/html" session="false"/> | <jsp:directive.page contentType="text/html" session="false"/> | |||
<jsp:scriptlet>response.setHeader("Cache-Control", "public");</jsp:scriptlet> | <jsp:scriptlet>response.setHeader("Cache-Control", "public");</jsp:scriptlet> | |||
<jsp:text><![CDATA[<!DOCTYPE html>]]></jsp:text> | <jsp:text><![CDATA[<!DOCTYPE html>]]></jsp:text> | |||
<html> | <html lang="en"> | |||
<head> | <head> | |||
<meta charset="UTF-8"/> | <meta charset="UTF-8"/> | |||
<meta name="description" content="Online barcode decoder from the ZXing proj | ||||
ect"/> | ||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
<title>ZXing Decoder Online</title> | <title>ZXing Decoder Online</title> | |||
<link rel="stylesheet" href="style.css" type="text/css"/> | <link rel="stylesheet" href="style.css" type="text/css"/> | |||
</head> | </head> | |||
<body> | <body> | |||
<div id="main"> | <div id="main"> | |||
<div id="header"> | <div id="header"> | |||
<h1><img src="zxing-icon.png" id="icon" alt=""/> ZXing Decoder Online</h 1> | <h1><img src="zxing-icon.png" id="icon" alt=""/> ZXing Decoder Online</h 1> | |||
</div> | </div> | |||
<p>Decode a 1D or 2D barcode from an image on the web. Supported formats i nclude:</p> | <p>Decode a 1D or 2D barcode from an image on the web. Supported formats i nclude:</p> | |||
<table><tr> | <table><tr> | |||
skipping to change at line 52 | skipping to change at line 54 | |||
<li>ITF</li> | <li>ITF</li> | |||
</ul></td> | </ul></td> | |||
<td><ul> | <td><ul> | |||
<li>Codabar</li> | <li>Codabar</li> | |||
<li>RSS-14 (all variants)</li> | <li>RSS-14 (all variants)</li> | |||
<li>RSS Expanded (most variants)</li> | <li>RSS Expanded (most variants)</li> | |||
<li>QR Code</li> | <li>QR Code</li> | |||
</ul></td> | </ul></td> | |||
<td><ul> | <td><ul> | |||
<li>Data Matrix</li> | <li>Data Matrix</li> | |||
<li>Aztec ('beta' quality)</li> | <li>Aztec</li> | |||
<li>PDF 417 ('alpha' quality)</li> | <li>PDF 417</li> | |||
<li>MaxiCode</li> | <li>MaxiCode</li> | |||
</ul></td> | </ul></td> | |||
</tr></table> | </tr></table> | |||
<table id="upload"> | <table id="upload"> | |||
<form action="decode" method="get"> | <form action="decode" method="get"> | |||
<tr> | <tr> | |||
<td style="text-align:right">Enter an image URL:</td> | <td style="text-align:right">Enter an <label for="u">image URL</labe | |||
<td><input type="text" size="80" name="u"/></td> | l>:</td> | |||
<td><input type="text" size="80" name="u" id="u"/></td> | ||||
<td><input type="submit"/></td> | <td><input type="submit"/></td> | |||
</tr> | </tr> | |||
</form> | </form> | |||
<form action="decode" method="post" enctype="multipart/form-data"> | <form action="decode" method="post" enctype="multipart/form-data"> | |||
<tr> | <tr> | |||
<td style="text-align:right">Or upload a file (&lt;10MB, &lt | <td style="text-align:right">Or <label for="f">upload a file</label> | |||
;10MP):</td> | (&lt;10MB, &lt;10MP):</td> | |||
<td><input type="file" name="f"/></td> | <td><input type="file" name="f" id="f"/></td> | |||
<td><input type="submit"/></td> | <td><input type="submit"/></td> | |||
</tr> | </tr> | |||
</form> | </form> | |||
</table> | </table> | |||
<p>This web application is powered by the barcode scanning implementation in the | <p>This web application is powered by the barcode scanning implementation in the | |||
open source <a href="https://github.com/zxing/zxing">ZXing</a> project.< /p> | open source <a href="https://github.com/zxing/zxing">ZXing</a> project.< /p> | |||
<p>Android users may download the | <p>Android users may download the | |||
<a href="https://play.google.com/store/apps/details?id=com.google.zxing. client.android">Barcode Scanner</a> or | <a href="https://play.google.com/store/apps/details?id=com.google.zxing. client.android">Barcode Scanner</a> or | |||
<a href="https://play.google.com/store/apps/details?id=com.srowen.bs.and roid">Barcode Scanner+</a> application | <a href="https://play.google.com/store/apps/details?id=com.srowen.bs.and roid">Barcode Scanner+</a> application | |||
End of changes. 5 change blocks. | ||||
8 lines changed or deleted | 12 lines changed or added |