<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Fenix-Tests Admin</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
  </head>
<body>

<table>
	<tr>
		<td>
			<img src="<%= request.getContextPath() %>/image/logo-fenix-bugs.png"/>
		</td>
		<td>
		</td>
	</tr>
</table>

<br />

<logic:present name="logFileContents">
	<font face="Courier" size="2">
		<bean:write name="logFileContents"/>
	</font>
</logic:present>

</body>
</html>