Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: masters/master.client.dart.fyi/templates/horizontal_one_box_per_build.html

Issue 10053007: Initial dart FYI buildbot setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: masters/master.client.dart.fyi/templates/horizontal_one_box_per_build.html
===================================================================
--- masters/master.client.dart.fyi/templates/horizontal_one_box_per_build.html (revision 0)
+++ masters/master.client.dart.fyi/templates/horizontal_one_box_per_build.html (revision 0)
@@ -0,0 +1,22 @@
+{%- 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="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>
Property changes on: masters/master.client.dart.fyi/templates/horizontal_one_box_per_build.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
« no previous file with comments | « masters/master.client.dart.fyi/templates/forms.html ('k') | masters/master.client.dart.fyi/templates/layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698