Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1003 from MeasureAuthoringTool/feature/MAT-6895-d…
Browse files Browse the repository at this point in the history
…ecomission-banner

Adding MAT Decomissioning banner on Login page
  • Loading branch information
RohitKandimalla committed Apr 4, 2024
2 parents bf4457a + 9383c81 commit 2d94c35
Showing 1 changed file with 111 additions and 88 deletions.
199 changes: 111 additions & 88 deletions war/Login.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

<link href="css/OpenSans.css" type="text/css" rel="stylesheet"/>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">

<link href="signInWidget/css/okta-sign-in.css" type="text/css" rel="stylesheet"/>
<link href="signInWidget/css/otka-theme.css" type="text/css" rel="stylesheet"/>
<style>
Expand All @@ -55,6 +54,21 @@

body {
font-family: OpenSans, Arial, sans-serif;

>.decommissioning-banner {
display: flex;
align-items: center;
padding: 2rem;
background-color: white;
margin-left: 13%;
margin-right: 6%;
> div {
flex-direction: column;
text-align: left;
padding-left: 30px;
}
}

}
#okta-login-container {
padding-bottom: 80px;
Expand Down Expand Up @@ -144,99 +158,108 @@
</head>
<body>
<noscript>
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</noscript>
<div class="login-bg-image"></div>
<div id="okta-login-container"></div>

<form action="" method="post" id="loginForm">
<input type="hidden" id="loginPost" name="loginPost" value="">
</form>

<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-10 footer-content">
<div>
<a title="CMS home page" tabindex="0" href="http://www.cms.gov/" target="_blank">
<h4 class="screen-reader">CMS.gov</h4>
<img class="mat-logo" alt="CMS.gov Measure Authoring Tool" src="./images/MAT-logo_white.svg">
</a>
</div>
<div>
<hr class="border-top">

<div class="row footer-links">
<div class="col-md-12 col-6">
<ul class="link-list">
<li class="link-list-item">
<a title="CMS.gov" target="_blank"
href="https://cms.gov">
<span class="include-disclaimer">CMS.gov</span>
</a>
</li>
<li class="link-list-item">
<a title="Accessibility Policy" target="_blank"
href="https://www.cms.gov/About-CMS/Agency-Information/Aboutwebsite/Policiesforaccessibility">
<span class="include-disclaimer">Accessibility Policy</span>
</a>
</li>
<li class="link-list-item">
<a title="Privacy Policy" target="_blank"
href="http://www.cms.gov/About-CMS/Agency-Information/Aboutwebsite/Privacy-Policy.html">
<span class="include-disclaimer">Privacy Policy</span>
</a>
</li>
<li class="link-list-item">
<a title="Terms Of Use" target="_blank"
href="https://harp.cms.gov/login/terms-of-use">
<span class="include-disclaimer">Terms Of Use</span>
</a>
</li>
</ul>
</div>
<noscript>
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</noscript>
<div class="login-bg-image"></div>
<div role="alert" class="decommissioning-banner">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="orange" class="bi bi-exclamation-triangle" viewBox="0 0 16 16">
<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z"/>
<path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/>
</svg>
<div>
<h4>The Measure Authoring Tool (MAT) will no longer be accessible after June 28, 2024.</h4>
<span>Please begin to transfer and test your measure in MADiE and contact the Help Desk if you encounter any issues.
See <a href="https://www.emeasuretool.cms.gov/news-alerts/mat-and-bonnie-migration-action-needed"> this communication from CMS</a> for more information.
</span>
</div>

