Major changes
[civicrm-core.git] / partials / abtesting / report.html
CommitLineData
f9e08222 1<div>
2 <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
0838af8e 3 <style>
4 .series {
5 fill: none;
6 }
7 .axis path, .axis line {
8 fill: none;
9 stroke: #000;
10 shape-rendering: crispEdges;
11 }
12 </style>
13 <div id="grph" ></div>
14 <div linegraph></div>
15 <table style ="position: relative; right :-425px; top:-250px; width :250px;">
16 <tr >
17 <th>Details</th>
18 <th style="width :90px;">Version A</th>
19 <th style="width :90px;">Version B</th>
20 </tr>
21 <tr ng-repeat="d in data">
22 <td></td>
23 <td></td>
24 <td></td>
25 </tr>
f9e08222 26
f9e08222 27
0838af8e 28 </table>
29 <br><br>
30 <hr>
31
32 <table style="position: relative; left :40px;">
33 <tbody>
34
35 <tr >
36
37 <td>
38 <input type="radio" name="stop"> Stop Test and Send Version A
39 </td>
40
41 <td>
42 <input type="radio" name="stop"> Stop Test and Send Version B
43 </td>
44 </tr>
45
46 </tbody>
47 </table>
f9e08222 48
49
50</div>