forked from Custom-Elements/glg-compliance-blinky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
58 lines (55 loc) · 2.05 KB
/
demo.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
55
56
57
58
<!doctype html>
<html>
<head>
<title>glg-compliance-blinky</title>
<link rel="import" href="https://services.glgresearch.com/ui-toolkit/polymer.html">
<link rel="stylesheet" type="text/css" href="node_modules/ui-fonts/node_modules/ui-font-awesome/font-awesome.less">
<link rel="stylesheet" type="text/css" href="node_modules/ui-fonts/node_modules/ui-font-awesome/font-awesome-icons.less">
<link rel="import" href="src/glg-compliance-blinky.html">
<style>
body {
font-family: "Helvetica Neue", "Helvetica", "Arial";
color: #454545;
}
h1 small {
font-size: 20%;
font-weight: normal;
}
h2 {
margin-top: 2em;
}
</style>
</head>
<body container unresolved>
<h1>
glg-compliance-blinky
<small>Blinky lights!</small>
</h1>
<p>
What's the compliance status for CM 527313 on project 1994800?
<glg-compliance-blinky cmId="527313" projectId="1994800"></glg-compliance-blinky>
Here is some text after to show the alignment things.
</p>
<p>
What about when there's no project at all?
<glg-compliance-blinky cmId="527313" projectId=""></glg-compliance-blinky>
Still here for alignment.
</p>
<p>
What about a DNC guy?
<glg-compliance-blinky cmId="427179" projectId="1994800"></glg-compliance-blinky>
</p>
<p>
Compliance settings for event with CM 607513 contact 329499 and project 16749377?
<glg-compliance-blinky ruleset="event/" cmId="607513" contactId="329499" projectId="16749377"></glg-compliance-blinky>
</p>
<p>
Compliance settings for event with CM 607513 contact 36277 and project 16749377?
<glg-compliance-blinky ruleset="event/" cmId="607513" contactId="36277" projectId="16749377"></glg-compliance-blinky>
</p>
<p>
Compliance settings for event with CM 607513 contact 370180 and project 16749377?
<glg-compliance-blinky ruleset="event/" cmId="607513" contactId="370180" projectId="16749377"></glg-compliance-blinky>
</p>
</body>
</html>