Mercurial > hg > ismi-richfaces
annotate src/main/webapp/templates/template.xhtml @ 7:764f47286679
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:28:34 +0000 |
parents | |
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> |