Skip to content

Commit 5a4ca0f

Browse files
committed
Get rid of page directives.
1 parent caf7dca commit 5a4ca0f

11 files changed

+0
-11
lines changed

webapp/404.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
33
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
4-
<%@ page pageEncoding="UTF-8" isErrorPage="true" %>
54
<jsp:useBean id="suspEvent" class="ru.mystamps.site.beans.SuspiciousEventBean">
65
<jsp:setProperty name="suspEvent" property="type" value="PageNotFound" />
76
<jsp:setProperty name="suspEvent" property="page" value="${requestScope[\"javax.servlet.error.request_uri\"]}" />

webapp/activate_user.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
33
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
4-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
65
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
76
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/activation_sent.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/activation_successful.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/add_country.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/add_stamps.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
33
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
4-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
65
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
76
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/auth_user.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
33
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
4-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
65
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
76
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/index.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/maintenance.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/register_user.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
33
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
4-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
65
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
76
<html xmlns="http://www.w3.org/1999/xhtml">

webapp/restore_password.xhtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
22
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3-
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
54
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
65
<html xmlns="http://www.w3.org/1999/xhtml">

0 commit comments

Comments
 (0)