Make8EZ
4 years ago by dlazycoder in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport"
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>MakeItEasy for Demogs!</title>
<style>
#loader {
border: 12px solid #f3f3f3;
border-radius: 50%;
border-top: 12px solid #444444;
width: 70px;
height: 70px;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
</style>
</head>
<body>
<div id="loader" class="center"></div>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box}
/* Set height of body and the document to 100% */
body, html {
height: 100%;
margin: 0;
font-family: Arial;
}
/* Style tab links */
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 11px;
width: 10%;
}
.tablink:hover {
background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: white;
display: none;
padding: 100px 20px;
height: 100%;
}
#Home {background-color: black;}
#News {background-color: black;}
#Contact {background-color: black;}
#demog {background-color: black;}
#cac {background-color: black;}
#dd {background-color: black;}
#acs {background-color: black;}
#Not {background-color: black;}
#kac {background-color: black;}
#zac {background-color: black;}
#oaf {background-color: black;}
</style>
<body onload="document.getElementById('defaultOpen').click();">
<button class="tablink" onclick="openPage('News', this, 'black')"id="defaultOpen">Special Char Remover</button>
<button class="tablink" onclick="openPage('Contact', this, 'black')">Portals</button>
<button class="tablink" onclick="openPage('demog', this, 'black')">Demog</button>
<button class="tablink" onclick="openPage('cac', this, 'black')">CAC Contact Sheet</button>
<button class="tablink" onclick="openPage('dd', this, 'black')">Delta Dental (All States)</button>
<button class="tablink" onclick="openPage('acs', this, 'black')">Aetna Contact</button>
<button class="tablink" onclick="openPage('Not', this, 'black')">No Portal</button>
<button class="tablink" onclick="openPage('kac', this, 'black')">Kaiser Admin Creds</button>
<button class="tablink" onclick="openPage('zac', this, 'black')">Zen Admin Creds</button>
<button class="tablink" onclick="openPage('pwl', this, 'black')">Policies w/ Login Notes</button></a>
<div id="Home" class="tabcontent">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital-my.sharepoint.com/personal/jsarmiento_onedigital_com/_layouts/15/Doc.aspx?sourcedoc={Ed3i3v0eHXpNm-DKTsH0MUYBVQ88IrwP9uHgEwfJ_rOBVQ?e=JMJluc}&action=embedview&wdAllowInteractivity=False&ActiveCell='Sheet1'!A1&wdHideHeaders=True&wdInConfigurator=True"></iframe>
<style>
body {
--color-page-background: rgba(0, 0, 20, .95);
--color-primary-light: rgb(10,10,10);
--color-primary-dark: rgb(240,240,240);
}
.nightmode {
--color-page-background: rgba(0, 0, 80, .15);
--color-primary-light: rgb(240,240,240);
--color-primary-dark: rgb(10,10,10);
}
* {
transition: all .15s ease-in;
}
body {
background-color: var(--color-page-background);
font: 1.1em/1.4 Dosis;
color: var(--color-primary-dark);
}
main {
max-width: 40rem;
margin: auto;
padding: 1rem;
}
article {
padding: 2rem;
background-color: var(--color-primary-light);
box-shadow: 6px 6px 0 0 var(--color-primary-dark);
* {
margin: 0;
}
* + * {
margin-top: 1rem;
}
}
[data-switch-contrast] {
position: fixed;
right: 2rem;
top: 2rem;
height: 3rem;
width: 3rem;
background-color: var(--color-primary-dark);
border: 1px solid var(--color-primary-light);
color: var(--color-primary-light);
border-radius: 50%;
}
</style>
</div>
<div id="News" class="tabcontent">
<center>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="datCtrl">
Effective Date:<br>
<b>{{ today | date : "MM/dd/y" }}</b>
</div>
<script>
var app = angular.module('myApp', []);
app.controller('datCtrl', function($scope) {
$scope.today = new Date();
});
</script>
</center>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
<script>
$(function(){
$( "#textInput2" ).bind( 'paste',function()
{
setTimeout(function()
{
//get the value of the input text
var data= $( '#textInput2' ).val() ;
//replace the special characters to ''
var dataFull = data.replace(/[^a-zA-Z 0-9]+/g, '');
//set the new value of the input text without special characters
$( '#textInput2' ).val(dataFull);
});
});
});
</script>
<center><br><br><br><br><br><br><br><br>
<input id="textInput2" type="textInput2" onclick="this.select()" size="60"><br/><br/>
<button onclick="document.getElementById('textInput2').value = ''">RESET</button>
<br><br><br><br><br>
<p>Demographic Changes Notes
<br>Portal or Form?
<br>Effective Date:
<br>Lines of Coverage:
<br>Coverage Level: N/A
<br>Additional Notes: Successfully processed the change.
<br>
</p>
<center> <b>QUICK LINKS</b> > <a href="https://onedigital-my.sharepoint.com/personal/jsarmiento_onedigital_com/Documents/Demog%20Manuals/Demographic%20Change%20Basics.pdf?csf=1&e=6ylkDI&cid=12942e6b-d690-424b-9262-3ea4c55c7847" target="_blank"><font color="white">Learn the Demographic Basics!</font></a> > <a href="https://onedigital-my.sharepoint.com/:w:/r/personal/jsarmiento_onedigital_com/_layouts/15/Doc.aspx?sourcedoc=%7B4C560C33-F466-409E-8C72-9CF06E5B9702%7D&file=Employee%20Demographic%20Change%20Training%20Manual%20-%20REVISED.docx&action=default&mobileredirect=true" target="_blank"><font color="white">Portal Guides</font></a></center>
</center>
</div>
<div id="Contact" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={3e9213f9-485b-43fd-ad67-7269e7e4d59a}&action=embedview&wdAllowInteractivity=False&ActiveCell='Carrier%20Portal%20Access%20'!B2&wdHideHeaders=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#Contact").load(location.href+" #Contact>*","")
}, 600000);
});
</script>
<div id="demog" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital-my.sharepoint.com/personal/jsarmiento_onedigital_com/_layouts/15/Doc.aspx?sourcedoc={e9152681-86e8-4779-a0bc-a2fa0679bf23}&action=embedview&wdAllowInteractivity=False&ActiveCell='Carrier%20Email'!A2&wdHideHeaders=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#demog").load(location.href+" #demog>*","")
}, 600000);
});
</script>
<div id="cac" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={cdeae209-0c66-45eb-a75b-5a8fc3f0812c}&action=embedview&wdAllowInteractivity=False&ActiveCell='South-Nationwide'!A1&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#cac").load(location.href+" #cac>*","")
}, 600000);
});
</script>
<div id="dd" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital-my.sharepoint.com/personal/crubi_onedigital_com/_layouts/15/Doc.aspx?sourcedoc={c5786a9a-1f42-4df3-b5a9-4e199b6da14c}&action=embedview&wdAllowInteractivity=False&ActiveCell='Phone%20Number'!B13&wdHideHeaders=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#dd").load(location.href+" #dd>*","")
}, 600000);
});
</script>
<div id="acs" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital-my.sharepoint.com/personal/vliparanon_onedigital_com/_layouts/15/Doc.aspx?sourcedoc={cb85db0c-bd9e-4b65-826c-efa66b31bbc3}&action=embedview&wdAllowInteractivity=False&ActiveCell='Sheet1'!A1&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#acs").load(location.href+" #acs>*","")
}, 600000);
});
</script>
<script>
function openPage(pageName,elmnt,color) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
document.getElementById(pageName).style.display = "block";
elmnt.style.backgroundColor = color;
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<div id="Not" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={104f518c-782d-4d04-b1a7-8c68409fa047}&action=embedview&wdAllowInteractivity=False&ActiveCell='Post%20Here'!A1&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#Not").load(location.href+" #Not>*","")
}, 600000);
});
</script>
<div id="zac" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={105ecce2-e423-4c45-80aa-d7c754174560}&action=embedview&wdAllowInteractivity=False&ActiveCell='admincredsODfiltered1'!A1&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#zac").load(location.href+" #zac>*","")
}, 600000);
});
</script>
<div id="kac" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={0e5aa44c-b6bc-4bb9-9fd1-ab25e7af9483}&action=embedview&wdAllowInteractivity=False&ActiveCell='Original%20-%20DO%20NOT%20TOUCH'!A1&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#kac").load(location.href+" #kac>*","")
}, 600000);
});
</script>
<div id="pwl" class="tabcontent">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://onedigital.sharepoint.com/sites/ZenefitsProcessandProcedureforOAM/_layouts/15/Doc.aspx?sourcedoc={bc21cac9-d225-409d-8510-8cc816fa726f}&action=embedview&wdAllowInteractivity=False&ActiveCell='Sheet1'!A1&wdHideGridlines=True&wdHideHeaders=True&wdInConfigurator=True"></iframe>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#pwl").load(location.href+" #pwl>*","")
}, 600000);
});
</script>
<script>
function openPage(pageName,elmnt,color) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
document.getElementById(pageName).style.display = "block";
elmnt.style.backgroundColor = color;
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</body>
<script>
document.onreadystatechange = function() {
if (document.readyState !== "complete") {
document.querySelector(
"body").style.visibility = "hidden";
document.querySelector(
"#loader").style.visibility = "visible";
} else {
document.querySelector(
"#loader").style.display = "none";
document.querySelector(
"body").style.visibility = "visible";
}
};
</script>
</body>
</html>