Last modified: Mon, 04/03/2017 - 17:29
Finally you need to get your great work in front of the user. Here's a simple template that will do the job.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>LAS Output</title>
<table>
<tr>
<td>
<img border="0" src="$las_response.getResult("plot_image")">
</td>
</tr>
<tr>
<td colspan="2">STDOUT/STDERR</td>
</tr>
<tr>
<td>
<iframe src="$las_response.getResult("debug")" width="100%">
Missing debug output.
</iframe>
</td>
</tr>
<tr>
<td>
<a href="$las_resquest.toEncodedURLString()">Link to this plot.</a>
</td>
</tr>
</table>
</body>
</html>