File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ < h5 > Build chart</ h5 >
2
+ < section class ="section ">
3
+ < div class ="row ">
4
+ < div class ="card ">
5
+ < div class ="card-body ">
6
+ < form class ="margin-top-1rem ">
7
+ < div class ="row ">
8
+ < div class ="col-2 ">
9
+ < label for ="inputState " class ="form-label "
10
+ > Data Source:</ label
11
+ >
12
+ </ div >
13
+ < div class ="col-10 ">
14
+ < select id ="inputState " class ="form-select " disabled >
15
+ < option selected > {{ signal.source.name }}</ option >
16
+ </ select >
17
+ </ div >
18
+ </ div >
19
+ < div class ="row margin-top-1rem ">
20
+ < div class ="col-2 ">
21
+ < label for ="inputState " class ="form-label "
22
+ > Data Signal:</ label
23
+ >
24
+ </ div >
25
+ < div class ="col-10 ">
26
+ < select id ="inputState " class ="form-select " disabled >
27
+ < option selected > {{ signal.name }}</ option >
28
+ </ select >
29
+ </ div >
30
+ </ div >
31
+ < div class ="row margin-top-1rem ">
32
+ < div class ="col-2 ">
33
+ < label for ="inputState " class ="form-label "
34
+ > Geographic Type:</ label
35
+ >
36
+ </ div >
37
+ < div class ="col-10 ">
38
+ < select id ="inputState " class ="form-select ">
39
+ < option selected > Choose...</ option >
40
+ {% for geography in signal.available_geography.all %}
41
+ < option > {{ geography }}</ option >
42
+ {% endfor %}
43
+ </ select >
44
+ </ div >
45
+ </ div >
46
+ < div class ="row margin-top-1rem ">
47
+ < div class ="col-2 ">
48
+ < label for ="inputEmail3 " class ="col-form-label "> Geographic Value:</ label >
49
+ </ div >
50
+ < div class ="col-10 ">
51
+ < input type ="text " class ="form-control " id ="inputText ">
52
+ </ div >
53
+ </ div >
54
+ {% comment %} < div class ="text-center ">
55
+ < button type ="submit " class ="btn btn-primary ">
56
+ Submit
57
+ </ button >
58
+ < button type ="reset " class ="btn btn-secondary ">
59
+ Reset
60
+ </ button >
61
+ </ div > {% endcomment %}
62
+ </ form >
63
+ </ div >
64
+ </ div >
65
+ </ div >
66
+ </ section >
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ <h5>Response Example</h5>
221
221
</ div >
222
222
</ section >
223
223
{% endif %}
224
+ {% include "signals/epivis_block.html"%}
224
225
< h5 > Related links</ h5 >
225
226
< section class ="section ">
226
227
< div class ="row ">
You can’t perform that action at this time.
0 commit comments