-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.html
More file actions
63 lines (51 loc) · 1.39 KB
/
header.html
File metadata and controls
63 lines (51 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="refresh" content="630">
<title>PeopleSoft Status</title>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<style>
tr.header {
padding-right: 10px;
padding-left: 5px;
background-color: #069;
color: #ffffff;
font-weight: 600;
}
tr.environment {
cursor: pointer;
}
tr.data {
display:none;
background: #FAF6E4;
}
td {
align: center;
padding: 3px;
}
.down {
font-weight: 600;
color: #cc2900;
}
.stale {
font-weight: 600;
color: #f0ad4e;
}
td.PSGRIDNAVIGATOR {
display: none;
}
td.PSLEVEL1GRIDLABEL {
font-weight: 600;
color: darkgreen;
text-align: left;
}
</style>
</head>
<body>