Skip to content

Commit ea5f19c

Browse files
authored
Merge pull request #306 from rynge/cm-web
OSPool CM: deprecation warning for web interface.
2 parents d25e0be + 90ca863 commit ea5f19c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

opensciencegrid/ospool-cm/ospool-overview/header.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<meta http-equiv="refresh" content="120">
77
</head>
88
<body>
9+
<div id="banner">
10+
<b>Notice:</b> These pages are deprecated. Please use the <a href="https://display.ospool.osg-htc.org/">OSPool Display</a> and <a href="https://ospool-lifeguard.osg.chtc.io/">OSPool Lifeguard</a> instead.
11+
</div>
912
<div id="page">
1013
<div id="left_column">
1114
<p>

opensciencegrid/ospool-cm/ospool-overview/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ html, body {
66
width: 100%;
77
}
88

9+
#banner {
10+
 background: orange;
11+
 text-align: center;
12+
 padding: 10px;
13+
}
14+
915
#page {
1016
display: table;
1117
padding: 0px 0px 0px 0px;

0 commit comments

Comments
 (0)