| |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" |
| xmlns:f="http://java.sun.com/jsf/core" |
| xmlns:h="http://java.sun.com/jsf/html" |
| xmlns:ui="http://java.sun.com/jsf/facelets" |
| xmlns:fmt="http://java.sun.com/jstl/fmt"> |
| <head> |
| <title><ui:insert name="title" /></title> |
| <link rel="stylesheet" type="text/css" href="default.css" /> |
| </head> |
| <body> |
| <f:view> |
| <h:form> |
| <table width="100%"> |
| <tr> |
| <td width="100%"> |
| <table width="100%"> |
| <tr> |
| <td width="100%" valign="middle"><img |
| src="images/eclipselink-logo.png" alt="EclipseLink" height="80" /> |
| <h1>Employee Example</h1></td> |
| <td width="50" align="center"></td> |
| |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| |
| <table width="100%" class="accent"> |
| <tr> |
| <td><h2> |
| <ui:insert name="subtitle" /> |
| </h2></td> |
| </tr> |
| </table> |
| <h:messages /> |
| </h:form> |
| |
| <ui:insert name="body" /> |
| |
| <table width="100%" class="accent"> |
| <tr> |
| <td height="10"></td> |
| </tr> |
| </table> |
| </f:view> |
| </body> |
| </html> |