blob: 9d4c9d0dd6237fe96b8bc52b49decca324cbc8be [file] [log] [blame]
<!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">
<f:loadBundle basename="resources.application" var="msg" />
<head>
<title><ui:insert name="title" /></title>
<link rel="stylesheet" type="text/css" href="#{lookAndFeel.css}" />
</head>
<body>
<f:view>
<h:form>
<table width="100%">
<tr>
<td width="100%">
<table width="100%">
<tr>
<td width="200"><h:commandButton
action="#{viewLeague.view}" image="#{lookAndFeel.logo}" /> </td>
<td width="100%" valign="middle"><h1><h:outputLabel
value="#{viewLeague.leagueName}" /></h1></td>
<td width="100" valign="top" align="right"><h:commandButton
value="MySports" action="#{viewLeague.home}" image="images/mysports.png"
rendered="#{lookAndFeel.multitenant}" /></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>
<i> <ui:insert name="crumb1" />&nbsp; <ui:insert name="crumb2" />
&nbsp; <ui:insert name="crumb3" /> &nbsp; <ui:insert name="crumb4" />
&nbsp;
</i>
<h:messages />
</h:form>
<ui:insert name="body" />
<p>&nbsp;</p>
<table width="100%" class="accent">
<tr>
<td height="10"></td>
</tr>
</table>
<p />
<div align="center">
Powered by:&nbsp; <a href="http://www.eclipse.org/eclipselink"><h:graphicImage
url="/images/eclipselink.png" alt="EclipseLink" /> </a>
</div>
</f:view>
</body>
</html>