Skip to content

Commit caf7dca

Browse files
committed
head -> h:head, body -> h:body
1 parent a34c565 commit caf7dca

11 files changed

+44
-44
lines changed

webapp/404.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1515
<html xmlns="http://www.w3.org/1999/xhtml">
1616
<f:view>
17-
<head>
17+
<h:head>
1818
<title><h:outputText value="#{m.t_404_title}" /></title>
1919
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
2020
<link rel="stylesheet" type="text/css" href="styles/main.css" />
2121
<link rel="stylesheet" type="text/css" href="styles/error.css" />
22-
</head>
23-
<body>
22+
</h:head>
23+
<h:body>
2424
<%@ include file="/WEB-INF/segments/header.jspf" %>
2525
<div id="content">
2626
<table>
@@ -36,6 +36,6 @@
3636
</table>
3737
</div>
3838
<%@ include file="/WEB-INF/segments/footer.jspf" %>
39-
</body>
39+
</h:body>
4040
</f:view>
4141
</html>

webapp/activate_user.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
77
<html xmlns="http://www.w3.org/1999/xhtml">
88
<f:view>
9-
<head>
9+
<h:head>
1010
<title>MyStamps: <h:outputText value="#{m.t_activation_title}" /></title>
1111
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1212
<link rel="stylesheet" type="text/css" href="styles/main.css" />
13-
</head>
14-
<body>
13+
</h:head>
14+
<h:body>
1515
<%@ include file="/WEB-INF/segments/header.jspf" %>
1616
<div id="content">
1717
<h3>
@@ -99,6 +99,6 @@
9999
</div>
100100
</div>
101101
<%@ include file="/WEB-INF/segments/footer.jspf" %>
102-
</body>
102+
</h:body>
103103
</f:view>
104104
</html>

webapp/activation_sent.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_registration_title}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
12-
</head>
13-
<body>
12+
</h:head>
13+
<h:body>
1414
<%@ include file="/WEB-INF/segments/header.jspf" %>
1515
<div id="content">
1616
<h3>
@@ -19,6 +19,6 @@
1919
<h:outputText value="#{m.t_activation_sent_message}" />
2020
</div>
2121
<%@ include file="/WEB-INF/segments/footer.jspf" %>
22-
</body>
22+
</h:body>
2323
</f:view>
2424
</html>

webapp/activation_successful.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_activation_title}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
12-
</head>
13-
<body>
12+
</h:head>
13+
<h:body>
1414
<%@ include file="/WEB-INF/segments/header.jspf" %>
1515
<div id="content">
1616
<h3>
@@ -22,6 +22,6 @@
2222
</h:outputFormat>
2323
</div>
2424
<%@ include file="/WEB-INF/segments/footer.jspf" %>
25-
</body>
25+
</h:body>
2626
</f:view>
2727
</html>

webapp/add_country.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_add_country}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
12-
</head>
13-
<body>
12+
</h:head>
13+
<h:body>
1414
<%@ include file="/WEB-INF/segments/header.jspf" %>
1515
<div id="content">
1616
<h3>
@@ -38,6 +38,6 @@
3838
</div>
3939
</div>
4040
<%@ include file="/WEB-INF/segments/footer.jspf" %>
41-
</body>
41+
</h:body>
4242
</f:view>
4343
</html>

webapp/add_stamps.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
77
<html xmlns="http://www.w3.org/1999/xhtml">
88
<f:view>
9-
<head>
9+
<h:head>
1010
<title>MyStamps: <h:outputText value="#{m.t_add_series}" /></title>
1111
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1212
<link rel="stylesheet" type="text/css" href="styles/main.css" />
13-
</head>
14-
<body>
13+
</h:head>
14+
<h:body>
1515
<%@ include file="/WEB-INF/segments/header.jspf" %>
1616
<div id="content">
1717
<h3>
@@ -67,6 +67,6 @@
6767
</div>
6868
</div>
6969
<%@ include file="/WEB-INF/segments/footer.jspf" %>
70-
</body>
70+
</h:body>
7171
</f:view>
7272
</html>

webapp/auth_user.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
77
<html xmlns="http://www.w3.org/1999/xhtml">
88
<f:view>
9-
<head>
9+
<h:head>
1010
<title>MyStamps: <h:outputText value="#{m.t_auth_title}" /></title>
1111
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1212
<link rel="stylesheet" type="text/css" href="styles/main.css" />
13-
</head>
14-
<body>
13+
</h:head>
14+
<h:body>
1515
<%@ include file="/WEB-INF/segments/header.jspf" %>
1616
<div id="content">
1717
<h3>
@@ -63,6 +63,6 @@
6363
</div>
6464
</div>
6565
<%@ include file="/WEB-INF/segments/footer.jspf" %>
66-
</body>
66+
</h:body>
6767
</f:view>
6868
</html>

webapp/index.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_index_title}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
12-
</head>
13-
<body>
12+
</h:head>
13+
<h:body>
1414
<%@ include file="/WEB-INF/segments/header.jspf" %>
1515
<div id="content">
1616
<h:outputText value="#{m.t_you_may}" />:
@@ -33,6 +33,6 @@
3333
</ul>
3434
</div>
3535
<%@ include file="/WEB-INF/segments/footer.jspf" %>
36-
</body>
36+
</h:body>
3737
</f:view>
3838
</html>

webapp/maintenance.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_maintenance_title}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
1212
<link rel="stylesheet" type="text/css" href="styles/error.css" />
13-
</head>
14-
<body>
13+
</h:head>
14+
<h:body>
1515
<%@ include file="/WEB-INF/segments/header.jspf" %>
1616
<div id="content">
1717
<div id="error-msg">
@@ -21,6 +21,6 @@
2121
</div>
2222
</div>
2323
<%@ include file="/WEB-INF/segments/footer.jspf" %>
24-
</body>
24+
</h:body>
2525
</f:view>
2626
</html>

webapp/register_user.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
77
<html xmlns="http://www.w3.org/1999/xhtml">
88
<f:view>
9-
<head>
9+
<h:head>
1010
<title>MyStamps: <h:outputText value="#{m.t_registration_title}" /></title>
1111
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1212
<link rel="stylesheet" type="text/css" href="styles/main.css" />
13-
</head>
14-
<body>
13+
</h:head>
14+
<h:body>
1515
<%@ include file="/WEB-INF/segments/header.jspf" %>
1616
<div id="content">
1717
<h3>
@@ -55,6 +55,6 @@
5555
</div>
5656
</div>
5757
<%@ include file="/WEB-INF/segments/footer.jspf" %>
58-
</body>
58+
</h:body>
5959
</f:view>
6060
</html>

webapp/restore_password.xhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<f:view>
8-
<head>
8+
<h:head>
99
<title>MyStamps: <h:outputText value="#{m.t_restore_password_title}" /></title>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
1111
<link rel="stylesheet" type="text/css" href="styles/main.css" />
12-
</head>
13-
<body>
12+
</h:head>
13+
<h:body>
1414
<%@ include file="/WEB-INF/segments/header.jspf" %>
1515
<div id="content">
1616
<%-- TODO: add content (#19) --%>
1717
</div>
1818
<%@ include file="/WEB-INF/segments/footer.jspf" %>
19-
</body>
19+
</h:body>
2020
</f:view>
2121
</html>

0 commit comments

Comments
 (0)