2016-11-03 16:51:18 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2022-07-04 10:46:55 +02:00
|
|
|
<link rel="stylesheet" href="<?php echo $config['homeurl']; ?>include/styles/pandora_minimal.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="<?php echo $config['homeurl']; ?>include/styles/js/jquery-ui.min.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="<?php echo $config['homeurl']; ?>include/styles/js/jquery-ui_custom.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="<?php echo $config['homeurl']; ?>include/styles/select2.min.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="<?php echo $config['homeurl']; ?>include/styles/pandora.css" type="text/css" />
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/jquery.current.js'></script>
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/jquery.pandora.js'></script>
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/jquery-ui.min.js'></script>
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/select2.min.js'></script>
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/pandora.js'></script>
|
|
|
|
<script type='text/javascript' src='<?php echo $config['homeurl']; ?>include/javascript/pandora_ui.js'></script>
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2022-07-04 10:46:55 +02:00
|
|
|
<style>
|
|
|
|
#alert_messages_na {
|
|
|
|
z-index: 2;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
|
width: 650px;
|
|
|
|
height: 400px;
|
|
|
|
background: white;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
box-shadow: 4px 5px 10px 3px rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2022-07-04 10:46:55 +02:00
|
|
|
.modalheade {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2022-07-04 10:46:55 +02:00
|
|
|
.modalheadertex {
|
|
|
|
color: #000;
|
|
|
|
line-height: 40px;
|
|
|
|
font-size: 23pt;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalclose {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalconten {
|
|
|
|
color: black;
|
|
|
|
width: 300px;
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalcontenttex {
|
|
|
|
text-align: left;
|
|
|
|
color: black;
|
|
|
|
font-size: 11pt;
|
|
|
|
line-height: 13pt;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalokbutto {
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 45px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #82b92e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalokbuttontex {
|
|
|
|
color: #82b92e;
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalgobutto {
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #82b92e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalgobuttontex {
|
|
|
|
color: #82b92e;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#opacidad {
|
|
|
|
position: fixed;
|
|
|
|
background: black;
|
|
|
|
opacity: 0.6;
|
|
|
|
z-index: -1;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
/*
|
2016-11-03 16:51:18 +01:00
|
|
|
.textodialog{
|
2019-01-30 16:18:44 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
color:#333;
|
|
|
|
padding:20px;
|
|
|
|
font-size:9pt;
|
2016-11-03 16:51:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.cargatextodialog{
|
2019-01-30 16:18:44 +01:00
|
|
|
max-width:58.5%;
|
|
|
|
width:58.5%;
|
|
|
|
min-width:58.5%;
|
|
|
|
float:left;
|
|
|
|
margin-left: 0px;
|
|
|
|
font-size:18pt;
|
|
|
|
padding:20px;
|
|
|
|
text-align:center;
|
2016-11-03 16:51:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.cargatextodialog p, .cargatextodialog b, .cargatextodialog a{
|
2019-04-12 13:54:48 +02:00
|
|
|
font-size:18pt;
|
2016-11-03 16:51:18 +01:00
|
|
|
}
|
2019-04-12 13:54:48 +02:00
|
|
|
*/
|
2016-11-03 16:51:18 +01:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-04 10:46:55 +02:00
|
|
|
|
|
|
|
<div id="alert_messages_na" style='background-image: url(<?php echo ui_get_full_url('images/imagen-no-acceso.jpg', false, false, false); ?>)'>
|
|
|
|
|
2019-04-12 13:54:48 +02:00
|
|
|
<div class='modalheade'>
|
2022-07-04 10:46:55 +02:00
|
|
|
<img class='modalclose cerrar' src='<?php echo $config['homeurl']; ?>images/input_cross.png'>
|
2019-04-12 13:54:48 +02:00
|
|
|
</div>
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2019-04-12 13:54:48 +02:00
|
|
|
<div class='modalconten'>
|
2022-07-04 10:46:55 +02:00
|
|
|
<div class='modalheadertex' style='font-size: 23pt'>
|
|
|
|
<?php echo __('You do not have access to this page'); ?>
|
2019-04-12 13:54:48 +02:00
|
|
|
</div>
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2019-04-12 13:54:48 +02:00
|
|
|
<div class='modalcontenttex'>
|
|
|
|
<?php
|
|
|
|
echo __('Access to this page is restricted to authorized users only, please contact system administrator if you need assistance.');
|
2020-04-06 17:41:56 +02:00
|
|
|
echo '<br/> <br/>';
|
|
|
|
echo __('Please know that all attempts to access this page are recorded in security logs of %s System Database', get_product_name());
|
|
|
|
if ($config['logged'] == false) {
|
2020-05-20 19:04:42 +02:00
|
|
|
if (session_status() === PHP_SESSION_ACTIVE) {
|
|
|
|
session_destroy();
|
|
|
|
}
|
2020-04-06 17:41:56 +02:00
|
|
|
}
|
2019-04-12 13:54:48 +02:00
|
|
|
?>
|
|
|
|
</div>
|
2016-11-03 16:51:18 +01:00
|
|
|
|
2019-04-12 13:54:48 +02:00
|
|
|
<div class='modalokbutto cerrar'>
|
|
|
|
<span class='modalokbuttontex'>OK</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="opacidad"></div>
|
2016-11-03 16:51:18 +01:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
<script>
|
2022-07-04 10:46:55 +02:00
|
|
|
$(".cerrar").click(function() {
|
|
|
|
window.location = "<?php echo $config['homeurl']; ?>";
|
2019-04-12 13:54:48 +02:00
|
|
|
});
|
|
|
|
|
2022-07-04 10:46:55 +02:00
|
|
|
$('div#page').css('background-color', '#d3d3d3');
|
|
|
|
</script>
|