forked from ulbricht/pmdmeta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.32 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.32 KB
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
<!DOCTYPE HTML>
<html manifest="">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>PMDMeta</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<style type="text/css">
.x-column-header.PMDrequired {color:red;}
.x-column-header.PMDrecommended {color: black;}
.validation .error {background-color: red}
.validation .warning {background-color: orange}
.x-boundlist-item img.chkCombo {
background: transparent url(resources/images/icons/fam/add.gif);
width:16px;
height:16px;
}
.x-boundlist-selected img.chkCombo{
background: transparent url(resources/images/icons/fam/delete.gif);
width:16px;
height:16px;
}
div[id^="DataCite-Descriptions-"] .x-grid-row .x-grid-cell-inner {
white-space: normal;
height: 120px;
}
div[id^="DataCite-Descriptions-"] .x-grid-row-over .x-grid-cell-inner {
white-space: normal;
height: 120px;
}
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&libraries=drawing&key=AIzaSyDmizZH_Shu9549T3ggKBjysdCZqiZkeQU"></script>
<!-- The line below must be kept intact for Sencha Cmd to build your application -->
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
</head>
<body></body>
</html>