annotate src/main/webapp/templates/template.xhtml @ 68:aa8a0578fbc6
Merge with 34d0f1187b0f3a315c1d83bb0ec9c1b70c83df39
author |
casties |
date |
Fri, 11 Dec 2015 12:09:37 -0500 |
parents |
764f47286679 |
children |
|
rev |
line source |
7
|
1 <!DOCTYPE html>
|
|
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"
|
|
3 xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:a4j="http://richfaces.org/a4j">
|
|
4
|
|
5 <h:head>
|
|
6 <title>ismi - database</title>
|
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
8 </h:head>
|
|
9
|
|
10 <h:body>
|
|
11 <ui:insert name="body">Default content</ui:insert>
|
|
12 </h:body>
|
|
13 </html>
|