response.jspx (zxing-zxing-3.4.0) | : | response.jspx (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
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:text><![CDATA[<!DOCTYPE html>]]></jsp:text> | <jsp:text><![CDATA[<!DOCTYPE html>]]></jsp:text> | |||
<html> | <html> | |||
<head> | <head> | |||
<meta charset="UTF-8"/> | <meta charset="UTF-8"/> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||||
<title>${requestScope['title']}</title> | <title>${requestScope['title']}</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"><h1><img src="zxing-icon.png" id="icon" alt=""/>&nbsp;${r equestScope['title']}</h1></div> | <div id="header"><h1><img src="zxing-icon.png" id="icon" alt=""/>&nbsp;${r equestScope['title']}</h1></div> | |||
<p>${requestScope['text']}</p> | <p>${requestScope['text']}</p> | |||
</div> | </div> | |||
</body> | </body> | |||
</html> | </html> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |