File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ <h1>Selected Samples</h1>
34
34
< div class ="row " id ="study{{sid}} ">
35
35
< div class ="col-md-12 " style ="border:2px solid #a1a1a1; border-radius: 15px; ">
36
36
< h2 > < a href ="/study/description/{{sid}} "> {{study.title}}</ a > </ h2 >
37
- < h3 > Processed Data</ h3 >
37
+ < h4 > Processed Data</ h4 >
38
38
< table class ='table table-striped ' id ='study{{sid}}-table '>
39
39
< tr >
40
40
< th class ="col-sm-1 "> id</ th > < th class ="col-sm-1 "> Datatype</ th > < th class ="col-sm-2 "> Processed Date</ th > < th class ="col-sm-2 "> Algorithm</ th > < th class ="col-sm-2 "> Reference</ th > < th class ="col-sm-1 "> Samples</ th > < th > </ th > < th > </ th >
41
41
</ tr >
42
42
{% for pid, samples in viewitems(proc_datas) %}
43
43
< tr id ="proc{{pid}} ">
44
- < td > {{pid}} < a data-toggle ="modal " data-target ="#proc{{pid}}-settings-modal "> < img src ="/static/img/info_button.gif "> </ a > </ td >
44
+ < td > {{pid}} < a href =" # " data-toggle ="modal " data-target ="#proc{{pid}}-settings-modal " onclick =" return false; "> < img src ="/static/img/info_button.gif "> </ a > </ td >
45
45
< td > {{proc_info[pid]["data_type"]}}</ td >
46
46
< td > {{proc_info[pid]["processed_date"]}}</ td >
47
47
< td > {{proc_info[pid]["algorithm"]}}</ td >
You can’t perform that action at this time.
0 commit comments