| |
| <!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="25%" height="100" valign="middle"> |
| <h:graphicImage name="images/eclipselink-logo.png" alt="EclipseLink" height="80"/> |
| </td> |
| <td width="50%" align="center" valign="middle"> |
| <h1 class="sansserif">Employee Example</h1> |
| </td> |
| <td width="25%" valign="middle"><div align="center"> |
| <h:commandButton action="/index" value="Home" /> |
| </div></td> |
| </tr> |
| <tr> |
| <td colspan="3" bgcolor="#0033CC" height="40"> |
| <h2 class="sansserif"> |
| <font color="white" face="verdana"><ui:insert |
| name="subtitle" /></font> |
| </h2> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="3"><h:messages /></td> |
| </tr> |
| </table> |
| |
| </h:form> |
| <p /> |
| <ui:insert name="body" /> |
| <p /> |
| <table width="100%" class="accent"> |
| <tr> |
| <td height="20" bgcolor="#0033CC"></td> |
| </tr> |
| </table> |
| </f:view> |
| </body> |
| </html> |