forked from creade/Radiatr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest-page.html
54 lines (49 loc) · 2.02 KB
/
test-page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<title>Build Dashboard Radiator - Examples</title>
<link rel="stylesheet" rev="stylesheet" href="radiatr.css" media="screen">
<link rel="stylesheet" rev="stylesheet" href="smiley.css" media="screen">
</head>
<body>
<div id="responseText">
</div>
<div id="statuses">
<div id="build1" class="status hudson">
<span><a class="subject" href="http://localhost:4567">Test Build with Time</a></span>
<span class="health">healthy</span>
<br/>
<span class="statusInWords">status 1</span><br/>
<span class="commitCount">commit count</span>
<span class="changeSetComment">comment 1</span><br/>
<span class="claim"></span>
</div>
<div id="awesome" class="status hudson">
<span><a class="subject" href="http://build.zynx.com:8080/job/Authorspace-SMAC/">Awesome</a></span>
<span class="health">healthy</span>
<br/>
<span class="statusInWords">status 1</span><br/>
<span class="commitCount">commit count</span>
<span class="changeSetComment">comment 1</span><br/>
<span class="claim"></span>
</div>
<div id="fresh" class="status hudson">
<span><a class="subject" href="http://build.zynx.com:8080/job/SMACtacular-Fresh/">Fresh</a></span>
<span class="health">healthy</span>
<br/>
<span class="statusInWords">status 1</span><br/>
<span class="commitCount">commit count</span>
<span class="changeSetComment">comment 1</span><br/>
<span class="claim"></span>
</div>
<div id="mature" class="status hudson">
<span><a class="subject" href="http://build.zynx.com:8080/job/SMACtacular-Mature/">Mature</a></span>
<span class="health">healthy</span>
<br/>
<span class="statusInWords">status 1</span><br/>
<span class="commitCount">commit count</span>
<span class="changeSetComment">comment 1</span><br/>
<span class="claim"></span>
</div>
</div>
</body>
</html>