<%# Copyright 2016 t123yh Licensed to the public under the Apache License 2.0. -%> <% css = [[ .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } ]] -%> <%+header%> <% if exitcode == 0 then %> <% else %> <% end %> <% if stdout ~= "" then %>

<%:Standard Output%>

<%= stdout %>
<% end %> <% if stderr ~= "" then %>

<%:Standard Error%>

<%= stderr %>
<% end %> <%+footer%>