Show logs_es.htm syntax highlighted
<html>
<head><title>Kneobase - Base de conocimientos</title>
<link href="design/stylesheet/kneobase.css" rel="stylesheet" type="text/css">
</head>
<body>
<jsp:include page="top.jsp" />
<h1> Último log de ejecución del driver Kneobase</h1>
<hr>
<c:if test="${logsCommand.exists}">
<table border="0" width="100%" height="75%">
<tr>
<td>
<iframe width="100%" height="100%" src ="<c:out value="${logsCommand.includeFile}"/>">
</iframe>
</td>
</tr>
</table >
</c:if>
<c:if test="${not logsCommand.exists}">
<p> <font color="red"> No se ha generado el log para el driver <b><c:out value="${logsCommand.robot}"/> </b> </font> </p>
</c:if>
</body>
</html>
See more files for this project here