11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33
44< head >
55 < meta name ="keywords " content ="camicroscope, quip " />
66 < meta charset ='utf-8 '>
77 < meta http-equiv ='X-UA-Compatible ' content ='IE=edge '>
8+
89 < 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 '>
1011 <!-- common -->
1112 <!-- <link rel='stylesheet' type='text/css' media='all' href='../css/style.css'/> -->
1213 <!-- Check If we're logged in ok, otherwise, log in for us -->
1314 <!-- Font Awesome -->
1415 < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.8.2/css/all.css ">
1516
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 >
2717 < title > CaMicroscope Data Table</ title >
2818
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 >
3220
3321 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css "
3422 rel ="stylesheet "
3523 integrity ="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0 "
3624 crossorigin ="anonymous ">
3725 < link rel ="stylesheet " href ="../common/stacktable.css ">
26+ <!-- common styling -->
27+ < link rel ="stylesheet " href ="./common.css ">
3828 < style >
3929 html ,
4030 body {
5545 < div >
5646 < nav class ="navbar navbar-expand-lg navbar-dark fixed-top bg-dark " style ="position: sticky; margin-top: -4em; ">
5747 < 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%; " >
5949 < span class ="navbar-toggler-icon "> </ span >
6050 </ button >
6151 < div class ="collapse navbar-collapse " id ="navbarSupportedContent " >
7565 < li class ="nav-item link " style ="font-family: sans-serif; ">
7666 < a class ="nav-link " href ="./signup/signup.html "> < i class ="fas fa-user-plus "> </ i > Signup</ a >
7767 </ 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 >
8168 </ ul >
8269 </ div >
8370 </ div >
8471 </ nav >
8572
8673 < div class ="header text-center text-white bg-info p-4 ">
8774 < 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 >
8976 < div style ="align-content: center; ">
9077 < div class ="btn-group " role ="group ">
9178 < 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>
10794 < div class ="modal-body ">
10895 < div >
10996 < 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 >
115105 </ div >
116106 < div class ="alert alert-info " role ="alert ">
117107
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 ">
119109 < table id ="annotationtable ">
120110 </ table >
121111 </ div >
122112 < div class ="alert alert-info " role ="alert ">
123113
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 ">
125115 < table id ="heatmaptable ">
126116 </ table >
127117 </ div >
@@ -153,10 +143,6 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor
153143 < input id ="search-table " type ="text " class ="form-control " placeholder ="Search ">
154144 </ div >
155145
156-
157-
158-
159-
160146 < div class ="table-responsive " id ="summary ">
161147 < table class ="table table-striped ">
162148 < thead id ="infothead "> </ thead >
@@ -166,11 +152,29 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor
166152</ div >
167153</ div >
168154
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 >
172158</ div >
159+
160+
161+ <!-- script to call a footer(layout footer in the common > utils folder) function -->
162+ < script > insertFooterLayout ( ) ; </ script >
163+
173164< 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 >
174178</ body >
175179< script >
176180
0 commit comments