More prettier (#8990)
This commit is contained in:
parent
2535a758f7
commit
ba996ba77b
|
@ -1,10 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Example</title>
|
||||
|
||||
<script type="text/javascript" language="javascript" src="greeting/greeting.nocache.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
language="javascript"
|
||||
src="greeting/greeting.nocache.js"
|
||||
></script>
|
||||
</head>
|
||||
<body>
|
||||
<p id="buttonContainer"></p>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html">
|
||||
<h:head>
|
||||
<title>Hello, World!</title>
|
||||
</h:head>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<f:view xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||||
<f:view
|
||||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||||
xmlns:f="http://xmlns.jcp.org/jsf/core"
|
||||
contentType="text/html"
|
||||
encoding="UTF-8">
|
||||
<ui:composition>
|
||||
Hello
|
||||
</ui:composition>
|
||||
encoding="UTF-8"
|
||||
>
|
||||
<ui:composition> Hello </ui:composition>
|
||||
</f:view>
|
|
@ -1,7 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:h="http://java.sun.com/jsf/html">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html">
|
||||
<head>
|
||||
<title>Hello, World!</title>
|
||||
</head>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
<f:view xmlns:f="http://java.sun.com/jsf/core"
|
||||
xmlns:ui="http://java.sun.com/jsf/facelets">
|
||||
<ui:composition>
|
||||
Hello
|
||||
</ui:composition>
|
||||
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets">
|
||||
<ui:composition> Hello </ui:composition>
|
||||
</f:view>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html">
|
||||
<h:head>
|
||||
<title>Hello, World!</title>
|
||||
</h:head>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<f:view xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||||
<f:view
|
||||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||||
xmlns:f="http://xmlns.jcp.org/jsf/core"
|
||||
contentType="text/html"
|
||||
encoding="UTF-8">
|
||||
<ui:composition>
|
||||
Hello
|
||||
</ui:composition>
|
||||
encoding="UTF-8"
|
||||
>
|
||||
<ui:composition> Hello </ui:composition>
|
||||
</f:view>
|
Loading…
Reference in New Issue