blob: 412b46ee19e6bd9e1839690112289fc9a3a03ad5 [file] [log] [blame]
{%- block doctype -%}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{% endblock %}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{% block head %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Buildbot</title>
<link href="/p/chromium/default.css" rel="stylesheet" type="text/css" />
{% endblock %}
</head>
<body vlink="#800080">
{% block content %}
<table style="width: 100%"><tr>
{% for b in builders %}
<td valign=bottom class=mini-box><a href='{{ b.url }}' class='{{ b.outcome }}' title='{{ b.name }}' target=_blank> {{ b.name if b.show_name else '' }} </a></td>
{% endfor %}
</tr></table>
{% endblock content %}
</body>
</html>