-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (140 loc) · 10.3 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<title>Citeline :: column chooser</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="" />
<meta name="subject" content="" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css" />
<link href="css/a_normalise.css" rel="stylesheet" media="screen" />
<link href="css/column-chooser.css" rel="stylesheet" media="screen" />
<!--
<link href="css/b_layout.css" rel="stylesheet" media="screen" />
<link href="css/c_colour.css" rel="stylesheet" media="screen" />
<link href="css/d_typography.css" rel="stylesheet" media="screen" />
<link href="css/e_special.css" rel="stylesheet" media="screen" />
-->
<!--<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>-->
<!-- required by IE9 and some other user agents in order to process javascript-based media queries..
applies patch if window.matchMedia() is unsupported -->
<!--<script src="javascript/matchMedia.js"></script>-->
<!-- library required to process javascript-based media queries.. requires window.matchMedia() support -->
<!--<script src="javascript/enquire.min.js"></script>-->
<!-- main script - not currently used in this template -->
<!--<script src="javascript/main.js"></script>-->
<!-- old IE support -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="javascript/oldIE.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/z_ie.css" media="screen" />
<![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
</head>
<body>
<main id="main" role="main">
<h1>Column chooser</h1>
<p>For accessibility please ensure the explicit form labels are correctly bound to their controls (see source).</p>
<div class="column-chooser">
<h4>Choose Columns</h4>
<ul class="menu-column-chooser menu-general menu-horiz">
<li><a href="#">Clear selections</a></li>
<li><a href="#">Reset to default</a></li>
<li><a href="#">Close</a></li>
</ul>
<ul class="list-column-chooser">
<li>
<h5>Disease</h5>
<ul>
<li><input id="cb_0_00" type="checkbox" name="" value="" /><label for="cb_0_00">Therapeutic Area</label></li>
<li><input id="cb_0_01" type="checkbox" name="" value="" checked /><label for="cb_0_01">Therapeutic Class</label></li>
<li><input id="cb_0_02" type="checkbox" name="" value="" checked /><label for="cb_0_02">Disease Type</label></li>
<li><input id="cb_0_03" type="checkbox" name="" value="" checked /><label for="cb_0_03">Patient Segment</label></li>
<li><input id="cb_0_04" type="checkbox" name="" value="" /><label for="cb_0_04">MeSH</label></li>
</ul>
</li>
<li>
<h5>Pharmacology</h5>
<ul>
<li><input id="cb_1_00" type="checkbox" name="" value="" checked /><label for="cb_1_00">Primary Drugs</label></li>
<li><input id="cb_1_01" type="checkbox" name="" value="" checked /><label for="cb_1_01">Secondary Drugs</label></li>
<li><input id="cb_1_02" type="checkbox" name="" value="" /><label for="cb_1_02">Mechanism of Action</label></li>
</ul>
</li>
<li>
<h5>Trial Design</h5>
<ul>
<li><input id="cb_2_00" type="checkbox" name="" value="" /><label for="cb_2_00">Location</label></li>
<li><input id="cb_2_01" type="checkbox" name="" value="" /><label for="cb_2_01">Study design keyword</label></li>
<li><input id="cb_2_02" type="checkbox" name="" value="" /><label for="cb_2_02">Trial tag/attribute</label></li>
<li><input id="cb_2_03" type="checkbox" name="" value="" /><label for="cb_2_03">Date range</label></li>
<li><input id="cb_2_04" type="checkbox" name="" value="" /><label for="cb_2_04">Patient accrual</label></li>
<li><input id="cb_2_05" type="checkbox" name="" value="" /><label for="cb_2_05">Reported sites</label></li>
<li><input id="cb_2_06" type="checkbox" name="" value="" /><label for="cb_2_06">Investigator</label></li>
<li><input id="cb_2_07" type="checkbox" name="" value="" /><label for="cb_2_07">Trial objectives</label></li>
<li><input id="cb_2_08" type="checkbox" name="" value="" /><label for="cb_2_08">Trial timing</label></li>
<li><input id="cb_2_09" type="checkbox" name="" value="" /><label for="cb_2_09">Primary endpoints</label></li>
<li><input id="cb_2_10" type="checkbox" name="" value="" /><label for="cb_2_10">Other endpoint</label></li>
<li><input id="cb_2_11" type="checkbox" name="" value="" /><label for="cb_2_11">Patient population</label></li>
<li><input id="cb_2_12" type="checkbox" name="" value="" /><label for="cb_2_12">Target accrual</label></li>
<li><input id="cb_2_13" type="checkbox" name="" value="" /><label for="cb_2_13">Actual accrual</label></li>
<li><input id="cb_2_14" type="checkbox" name="" value="" /><label for="cb_2_14">Treatment plan</label></li>
<li><input id="cb_2_15" type="checkbox" name="" value="" /><label for="cb_2_15">Study design (text)</label></li>
</ul>
</li>
<li>
<h5>Trial Metadata</h5>
<ul>
<li><input id="cb_3_00" type="checkbox" name="" value="" /><label for="cb_3_00" checked>Trial Phase</label></li>
<li><input id="cb_3_01" type="checkbox" name="" value="" /><label for="cb_3_01" checked>Trial Status</label></li>
<li><input id="cb_3_02" type="checkbox" name="" value="" /><label for="cb_3_02" checked>Sponsor</label></li>
<li><input id="cb_3_03" type="checkbox" name="" value="" /><label for="cb_3_03" checked>Protocol ID</label></li>
<li><input id="cb_3_04" type="checkbox" name="" value="" /><label for="cb_3_04">Last modified date</label></li>
<li><input id="cb_3_05" type="checkbox" name="" value="" /><label for="cb_3_05" checked>Source</label></li>
<li><input id="cb_3_06" type="checkbox" name="" value="" /><label for="cb_3_06">Trial description/title</label></li>
<li><input id="cb_3_07" type="checkbox" name="" value="" /><label for="cb_3_07">Trial objectives</label></li>
<li><input id="cb_3_08" type="checkbox" name="" value="" /><label for="cb_3_08">Notes</label></li>
<li><input id="cb_3_09" type="checkbox" name="" value="" /><label for="cb_3_09">Supporting URLs</label></li>
<li><input id="cb_3_10" type="checkbox" name="" value="" /><label for="cb_3_10">Last Full Review</label></li>
<li><input id="cb_3_11" type="checkbox" name="" value="" /><label for="cb_3_11">Internal comments</label></li>
<li><input id="cb_3_12" type="checkbox" name="" value="" /><label for="cb_3_12">Identified sites</label></li>
<li><input id="cb_3_13" type="checkbox" name="" value="" /><label for="cb_3_13">CT.gov sites count</label></li>
<li><input id="cb_3_14" type="checkbox" name="" value="" /><label for="cb_3_14">Record URL</label></li>
</ul>
</li>
<li>
<h5>Subject Selection</h5>
<ul>
<li><input id="cb_4_00" type="checkbox" name="" value="" /><label for="cb_4_00">Patient Criteria</label></li>
<li><input id="cb_4_01" type="checkbox" name="" value="" /><label for="cb_4_01">Inclusion Criteria</label></li>
<li><input id="cb_4_02" type="checkbox" name="" value="" /><label for="cb_4_02">Exclusion Criteria</label></li>
<li><input id="cb_4_03" type="checkbox" name="" value="" /><label for="cb_4_03">Gender</label></li>
<li><input id="cb_4_04" type="checkbox" name="" value="" /><label for="cb_4_04">Min Age</label></li>
<li><input id="cb_4_05" type="checkbox" name="" value="" /><label for="cb_4_05">Min Age Unit</label></li>
<li><input id="cb_4_06" type="checkbox" name="" value="" /><label for="cb_4_06">Max Age</label></li>
<li><input id="cb_4_07" type="checkbox" name="" value="" /><label for="cb_4_07">Max Age Unit</label></li>
<li><input id="cb_4_08" type="checkbox" name="" value="" /><label for="cb_4_08">Prior concurrent therapy</label></li>
</ul>
</li>
<li>
<h5>Outcome</h5>
<ul>
<li><input id="cb_5_00" type="checkbox" name="" value="" /><label for="cb_5_00">Trial outcomes</label></li>
<li><input id="cb_5_01" type="checkbox" name="" value="" /><label for="cb_5_01">Outcome details</label></li>
<li><input id="cb_5_02" type="checkbox" name="" value="" /><label for="cb_5_02">Trial results</label></li>
<li><input id="cb_5_03" type="checkbox" name="" value="" /><label for="cb_5_03">Primary endpoint reached</label></li>
</ul>
</li>
</ul>
<ul class="menu-column-chooser menu-general menu-horiz">
<li><a href="#">Cancel changes</a></li>
<li><a href="#" class="anchor-submit">Save and close</a></li>
</ul>
</div>
</main>
</body>
</html>