-
Notifications
You must be signed in to change notification settings - Fork 576
/
Copy path_ocr_review.html
53 lines (51 loc) · 1.01 KB
/
_ocr_review.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
{{extend "layout.html"}}
{{=H2(T("OCR Form Review"))}}
<script src="{{=URL("static","scripts/S3/s3.ocr.review.js")}}"></script>
<style type="text/css">
div.resource_name {
font-size:20px;
background-color: #ddd;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
table.ptable {
width: 100%;
}
tr.fieldtr td {
padding: 5px;
}
.ignore-button {
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ignore-button-toggle-yes {
background-color: #0f0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.lightbox-bg {
background: #fff none repeat scroll 0 0;
display: none;
height: 800px;
left: 0;
filter: alpha(opacity=80);
opacity: 0.8;
top: 0;
width:100%;
z-index: 50;
position: fixed;
}
.modal-loader {
position: fixed;
left: 45%;
top: 45%;
z-index: 51;
text-align: center;
}
</style>
{{=reviewform}}