1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
4
4
< head >
5
5
< meta name ="keywords " content ="camicroscope, quip " />
6
6
< meta charset ='utf-8 '>
7
7
< meta http-equiv ='X-UA-Compatible ' content ='IE=edge '>
8
+
8
9
< meta name ='viewport '
9
- content ='width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no '>
10
+ content ='width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=2.0 '>
10
11
<!-- common -->
11
12
<!-- <link rel='stylesheet' type='text/css' media='all' href='../css/style.css'/> -->
12
13
<!-- Check If we're logged in ok, otherwise, log in for us -->
13
14
<!-- Font Awesome -->
14
15
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.8.2/css/all.css ">
15
16
16
- < script src ='../common/authChecker.js '> </ script >
17
- < script >
18
- __auth_check ( 1 )
19
- </ script >
20
-
21
- < script src ='../core/Store.js '> </ script >
22
- < script src ='../common/util.js '> </ script >
23
- < script src ='../common/ajv.js '> </ script >
24
- < script src ='../components/loading/loading.js '> </ script >
25
- < script src ="./loader/loader.js "> </ script >
26
- < script src ="./loader/chunked_upload.js "> </ script >
27
17
< title > CaMicroscope Data Table</ title >
28
18
29
- < script src ="https://code.jquery.com/jquery-3.4.1.slim.min.js "
30
- integrity ="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n "
31
- crossorigin ="anonymous "> </ script >
19
+ < script src ="https://code.jquery.com/jquery-3.4.1.slim.min.js " integrity ="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n " crossorigin ="anonymous "> </ script >
32
20
33
21
< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css "
34
22
rel ="stylesheet "
35
23
integrity ="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0 "
36
24
crossorigin ="anonymous ">
37
25
< link rel ="stylesheet " href ="../common/stacktable.css ">
26
+ <!-- common styling -->
27
+ < link rel ="stylesheet " href ="./common.css ">
38
28
< style >
39
29
html ,
40
30
body {
55
45
< div >
56
46
< nav class ="navbar navbar-expand-lg navbar-dark fixed-top bg-dark " style ="position: sticky; margin-top: -4em; ">
57
47
< div class ="container-fluid ">
58
- < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
48
+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation " style =" width: 100%; " >
59
49
< span class ="navbar-toggler-icon "> </ span >
60
50
</ button >
61
51
< div class ="collapse navbar-collapse " id ="navbarSupportedContent " >
75
65
< li class ="nav-item link " style ="font-family: sans-serif; ">
76
66
< a class ="nav-link " href ="./signup/signup.html "> < i class ="fas fa-user-plus "> </ i > Signup</ a >
77
67
</ li >
78
- < li class ="nav-item link " style ="font-family: sans-serif; ">
79
- < a class ="nav-link " target ="_blank " href ="https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform "> < i class ="fas fa-comment "> </ i > Feedback</ a >
80
- </ li >
81
68
</ ul >
82
69
</ div >
83
70
</ div >
84
71
</ nav >
85
72
86
73
< div class ="header text-center text-white bg-info p-4 ">
87
74
< h1 class ="h1 "> caMicroscope</ h1 >
88
- < p > Digital pathology image viewer with support for human/machine generated annotations and markups.</ p >
75
+ < p style =" font-weight: bold; font-size: 14pt; " > Digital pathology image viewer with support for human/machine generated annotations and markups.</ p >
89
76
< div style ="align-content: center; ">
90
77
< div class ="btn-group " role ="group ">
91
78
< a href ="./table.html "> < button style ="border-color: white; border-radius: 5px 0 0 5px; " type ="button " class ="btn btn-secondary bg-info text-light " title ="Slides Table "> < i class ="fas fa-list-alt "> </ i > Slides</ button > </ a >
@@ -107,21 +94,24 @@ <h4 class="modal-title" id="title-of-dialog">Slide Information Details</h4>
107
94
< div class ="modal-body ">
108
95
< div >
109
96
< div id ="content ">
110
- < div class ="alert alert-info " role ="alert ">
111
-
112
- < h4 style ="text-align:center "> Synopsis</ h4 > < hr style ="margin-top:0px; ">
113
- < table id ="detailtable ">
114
- </ table >
97
+ < div class ="card alert alert-info " role ="alert ">
98
+ < div class ="card-body ">
99
+ < h4 class ="card-title text-center "> Synopsis</ h4 > < hr class ="mt-0 ">
100
+ < div class ="table-responsive ">
101
+ < table id ="detailtable ">
102
+ </ table >
103
+ </ div >
104
+ </ div >
115
105
</ div >
116
106
< div class ="alert alert-info " role ="alert ">
117
107
118
- < h4 style ="text-align:center "> Annotations</ h4 > < hr style =" margin-top:0px; ">
108
+ < h4 style ="text-align:center "> Annotations</ h4 > < hr class =" mt-0 ">
119
109
< table id ="annotationtable ">
120
110
</ table >
121
111
</ div >
122
112
< div class ="alert alert-info " role ="alert ">
123
113
124
- < h4 style ="text-align:center "> Heatmaps</ h4 > < hr style =" margin-top:0px; ">
114
+ < h4 style ="text-align:center "> Heatmaps</ h4 > < hr class =" mt-0 ">
125
115
< table id ="heatmaptable ">
126
116
</ table >
127
117
</ div >
@@ -153,10 +143,6 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor
153
143
< input id ="search-table " type ="text " class ="form-control " placeholder ="Search ">
154
144
</ div >
155
145
156
-
157
-
158
-
159
-
160
146
< div class ="table-responsive " id ="summary ">
161
147
< table class ="table table-striped ">
162
148
< thead id ="infothead "> </ thead >
@@ -166,11 +152,29 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor
166
152
</ div >
167
153
</ div >
168
154
169
- < footer class =" text-center text-white bg-dark p-3 mt-2 " >
170
- < p class =" p " > Copyright © 2021 caMicroscope </ p >
171
- </ footer >
155
+
156
+ <!-- footer -- >
157
+ < footer id =" footer-layout " > < /footer >
172
158
</ div >
159
+
160
+
161
+ <!-- script to call a footer(layout footer in the common > utils folder) function -->
162
+ < script > insertFooterLayout ( ) ; </ script >
163
+
173
164
< script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js " integrity ="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8 " crossorigin ="anonymous "> </ script >
165
+
166
+ < script src ='../common/authChecker.js '> </ script >
167
+
168
+ < script >
169
+ __auth_check ( 1 )
170
+ </ script >
171
+
172
+ < script src ='../core/Store.js '> </ script >
173
+ < script src ='../common/util.js '> </ script >
174
+ < script src ='../common/ajv.js '> </ script >
175
+ < script src ='../components/loading/loading.js '> </ script >
176
+ < script src ="./loader/loader.js "> </ script >
177
+ < script src ="./loader/chunked_upload.js "> </ script >
174
178
</ body >
175
179
< script >
176
180
0 commit comments