<div class="col-md-12 col-6">
<ul class="link-list">
<li class="link-list-item">
<a title="Freedom of Information Act" target="_blank"
href="https://www.cms.gov/center/freedom-of-information-act-center.html">
<span class="include-disclaimer">Freedom of Information Act</span>
</a>
</li>
<li class="link-list-item">
<a title="User Guide" target="_blank"
href="https://www.emeasuretool.cms.gov/training-resources/user-guide">
<span class="include-disclaimer">User Guide</span>
</a>
</li>
<li class="link-list-item">
<a title="Contact Us" target="_blank"
href="https://www.emeasuretool.cms.gov/web/guest/contact-us">
<span class="include-disclaimer">Contact Us</span>
</a>
</li>
</ul>
</div>
</div>
<div id="okta-login-container"></div>
<form action="" method="post" id="loginForm">
<input type="hidden" id="loginPost" name="loginPost" value="">
</form>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-10 footer-content">
<div>
<a title="CMS home page" tabindex="0" href="http://www.cms.gov/" target="_blank">
<h4 class="screen-reader">CMS.gov</h4>
<img class="mat-logo" alt="CMS.gov Measure Authoring Tool" src="./images/MAT-logo_white.svg">
</a>
</div>
<div>
<hr class="border-top">

<hr class="border-bottom d-sm-block d-md-none">
<div class="row footer-links">
<div class="col-md-12 col-6">
<ul class="link-list">
<li class="link-list-item">
<a title="CMS.gov" target="_blank"
href="https://cms.gov">
<span class="include-disclaimer">CMS.gov</span>
</a>
</li>
<li class="link-list-item">
<a title="Accessibility Policy" target="_blank"
href="https://www.cms.gov/About-CMS/Agency-Information/Aboutwebsite/Policiesforaccessibility">
<span class="include-disclaimer">Accessibility Policy</span>
</a>
</li>
<li class="link-list-item">
<a title="Privacy Policy" target="_blank"
href="http://www.cms.gov/About-CMS/Agency-Information/Aboutwebsite/Privacy-Policy.html">
<span class="include-disclaimer">Privacy Policy</span>
</a>
</li>
<li class="link-list-item">
<a title="Terms Of Use" target="_blank"
href="https://harp.cms.gov/login/terms-of-use">
<span class="include-disclaimer">Terms Of Use</span>
</a>
</li>
</ul>
</div>

<div class="col-md-12 col-6">
<ul class="link-list">
<li class="link-list-item">
<a title="Freedom of Information Act" target="_blank"
href="https://www.cms.gov/center/freedom-of-information-act-center.html">
<span class="include-disclaimer">Freedom of Information Act</span>
</a>
</li>
<li class="link-list-item">
<a title="User Guide" target="_blank"
href="https://www.emeasuretool.cms.gov/training-resources/user-guide">
<span class="include-disclaimer">User Guide</span>
</a>
</li>
<li class="link-list-item">
<a title="Contact Us" target="_blank"
href="https://www.emeasuretool.cms.gov/web/guest/contact-us">
<span class="include-disclaimer">Contact Us</span>
</a>
</li>
</ul>
</div>
</div>

<hr class="border-bottom d-sm-block d-md-none">
</div>
</div>
<div class="col-md-2 hhs-logo-wrapper">
<h4 class="screen-reader">hhs.gov</h4>
<a href="https://www.hhs.gov" tabIndex="0" title="Health and Human Services home page" target="_blank">
<img class="hss-logo" alt="U.S. Department of Health &amp; Human Services logo"
src="./images/HHS-logo_white.svg">
</a>
</div>
</div>
<div class="col-md-2 hhs-logo-wrapper">
<h4 class="screen-reader">hhs.gov</h4>
<a href="https://www.hhs.gov" tabIndex="0" title="Health and Human Services home page" target="_blank">
<img class="hss-logo" alt="U.S. Department of Health &amp; Human Services logo"
src="./images/HHS-logo_white.svg">
</a>
</div>
</div>
</div>
</footer>


</footer>
<script src="js/promise-polyfill.min.js"></script>
<script src="js/EncoderDecoderTogether.min.js"></script>
<script src="js/webcrypto-shim.min.js"></script>
Expand Down

0 comments on commit 2d94c35

Please sign in to comment.