����JFIF��x�x����'
| Server IP : 78.140.185.180 / Your IP : 216.73.216.28 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/3357889/root/opt/dell/srvadmin/lib64/openmanage/apache-tomcat/webapps/omsa/oma/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/oma/css/masthead.css" rel="stylesheet" type="text/css" />
<style>
.popup-box {
z-index: 6;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 20px 20px 10px 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
width: 75%;
font-size: 12px;
display: flex;
flex-direction: column;
align-items: left;
min-height:168px;
overflow-x:hidden;
overflow-yellow:auto;
}
.closebutton {
cursor: pointer;
background-color: #146bb6;
color: white;
padding: 8px 15px;
border: none;
border-radius: 5px;
font-size: 16px;
text-align: center;
margin-right:12px;
}
.popup-content {
font-size: 14px;
text-align: left;
line-height: 24px;
margin: 0 12px;
border: 0;
}
.bottom-spacing{
margin-bottom:10px;
}
.popup-content a{
font-weight:550;
font-size:13px;
}
.popup-footer {
width: 100%;
display: flex;
justify-content: space-between;;
align-items: left;
}
.popup-footer label{
font-size: 16px;
text-align: left;
line-height: 20px;
color: black;
border: 0;
}
</style>
<title></title>
<script language="javascript">
//closeModalwindow
document.addEventListener("DOMContentLoaded", function() {
var popupcontents = parent.shareMessage();
var EOL = popupcontents.strEOL2.replace("(iDRAC)", '(<a href="https://www.dell.com/en-in/dt/solutions/openmanage/idrac.htm" target="_blank">iDRAC</a>)');
EOL = EOL.replace("(iSM)", ' (<a href="https://www.dell.com/support/kbdoc/en-us/000178050/support-for-dell-emc-idrac-service-module?lang=en" target="_blank">iSM</a>)');
document.getElementById("messageContent").innerHTML = EOL;
document.getElementById("messageContent2").textContent = popupcontents.strEOL1;
var moreInfo = popupcontents.strMoreInfo.replace("OpenManage Server Administrator", '<a href="https://www.dell.com/support/kbdoc/000224826" target="_blank" title="https://www.dell.com/support/kbdoc/000224826">OpenManage Server Administrator</a>');
document.getElementById("strMoreInfoContent").innerHTML = moreInfo;
document.getElementById("checkboxLabel").textContent = popupcontents.strDoNotShow;
if(document.getElementById("closeOk") != null){
document.getElementById("closeOk").onclick = function() {
if (document.getElementById('checkbox').checked) {
localStorage.setItem('popupShown', 'true');
} else {
sessionStorage.setItem('popupShown', 'true');
}
parent.closeModalwindow();
};
}
});
</script>
</head>
<body>
<div style="position:fixed; left:0;right:0; bottom:0;top:0;index:999;background-color:#000"></div>
<div id="popup" class="popup-box">
<p class="popup-content" id="messageContent2">
<p class="popup-content bottom-spacing" id="messageContent">
OpenManage
</p>
<div class="popup-content bottom-spacing" id="strMoreInfoContent"></div>
<div class="popup-footer">
<label><input type="checkbox" id="checkbox" /><span id="checkboxLabel"></span></label>
<div class="closebutton" id="closeOk">OK</div>
</div>
</div>
</html>