2011-07-26 21:12:32 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Template for the body of the SmokeTest page -->
|
|
|
|
<#-- TODO: This is an initial implementation and will continue to evolve. -->
|
|
|
|
|
|
|
|
|
2011-07-27 19:23:25 +00:00
|
|
|
<#if results??>
|
|
|
|
<#list results as x>
|
|
|
|
<#if x??>
|
|
|
|
<h2>${x.result}</h2>
|
|
|
|
</#if>
|
|
|
|
</#list>
|
2011-07-26 21:12:32 +00:00
|
|
|
</#if>
|